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
...
*
refactor sizealignoffset (#12077)
Andreas Rumpf
2019-08-28
1
-0
/
+1
*
lift destructor for openarray (#12073)
cooldome
2019-08-28
1
-2
/
+2
*
Fix to int to biggest int (#12066)
Arne Döring
2019-08-27
1
-4
/
+0
*
fixes #12056 (#12063)
Andreas Rumpf
2019-08-27
1
-1
/
+1
*
fixes #11972
Araq
2019-08-20
1
-0
/
+2
*
fixes #11891
Andreas Rumpf
2019-08-10
1
-1
/
+3
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-18
/
+60
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+1
*
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-8
/
+0
*
[bugfix] owned closures (#11544)
Andreas Rumpf
2019-06-20
1
-0
/
+2
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-4
/
+0
*
fixes #10889
Andreas Rumpf
2019-05-29
1
-14
/
+0
*
Iterator fixes (#11234)
Jasper Jenkins
2019-05-13
1
-0
/
+3
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-3
/
+3
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-1
/
+0
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-4
/
+4
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-6
/
+6
*
Fixes for ptr array deref codegen (#11191)
Jasper Jenkins
2019-05-07
1
-0
/
+2
*
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
[prev]
[next]