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
...
*
|
|
|
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-6
/
+20
|
\
|
|
|
|
*
|
|
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-16
1
-0
/
+8
|
|
\
\
\
|
|
*
|
|
Fix unsound transform pass (#8633)
LemonBoy
2018-08-14
1
-0
/
+8
|
*
|
|
|
fixes more nil handling regressions
Araq
2018-08-13
1
-2
/
+2
|
*
|
|
|
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-3
/
+9
|
|
/
/
/
|
*
|
|
fixes #6255, add `system.ashr` arithmetic right shift (#8547)
andri lim
2018-08-07
1
-1
/
+1
*
|
|
|
allows a destructor to be attached to a tyString/tySequence
Andreas Rumpf
2018-07-27
1
-3
/
+3
*
|
|
|
ast.nim: remove space for unary operator
Andreas Rumpf
2018-07-22
1
-1
/
+1
*
|
|
|
fix merge conflict
Andreas Rumpf
2018-07-18
1
-1
/
+2
|
\
|
|
|
|
*
|
|
Custom pragmas in proc types (#8205)
cooldome
2018-07-09
1
-1
/
+2
|
|
|
/
|
|
/
|
*
/
|
WIP: strings/seqs based on destructors
Andreas Rumpf
2018-07-17
1
-0
/
+1
|
/
/
*
|
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-1
/
+7
*
|
fixes #7222; fixes #5595; fixes #3747
Zahary Karadjov
2018-06-16
1
-0
/
+1
*
|
A minimal patch enabling the new typedesc and static types syntax
Zahary Karadjov
2018-06-16
1
-2
/
+2
*
|
WIP: an API for VM replay global state support
Andreas Rumpf
2018-06-03
1
-3
/
+7
*
|
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-16
/
+20
*
|
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-0
/
+2
*
|
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
|
more refactoring
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
|
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-8
/
+2
|
/
*
fixes testament compilation
Araq
2018-05-14
1
-1
/
+14
|
\
|
*
fix a compiler crash related to the new strings in C++ mode
Zahary Karadjov
2018-05-07
1
-1
/
+1
|
*
Better support for treating templates and macros as symbols.
Zahary Karadjov
2018-05-07
1
-0
/
+13
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-9
/
+10
*
|
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-8
/
+12
|
/
*
Use safeLen in pairs iterator for PNode (#7684)
Oscar Nihlgård
2018-04-25
1
-1
/
+1
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-3
/
+3
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-5
/
+5
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-1
/
+2
*
fixes #6895
Andreas Rumpf
2018-04-11
1
-2
/
+2
*
Get symbol kind (#7491)
Arne Döring
2018-04-11
1
-2
/
+3
*
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
cooldome
2018-04-10
1
-0
/
+13
*
the 'deprecated' pragma for modules now supports an error message
Araq
2018-04-06
1
-0
/
+2
*
destructors: first version of 'sink' parameter logic
Andreas Rumpf
2018-03-31
1
-2
/
+0
*
further steps in implementing sink parameters; refs #7041
Araq
2018-03-30
1
-0
/
+2
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-4
/
+5
*
fixes #7215
Andreas Rumpf
2018-02-14
1
-1
/
+1
*
genTryCpp to catch by Nim type, ready for first review (#7196)
cooldome
2018-02-12
1
-0
/
+14
*
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
1
-1
/
+1
*
fixes #6961
Andreas Rumpf
2018-02-02
1
-1
/
+1
*
Custom pragmas in procs bug fix (#7086)
cooldome
2018-01-18
1
-0
/
+1
*
Implement custom annotations (#6987)
cooldome
2018-01-09
1
-0
/
+1
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-5
/
+5
*
work in progress: 'sink' and 'lent' types
Araq
2018-01-07
1
-2
/
+2
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-2
/
+2
*
Now analyzes over magics instead of symbol names; but dosn't compile for me
Veladus
2017-12-11
1
-1
/
+2
*
the documentation generator now supports system.runnableExamples
Araq
2017-11-26
1
-1
/
+1
*
minor optimization for propagateToOwner
Araq
2017-11-23
1
-4
/
+1
*
fixes #6682
Araq
2017-11-22
1
-0
/
+4
[prev]
[next]