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
...
*
added system.unown to make 'owned' sane to use in practice; later on we might...
Araq
2019-04-29
1
-1
/
+1
*
destructors: internal compiler refactoring
Araq
2019-04-18
1
-10
/
+14
*
an owned ref parameter behaves as a 'sink' parameter
Andreas Rumpf
2019-04-07
1
-0
/
+6
*
more efficient enumToStr implementation that works without the old typeinfo s...
Andreas Rumpf
2019-04-07
1
-0
/
+14
*
destructors: we are cooking now
Araq
2019-04-06
1
-0
/
+3
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-4
/
+8
*
sizeof alignof offsetof macros api (#10855)
Arne Döring
2019-03-19
1
-1
/
+1
*
multi-methods: remove hack, make tmethod_various compile under strict C++ [ba...
Andreas Rumpf
2019-03-14
1
-1
/
+1
*
owned refs must be moved
Andreas Rumpf
2019-03-07
1
-1
/
+1
*
explicit default values for a leaner codegen, .cursor variables for optimization
Andreas Rumpf
2019-03-07
1
-0
/
+5
*
introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...
Andreas Rumpf
2019-03-05
1
-1
/
+8
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
1
-1
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-4
/
+8
*
code cleanup: there is no tyOptRef
Andreas Rumpf
2019-02-22
1
-1
/
+1
*
it's spelt callsite
Andreas Rumpf
2019-02-22
1
-1
/
+1
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-1
/
+8
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
1
-1
/
+1
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-1
/
+0
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-0
/
+7
*
much simpler implementation of constant tuple declarations
Andreas Rumpf
2018-12-19
1
-2
/
+1
*
Const tuple unpacking (#9964)
Neelesh Chandola
2018-12-19
1
-1
/
+2
*
compiler refactoring: TSymSeq is gone for good
Araq
2018-12-11
1
-2
/
+1
*
fixes nested gensym'ed parameters; fixes #9476
Araq
2018-12-08
1
-3
/
+3
*
More dead code (#9835)
Jacek Sieka
2018-12-04
1
-2
/
+0
*
IC: further progress
Araq
2018-12-01
1
-6
/
+6
*
fixes #9675
Andreas Rumpf
2018-11-26
1
-2
/
+2
*
Remove dead code (#9777)
Jacek Sieka
2018-11-26
1
-1
/
+0
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-1
/
+2
*
compiler cleanup: flag tfOldSchoolExprStmt is gone
Araq
2018-11-06
1
-3
/
+0
*
language cleanup: the .unchecked pragma is dead
Araq
2018-11-06
1
-1
/
+0
*
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
[prev]
[next]