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
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
make 'nim check' more robust for illdefined constants
Araq
2020-03-20
1
-1
/
+1
*
fix #13538 sigmatch errors are now sorted (#13701)
Timothee Cour
2020-03-20
1
-0
/
+7
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
5
-22
/
+42
*
Clean 1 old deprecated empty file (#13696)
Juan Carlos
2020-03-19
1
-6
/
+0
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
5
-26
/
+205
*
fixes #13691 (#13694)
Andreas Rumpf
2020-03-19
1
-2
/
+5
*
fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...
Timothee Cour
2020-03-19
2
-1
/
+11
*
added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...
Andreas Rumpf
2020-03-19
1
-3
/
+5
*
enable --tlsEmulation:on for --gc:arc (#13685)
Andreas Rumpf
2020-03-18
1
-1
/
+1
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
4
-84
/
+247
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
11
-29
/
+129
*
fix #13524 astToStr now works inside generics (#13681)
Timothee Cour
2020-03-18
1
-1
/
+1
*
fixes #13622 (#13679)
Andreas Rumpf
2020-03-18
1
-2
/
+4
*
fixes #13671 [backport] (#13678)
Andreas Rumpf
2020-03-18
1
-1
/
+1
*
fix when statements in inheritable generic objects (#13667) [backport]
Jasper Jenkins
2020-03-17
1
-1
/
+1
*
rewritten goto based exception handling; much cleaner implementation;… (#13...
Andreas Rumpf
2020-03-17
2
-23
/
+7
*
Fixes #13659 (#13674)
cooldome
2020-03-17
1
-2
/
+2
*
fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)
Timothee Cour
2020-03-17
2
-12
/
+16
*
fix sets of scoped imported enums (#13666)
Jasper Jenkins
2020-03-17
1
-1
/
+2
*
rename sfAlwaysReturn to sfNeverRaises
Araq
2020-03-16
4
-5
/
+5
*
fixes #13661 (#13664) [backport]
Andreas Rumpf
2020-03-16
2
-2
/
+5
*
fix .deprecated. object typedef crash (#13643)
Andy Davidoff
2020-03-16
1
-3
/
+5
*
fixes #13646
Araq
2020-03-16
2
-3
/
+12
*
minor code style change
Araq
2020-03-16
1
-1
/
+1
*
minor code style changes
Araq
2020-03-16
3
-12
/
+13
*
fixes #12747 [backport] (#13651)
cooldome
2020-03-16
1
-3
/
+12
*
fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...
Timothee Cour
2020-03-13
2
-0
/
+15
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
14
-92
/
+151
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
1
-1
/
+1
*
fix #13633 fix koch boot crashing regression (#13635)
Timothee Cour
2020-03-12
1
-1
/
+1
*
Amend fix for #13633 (#13636)
Clyybber
2020-03-12
1
-1
/
+1
*
Fix #13633
Clyybber
2020-03-12
1
-1
/
+2
*
Fix #12676 (#13634)
genotrance
2020-03-12
1
-2
/
+2
*
Make listCmd honor hint:cc:off (#13606)
Clyybber
2020-03-11
1
-50
/
+35
*
fixes #13240
Araq
2020-03-11
1
-1
/
+8
*
fixes #13519
Araq
2020-03-11
2
-4
/
+9
*
fixes #12757
Araq
2020-03-11
1
-6
/
+13
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
7
-77
/
+69
*
`koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)
Timothee Cour
2020-03-11
2
-15
/
+20
*
Revert "Support cross compiling from host to host (#12859)" (#13591)
genotrance
2020-03-10
1
-1
/
+2
*
fixes #13436 (#13615)
Andreas Rumpf
2020-03-10
2
-4
/
+11
*
fixes #13599 (#13614)
Andreas Rumpf
2020-03-09
1
-1
/
+1
*
fixes #13596 (#13612)
Andreas Rumpf
2020-03-09
1
-0
/
+13
*
surgical fix for #13319 (#13604)
Andy Davidoff
2020-03-08
1
-5
/
+3
*
Only print the link command when listCmd is active; fix docs (#13603)
Clyybber
2020-03-07
2
-2
/
+1
*
fixes #5170 (#13589)
Andreas Rumpf
2020-03-05
2
-10
/
+11
*
fix #13579 joinPath("/foo/", "../a") is now /a (#13586)
Andreas Rumpf
2020-03-05
1
-0
/
+2
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
11
-20
/
+124
*
std/compilesettings implementation (#13584)
Andreas Rumpf
2020-03-04
1
-0
/
+33
*
fix hintSuccess: `out` was wrong for `nim doc` without `-o` flag (#13569)
Timothee Cour
2020-03-04
1
-2
/
+2
[next]