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
/
ast.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
make tsigbreak.nim compile
Andreas Rumpf
2016-12-12
1
-1
/
+2
*
further progress
Araq
2016-11-28
1
-0
/
+2
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-6
/
+6
*
bootstrapping works again
Araq
2016-11-12
1
-4
/
+4
*
big refactoring: step 1
Araq
2016-10-31
1
-10
/
+0
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-3
/
+3
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-1
/
+1
*
clean up tyBigNum remnants
Jacek Sieka
2016-10-24
1
-2
/
+6
*
remove remnants of tyIter
Jacek Sieka
2016-10-24
1
-1
/
+1
*
fixes #4803
Andreas Rumpf
2016-09-24
1
-0
/
+3
*
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
Andreas Rumpf
2016-09-04
1
-2
/
+2
*
Merged
Araq
2016-08-27
1
-27
/
+1
|
\
|
*
fixes #3606
Andreas Rumpf
2016-08-26
1
-1
/
+1
|
*
remove TLoc.heapRoot
Jacek Sieka
2016-08-17
1
-3
/
+0
|
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-23
/
+0
*
|
next steps in getting symbol files to work again
Araq
2016-08-16
1
-7
/
+2
|
/
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-3
/
+3
*
remove sfFakeConst
Jacek Sieka
2016-07-30
1
-1
/
+0
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-0
/
+2
*
generic multi-methods should work now
Andreas Rumpf
2016-07-28
1
-0
/
+1
*
fixes #4485; package handling works better; docgen works with --project on Ni...
Andreas Rumpf
2016-07-19
1
-1
/
+1
*
added system.newSeqOfCap for improved efficiency
Andreas Rumpf
2016-07-15
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2016-07-10
1
-1
/
+0
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-3
/
+4
*
Add the ability to pass a value with the -d flag
Jeff Ciesielski
2016-07-04
1
-1
/
+1
*
fixes #4395, getType still not entirely correct
Andreas Rumpf
2016-06-23
1
-0
/
+1
*
system. for cstrings uses value comparisons, not reference comparisons
Andreas Rumpf
2016-06-02
1
-2
/
+2
*
fixes #1713
Andreas Rumpf
2016-05-30
1
-1
/
+1
*
fixes #2159
Andreas Rumpf
2016-05-28
1
-0
/
+3
*
Spellcheck
Federico Ceratto
2016-02-29
1
-1
/
+1
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-1
/
+0
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-2
/
+3
*
'using' statement is obsolete
Andreas Rumpf
2016-02-28
1
-1
/
+0
*
added experimental .this pragma
Andreas Rumpf
2016-02-28
1
-0
/
+1
*
fixes #3636
Andreas Rumpf
2016-01-04
1
-1
/
+1
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-11
/
+9
*
added newTree to ast.nim
Araq
2015-11-10
1
-0
/
+4
*
nimsuggest: added 'chk', 'outline' and 'highlight' features
Araq
2015-11-01
1
-0
/
+2
*
switch to bitsize:int
Aman Gupta
2015-09-29
1
-1
/
+1
*
implement bitsize pragma for bitfields
Aman Gupta
2015-09-28
1
-0
/
+1
*
made disjoint checker smarter; fixes regressions
Araq
2015-09-23
1
-0
/
+8
*
fixes #3313
Araq
2015-09-18
1
-0
/
+3
*
usage of NimNode triggers .compileTime context; fixes #1679
Araq
2015-09-14
1
-0
/
+5
*
preparations for better handling of 'a[i]' in generics; stmt lists can be lva...
Araq
2015-09-12
1
-1
/
+9
*
fixes a critical codegen bug triggered by .async
Araq
2015-09-10
1
-0
/
+1
*
fixes #2590; methods now require a .base annotation
Araq
2015-09-06
1
-0
/
+1
*
nimvm is magic
Yuriy Glukhov
2015-09-04
1
-1
/
+2
*
first implementation of write tracking and escape analysis; still disabled
Araq
2015-08-31
1
-2
/
+3
*
implemented macros.getImpl
Araq
2015-08-21
1
-1
/
+1
*
fixes #3079, fixes #1146, fixes #2879
Araq
2015-07-22
1
-0
/
+2
[next]