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
/
nimsets.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-19
/
+13
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-30
/
+30
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-4
/
+4
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-6
/
+6
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+1
*
'nim check' stability improvements
Araq
2019-07-14
1
-3
/
+3
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-4
/
+4
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-27
/
+28
*
big refactoring: mores stuff compiles
Andreas Rumpf
2018-05-10
1
-36
/
+19
*
Fix compile time set cardinality (#7558)
Oscar Nihlgård
2018-04-10
1
-11
/
+5
*
Improve semchecking for duplicate cases in case statements (#7176)
Oscar Nihlgård
2018-02-24
1
-0
/
+5
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
fixes #3665
Andreas Rumpf
2016-01-17
1
-3
/
+7
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-41
/
+41
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-2
/
+2
*
case consistency part 4
Araq
2013-12-27
1
-12
/
+12
*
case consistency part 1
Araq
2013-12-27
1
-4
/
+4
*
fixed and documented computedGoto pragma
Araq
2013-08-22
1
-21
/
+6
*
bugfixes for the guarded data flow analysis
Araq
2013-06-12
1
-0
/
+6
*
fixes #395
Araq
2013-04-23
1
-2
/
+2
*
bugfix: case exhaustiveness checking
Araq
2013-03-21
1
-3
/
+3
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
bugfix: overlap checking for 'case'
Araq
2013-01-27
1
-2
/
+2
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
1
-7
/
+13
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
got rid of some arcane module names
Araq
2011-04-21
1
-2
/
+2
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+175