index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nim dump: add nimcache entry (#10122)
Timothee Cour
2018-12-30
1
-0
/
+1
*
`nim c` now allows: when defined(c) (#10130)
Timothee Cour
2018-12-30
1
-0
/
+1
*
revives: Move typetraits.`$` to system. Fixes #5827 (#10071)
Timothee Cour
2018-12-30
4
-25
/
+44
*
`checkErr` now shows actual system error msg instead of unknown error (#9987)
Timothee Cour
2018-12-27
1
-3
/
+14
*
Const tuple unpacking: add tests (#10100)
ee7
2018-12-27
1
-0
/
+16
*
fixes #10101 (#10103)
Timothee Cour
2018-12-27
3
-6
/
+6
*
Pragma syntax is now consistent (#9993)
Neelesh Chandola
2018-12-27
2
-3
/
+40
*
[ci skip] update docs for build_all.sh (#10086)
Timothee Cour
2018-12-27
1
-1
/
+1
*
config/nim.cfg: disable tlsEmulation on Haiku (#10092) [backport]
alaviss
2018-12-27
1
-3
/
+0
*
Fixes long-standing asynchttpserver regression. (#10102)
Dominik Picheta
2018-12-27
1
-21
/
+27
*
Revert sub-second randomize(). Fixes randomize for JS backend. (#10000)
Dominik Picheta
2018-12-27
1
-2
/
+6
*
Fix const tuple unpacking not working for variables > 2 (#10099)
Neelesh Chandola
2018-12-27
1
-1
/
+1
*
fixes nim-lang/nimsuggest#76 (#10093)
alaviss
2018-12-25
3
-3
/
+41
*
fix #10049 (#10083)
Timothee Cour
2018-12-23
2
-2
/
+2
*
Add ability to sample elements from openArray according to a weight array (#1...
c-blake
2018-12-23
2
-3
/
+62
*
fixes #10024
Araq
2018-12-22
1
-1
/
+1
*
fixes #10033 [backport]
Araq
2018-12-22
2
-3
/
+26
*
Don't use parseutils.parseInt in the times module (#10028)
Oscar NihlgÄrd
2018-12-22
2
-39
/
+78
*
appveyor: make the build green again
Andreas Rumpf
2018-12-22
1
-3
/
+8
*
IntSet documentation notes (#10051)
Alexis Hope
2018-12-21
1
-19
/
+28
*
Stop false positives in distros.detectOs (#10062)
Taylor Hoff
2018-12-21
1
-3
/
+3
*
clarify doc for <= on tuple uses lexicographic order (#10069)
Timothee Cour
2018-12-21
1
-4
/
+4
*
Fixed insert for nil seq in js (#10068)
Yuriy Glukhov
2018-12-21
2
-1
/
+33
*
C++ tests: make DLL test green
Araq
2018-12-21
1
-1
/
+7
*
C++: make async tests green on Windows
Araq
2018-12-21
3
-6
/
+7
*
Add system.$(HSlice) and fix #7898 (#8670)
hlaaf
2018-12-21
1
-1
/
+11
*
fixes #10066
Araq
2018-12-21
1
-19
/
+27
*
os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]
alaviss
2018-12-21
2
-4
/
+13
*
fix #9933 (#10067)
Timothee Cour
2018-12-21
1
-0
/
+2
*
fixes #10058 [backport]
Araq
2018-12-21
1
-2
/
+3
*
lots of testament bug fixes and improvements: (#10044)
Timothee Cour
2018-12-20
3
-31
/
+120
*
use anon structs and unions for a much better debug experience (#10055)
Andreas Rumpf
2018-12-20
2
-39
/
+29
*
Add call to hostnamectl in detectOsImpl (#10048)
Taylor Hoff
2018-12-20
1
-3
/
+4
*
Make copies for params which are captured in closures. Fixes #7048 (#10050)
rec
2018-12-20
2
-1
/
+63
*
GC: avoid pathological behaviour; fixes #10040 [backport] (#10052)
Andreas Rumpf
2018-12-20
1
-9
/
+9
*
[json] document fact that key ordering is preserved (#10020)
Timothee Cour
2018-12-20
1
-0
/
+7
*
fix test failure
Timothee Cour
2018-12-19
2
-2
/
+5
*
add to changelog
Timothee Cour
2018-12-19
1
-0
/
+2
*
fix #8255 numerous issues with splitFile
Timothee Cour
2018-12-19
2
-4
/
+28
*
make nimrtl.dll compile for the C++ target
Araq
2018-12-19
1
-1
/
+1
*
strutils: minor code cleanup
Araq
2018-12-19
1
-1
/
+0
*
proc does not take untyped/typed as argument (#9981)
Neelesh Chandola
2018-12-19
3
-0
/
+19
*
Update osproc.nim (#10043)
Timothee Cour
2018-12-19
1
-1
/
+1
*
much simpler implementation of constant tuple declarations
Andreas Rumpf
2018-12-19
4
-55
/
+33
*
Const tuple unpacking (#9964)
Neelesh Chandola
2018-12-19
4
-30
/
+76
*
Merge pull request #9959 from nc-x/better-error-message
Andreas Rumpf
2018-12-19
1
-2
/
+2
|
\
|
*
Merge remote-tracking branch 'upstream/devel' into better-error-message
Neelesh Chandola
2018-12-14
19
-403
/
+538
|
|
\
|
*
|
Better error messages in enums which don't have ordinal types
Neelesh Chandola
2018-12-13
1
-2
/
+2
*
|
|
Fixes #3060 and adds error checking for invalid else branches in object varia...
Andreas Rumpf
2018-12-19
3
-18
/
+20
|
\
\
\
|
*
|
|
Check tyRange for exhaustiveness
Neelesh Chandola
2018-12-13
1
-1
/
+1
[next]