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
*
koch temp: use -d:leanCompiler if possible
Araq
2019-07-10
1
-1
/
+3
*
[other] prettify collections (#11695)
Miran
2019-07-09
14
-186
/
+209
*
newruntime: async progress
Araq
2019-07-09
3
-11
/
+27
*
control flow graph: don't ignore yield statements
Araq
2019-07-09
1
-1
/
+1
*
newruntime: map system.reset to =destroy
Araq
2019-07-09
1
-2
/
+10
*
closes #11551 (#11693)
Arne Döring
2019-07-09
1
-0
/
+13
*
newruntime: 'owned distinct' is a valid construct (required by async)
Araq
2019-07-09
1
-0
/
+1
*
make tests green again
Araq
2019-07-09
1
-1
/
+1
*
nimpretty: more comment indentation fixes
narimiran
2019-07-09
3
-6
/
+33
*
nimpretty: more improvements
Araq
2019-07-09
3
-15
/
+112
*
nimpretty: code cleanups
Araq
2019-07-09
2
-13
/
+4
*
nimpretty: yet another improvement
Araq
2019-07-09
3
-1
/
+21
*
async: more 'owned' annotations
Araq
2019-07-09
2
-14
/
+15
*
asyncmacro produces 'owned' types
Araq
2019-07-09
1
-2
/
+2
*
bugfix: allow type conversions between 'owned ref' types
Araq
2019-07-09
1
-1
/
+5
*
better error message for invalid types
Araq
2019-07-09
1
-1
/
+3
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
8
-81
/
+241
*
[other] test more packages (#11687)
Miran
2019-07-08
1
-1
/
+2
*
fixes #11530
Andreas Rumpf
2019-07-08
1
-1
/
+6
*
[refactoring] nimbase.h: remove dead code which was confusing (#11682)
Timothee Cour
2019-07-08
1
-24
/
+0
*
dynlib: use posix module (#11623)
Jacek Sieka
2019-07-08
6
-50
/
+32
*
nimpretty: don't introduce extra spaces after a colon or a comma (#11672)
Miran
2019-07-07
3
-133
/
+143
*
fixes #11350
Araq
2019-07-07
2
-3
/
+50
*
fixes #11660 (#11677)
Andreas Rumpf
2019-07-07
2
-1
/
+10
*
[HCR] Added warning for using performCodeReload() in main module (#11667)
awr1
2019-07-07
1
-1
/
+4
*
fixes #11671
Andreas Rumpf
2019-07-07
1
-1
/
+1
*
improved the error message for #11494; closes #11494
Andreas Rumpf
2019-07-06
2
-2
/
+23
*
fixes a finish.exe regression
Andreas Rumpf
2019-07-06
1
-1
/
+2
*
fixes #11447
Andreas Rumpf
2019-07-06
3
-2
/
+11
*
fixes #3333
Andreas Rumpf
2019-07-06
1
-6
/
+6
*
fixes #8316 (#11673)
Andreas Rumpf
2019-07-06
2
-7
/
+40
*
fixes #7057
Andreas Rumpf
2019-07-06
1
-1
/
+1
*
ABI fixes for OSX/BSD; fixes #6860 (#11666)
Andreas Rumpf
2019-07-06
9
-11
/
+613
*
Documentation Diff, Typo (#11566)
Juan Carlos
2019-07-06
1
-1
/
+23
*
nimpretty: improved detection of commas and semicolons (#11661)
Miran
2019-07-06
3
-4
/
+15
*
introduce internal Int128 type, use it to fix case stmt checks (#11652)
Arne Döring
2019-07-05
6
-11
/
+550
*
nimpretty: don't touch formatted multiline comments (#11663)
Miran
2019-07-05
3
-23
/
+87
*
Fixes #11662: render ops priority (#11664)
cooldome
2019-07-05
2
-4
/
+12
*
nimpretty: nicer debugging [ci skip]
narimiran
2019-07-05
1
-1
/
+1
*
nimpretty: relax line length rules when dealing with (inline) comments (#11657)
Miran
2019-07-05
4
-10
/
+36
*
fix #11651 exportc symbol not exported, leading to link error (#11658)
Timothee Cour
2019-07-05
1
-3
/
+2
*
fixes #11610 (#11659)
Andreas Rumpf
2019-07-05
4
-7
/
+22
*
manual: document block expression (#11638)
Tomohiro
2019-07-05
1
-0
/
+15
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
12
-47
/
+60
*
Make public some sha1 module procedures (#11655) [feature]
Ivan Bobev
2019-07-04
1
-3
/
+3
*
Corrected example shown in documentation (#11654) [ci skip]
Akito13
2019-07-04
1
-1
/
+1
*
Fix the broken link in math.nim (#11653) [ci skip]
Graeme Cross
2019-07-04
1
-1
/
+1
*
nimpretty: fix out of bounds error [ci skip]
narimiran
2019-07-04
1
-2
/
+3
*
nimpretty: nimpretty now understands splitting newlines
Araq
2019-07-04
2
-8
/
+34
*
nimpretty: distinguish between the different kinds of newlines in Nim
Araq
2019-07-04
1
-10
/
+16
[next]