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
*
disable talloc2 on 32 bits (#10656)
Arne Döring
2019-02-13
1
-36
/
+35
*
32 bit fixes (#10608)
Arne Döring
2019-02-12
26
-135
/
+165
*
randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#1...
Timothee Cour
2019-02-12
1
-0
/
+1
*
fix travis: add set -e in script (#10631)
Timothee Cour
2019-02-12
1
-0
/
+2
*
reduce debug output (#10638)
Arne Döring
2019-02-12
1
-58
/
+63
*
Fix codegen problem with strict C++ compilers (#10639)
LemonBoy
2019-02-12
1
-1
/
+1
*
nimsuggest: only log when logging is enabled (#10646)
alaviss
2019-02-12
1
-2
/
+2
*
deprecated list comprehension (#10636)
Arne Döring
2019-02-12
1
-3
/
+4
*
Lowercase ext before querying the mimedb on mimetypes module, change isMainMo...
Juan Carlos
2019-02-12
1
-11
/
+29
*
travis:upgrade to xenial (trusty end of life is april 2019) (#10643)
Timothee Cour
2019-02-12
1
-1
/
+1
*
better docs: times
narimiran
2019-02-11
1
-27
/
+93
*
attempt to make nightlies work again
Andreas Rumpf
2019-02-11
1
-1
/
+1
*
Update mimetypes (#10621)
Juan Carlos
2019-02-11
1
-475
/
+1863
*
macros: add links in the docs [ci skip]
narimiran
2019-02-11
1
-0
/
+4
*
better docs: random (#10546)
Jjp137
2019-02-11
1
-66
/
+423
*
Propagate tfGcSafe flag to generic instantiations (#10620)
LemonBoy
2019-02-10
2
-3
/
+13
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-10
11
-36
/
+88
*
Add note on channel usage with spawn (#10627) [ci skip]
Federico Ceratto
2019-02-10
1
-3
/
+8
*
Merge pull request #10622 from ehmry/xml
LemonBoy
2019-02-10
1
-4
/
+2
|
\
|
*
Use standard XML escaping
Emery Hemingway
2019-02-10
1
-4
/
+2
*
|
fixes #10547
Andreas Rumpf
2019-02-10
1
-5
/
+6
|
/
*
Expanded the typeinfo module's doc comment to warn that rtti will evolve and ...
Dean Thompson
2019-02-10
1
-4
/
+11
*
Fixes #10357 (#10618)
Juan Carlos
2019-02-10
1
-1
/
+1
*
sets: avoid calling countBits32 for 0 (#10619)
Brent Pedersen
2019-02-10
1
-3
/
+3
*
Implement `json.%` for tables and options
Oscar Nihlgård
2019-02-10
1
-1
/
+11
*
Do not walk into type sub-nodes for cast/conv expr (#10616)
LemonBoy
2019-02-09
2
-0
/
+24
*
Misc macro things (#10612)
LemonBoy
2019-02-09
2
-14
/
+19
*
Merge pull request #10614 from kobi2187/patch-1
LemonBoy
2019-02-09
1
-1
/
+1
|
\
|
*
fix replacef typo in example
Kobi
2019-02-09
1
-1
/
+1
|
/
*
fixes #6955
Andreas Rumpf
2019-02-09
2
-4
/
+17
*
fixes #10606
Andreas Rumpf
2019-02-09
1
-2
/
+4
*
disable flaky coroutines test
Andreas Rumpf
2019-02-09
1
-0
/
+1
*
new AppVeyor configuration that should test the compiler against sele… (#10...
Andreas Rumpf
2019-02-09
3
-45
/
+43
*
Print missing case labels (#10600)
Arne Döring
2019-02-09
4
-2
/
+142
*
Fix compilation w/ Atomic[T] types (#10607)
LemonBoy
2019-02-09
1
-2
/
+2
*
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-08
2
-20
/
+18
*
Add summation algorithms (#9284)
b3liever
2019-02-08
2
-0
/
+81
*
koch and testament improvement; make testing command easier to get right
Andreas Rumpf
2019-02-08
3
-7
/
+6
*
make tests green again
Andreas Rumpf
2019-02-08
3
-3
/
+4
*
macros.nim: minor comment change
Andreas Rumpf
2019-02-08
1
-2
/
+2
*
Fix wrong result in tuple assignment (#9340)
LemonBoy
2019-02-08
2
-0
/
+49
*
DOM module: re-add more missing stuff
Araq
2019-02-08
1
-1
/
+36
*
error messages can have spaces, don't be dyslexic
Araq
2019-02-08
2
-2
/
+2
*
Rework exception handling in the VM (#10544)
LemonBoy
2019-02-08
4
-110
/
+242
*
Fix edge case in type hashing (#10601) [backport]
LemonBoy
2019-02-08
3
-13
/
+32
*
fixes #10602
Araq
2019-02-08
1
-2
/
+2
*
Add non-interactive installer flag (-y) to finish.nim (#10603) [backport]
Matt Haggard
2019-02-08
1
-4
/
+21
*
Stop useless suggestion of unsafeAddr (#10598)
LemonBoy
2019-02-08
3
-2
/
+14
*
testament: use bin/nim.exe as the default
Araq
2019-02-07
1
-1
/
+1
*
compiler/[msgs, suggest]: improve highlighter accuracy (#10496)
alaviss
2019-02-07
4
-3
/
+63
[next]