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
...
*
[feature] Added os.delEnv; add delEnv support to nimscript too (#11466)
Kaushal Modi
2019-06-15
6
-4
/
+59
*
[bugfix] fixes https://github.com/nim-lang/Nim/issues/11430
Andreas Rumpf
2019-06-15
3
-27
/
+61
|
\
|
*
Disambiguate idents now that all 3 rfind's are included in the RTL.
Charles Blake
2019-06-15
1
-3
/
+3
|
*
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
Charles Blake
2019-06-13
14
-98
/
+277
|
|
\
|
*
|
Add missing ,int to type signature in doc comment references.
Charles Blake
2019-06-13
1
-3
/
+3
|
*
|
Attempt to close https://github.com/nim-lang/Nim/issues/11430
Charles Blake
2019-06-12
3
-23
/
+57
*
|
|
[bugfix] Add `.47` as supported libssl version (#11503)
Andreas Rumpf
2019-06-14
1
-2
/
+2
|
\
\
\
|
*
|
|
[bugfix] Add `.47` as supported libssl version
SolitudeSF
2019-06-14
1
-2
/
+2
*
|
|
|
[bugfix] Fix the link to "For Loop Macro" section (#11505)
Kaushal Modi
2019-06-14
1
-1
/
+1
*
|
|
|
[bugfix] Minor formatting fix in tut2 [ci skip] (#11501)
Kaushal Modi
2019-06-14
1
-1
/
+1
|
/
/
/
*
|
|
[bugfix] nimpretty: better alignment; fixes #11467
Araq
2019-06-14
3
-6
/
+362
*
|
|
[bugfix] document the norewrite pragma (#11453)
Juan Carlos
2019-06-13
2
-1
/
+20
*
|
|
[refactoring] error instead of quit for basename (#11491)
Jasper Jenkins
2019-06-13
1
-2
/
+4
|
|
/
|
/
|
*
|
[bugfix] fix quit errormsg in nimvm (#11490)
Jasper Jenkins
2019-06-13
1
-2
/
+5
*
|
Update tut1: -d:release does not turn off *allruntime checks off anymore (#11...
Simon Krauter
2019-06-13
1
-1
/
+1
*
|
[bugfix] nimpretty: fixes #11470
Araq
2019-06-13
3
-3
/
+33
*
|
[bugfix] nimpretty: fixes #11468
Araq
2019-06-13
5
-19
/
+39
*
|
[other] nimsuggest: adhere to our style guide
Araq
2019-06-13
1
-2
/
+2
*
|
[other] appveyor: use official dlls on nim-lang.org (#11473)
alaviss
2019-06-12
1
-19
/
+6
*
|
[bugfix] Fixes async IO operations stalling even after socket is closed. (#11...
Dominik Picheta
2019-06-12
4
-52
/
+191
|
/
*
[bugfix] fix nimpretty for absolute paths (#11480)
Jasper Jenkins
2019-06-12
1
-1
/
+3
*
[refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217
Araq
2019-06-12
3
-104
/
+120
*
fix regression in semfold for old right shift (#11477)
Arne Döring
2019-06-12
1
-1
/
+16
*
[refactoring] liftdestructors is now a module of its own
Araq
2019-06-12
4
-17
/
+16
*
[other] make typeAllowed easier to debug by using structured programming
Araq
2019-06-12
1
-26
/
+33
*
[other] preparations for --styleCheck:error for the Nim compiler (#11478)
Andreas Rumpf
2019-06-12
4
-43
/
+45
*
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
Arne Döring
2019-06-11
7
-44
/
+52
*
[bugfix] Add .nimf to mimetypes (#11417)
Juan Carlos
2019-06-11
1
-0
/
+1
*
[feature] Enable Oid usage in hashtables (#11472)
Hitesh Jasani
2019-06-11
1
-1
/
+9
*
[other] better error message for IndexError for empty containers (#11476)
Miran
2019-06-11
1
-1
/
+2
*
[other] test 6 more nimble packages (#11464)
Miran
2019-06-11
2
-9
/
+11
*
newruntime: added a basic table test
Andreas Rumpf
2019-06-11
1
-0
/
+24
*
streams: change error message of `openFileStream` (#11438) [feature]
jiro
2019-06-10
1
-1
/
+1
*
Ensure that koch-built nim exe has +x perm for u/g/others [bugfix] (#11444)
Kaushal Modi
2019-06-10
1
-1
/
+1
*
Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix]
Kaushal Modi
2019-06-10
2
-5
/
+20
*
VM can now cast integer type arbitrarily. (#11459) [feature]
Arne Döring
2019-06-10
2
-31
/
+143
*
[bugfix] rename Nimrod to Nim, fix #11460 (#11462)
Miran
2019-06-10
2
-2
/
+2
*
Fixes #11431 (#11451) [bugfix]
Juan Carlos
2019-06-10
2
-2
/
+2
*
nimpretty: smart tabs support, fixes #9399 [bugfix]
Andreas Rumpf
2019-06-10
6
-59
/
+159
*
[documentation] fix #11281, httpclient examples (#11455)
Juan Carlos
2019-06-10
1
-1
/
+48
*
nimpretty: keep a seq of tokens instead of a single string to enable better t...
Andreas Rumpf
2019-06-09
1
-72
/
+90
*
complex.nim: reformating [other]
Andreas Rumpf
2019-06-09
1
-6
/
+2
*
Make -d:tempDir switch work once again [bugfix] (#11442)
Kaushal Modi
2019-06-09
1
-2
/
+3
*
fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) [b...
nc-x
2019-06-08
2
-4
/
+2
*
[bugfix] hashes: fix regression for nested containers (#11426)
Miran
2019-06-08
1
-6
/
+6
*
update the nimc.rst document about the release/danger split [bugfix]
Andreas Rumpf
2019-06-08
1
-4
/
+8
*
nimpretty: fixes #10156 [bugfix]
Andreas Rumpf
2019-06-08
3
-1
/
+128
*
updates the contributing guidelines [other]
Andreas Rumpf
2019-06-07
1
-6
/
+4
*
fix for passing tuples as static params to macros (#11423); fixes #10751 [bug...
Arne Döring
2019-06-07
2
-3
/
+32
*
nimpretty: closes #10159 [bugfix]
Araq
2019-06-07
2
-0
/
+24
[prev]
[next]