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 tnre regression
Araq
2018-10-29
1
-1
/
+1
*
make tstatic_t_bug compile with the C++ backend
Araq
2018-10-28
1
-2
/
+2
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-2
/
+2
*
Merge branch 'Fixes-7845' of https://github.com/cooldome/Nim into cooldome-Fi...
Araq
2018-10-15
1
-6
/
+5
|
\
|
*
one more attempt
cooldome
2018-06-28
1
-3
/
+5
|
*
Fix failing test
cooldome
2018-06-26
1
-1
/
+1
|
*
Merge branch 'devel' into Fixes-7845
cooldome
2018-06-26
1
-34
/
+45
|
|
\
|
*
|
FIx test tembarrassing_generic_failure
cooldome
2018-06-12
1
-1
/
+1
|
*
|
Fixes
cooldome
2018-06-12
1
-5
/
+4
|
*
|
Fixes 7845
cooldome
2018-06-10
1
-7
/
+5
*
|
|
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
1
-7
/
+3
*
|
|
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
1
-0
/
+3
*
|
|
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-2
/
+4
*
|
|
fixes unexpected transforming of runnableExamples (#9158)
Steve Kellock
2018-10-09
1
-0
/
+5
*
|
|
Try/Catch support for native JS exceptions (#8955)
LemonBoy
2018-10-09
1
-2
/
+3
*
|
|
Add sym owner to macros (#8253)
cooldome
2018-09-03
1
-1
/
+1
*
|
|
fixes #5745
Araq
2018-09-03
1
-4
/
+8
*
|
|
fixes merge conflict
Araq
2018-08-23
1
-0
/
+1
|
\
\
\
|
*
|
|
Fix #8126 (#8712)
zah
2018-08-21
1
-0
/
+1
*
|
|
|
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-19
/
+33
*
|
|
|
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
[next]