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
/
lowerings.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink to MemMove optimization in injectdestructors (#13002)
cooldome
2020-01-02
1
-2
/
+8
*
fixes #12989 (#12992)
cooldome
2019-12-31
1
-1
/
+0
*
Revert "fixes #12989"
Andrii Riabushenko
2019-12-31
1
-0
/
+1
*
fixes #12989
Andrii Riabushenko
2019-12-31
1
-1
/
+0
*
ARC: fixes cycle detection and move the .cursor attribute into closures (#12872)
Andreas Rumpf
2019-12-11
1
-0
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-76
/
+76
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
1
-0
/
+1
*
Revert "ARC: another critical bugfix; temporary tuples we introduce for tuple...
narimiran
2019-11-24
1
-1
/
+0
*
ARC: another critical bugfix; temporary tuples we introduce for tuple unpacka...
Araq
2019-11-22
1
-0
/
+1
*
more arc improvements (#12690)
Andreas Rumpf
2019-11-20
1
-0
/
+8
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-5
/
+5
*
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-2
/
+2
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+2
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+0
*
[refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...
Araq
2019-07-14
1
-428
/
+15
*
fixes #7057
Andreas Rumpf
2019-07-06
1
-1
/
+1
*
[bugfix] owned closures (#11544)
Andreas Rumpf
2019-06-20
1
-0
/
+3
*
fixes #11215
Araq
2019-05-12
1
-2
/
+2
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-2
/
+2
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-2
/
+2
*
added lowerings.evalOnce
Araq
2019-04-09
1
-0
/
+16
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
added lowerings.genLen helper proc
Andreas Rumpf
2019-03-14
1
-0
/
+9
*
Tuple unpacking now works for `for` vars (#10152)
Neelesh Chandola
2019-02-23
1
-6
/
+14
*
Destructors: more moves for tuples (#9808)
cooldome
2018-11-27
1
-1
/
+1
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-0
/
+2
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-12
/
+18
*
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-0
/
+12
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-37
/
+37
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+2
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-2
/
+2
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-9
/
+13
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-20
/
+24
*
lambda lifting compiles again
Andreas Rumpf
2018-05-12
1
-62
/
+62
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-2
/
+2
*
implemented undocumented '.liftLocals' feature
Andreas Rumpf
2017-11-02
1
-2
/
+4
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
1
-0
/
+11
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
closures have an object type field so that we can perform correct deepCopy() ...
Andreas Rumpf
2017-07-22
1
-9
/
+11
*
fixes tuple unpacking regression
Andreas Rumpf
2017-04-26
1
-1
/
+1
*
make nimble compile again
Andreas Rumpf
2017-04-22
1
-1
/
+1
*
make sighashes work in more cases
Andreas Rumpf
2017-04-21
1
-10
/
+54
*
attempt to make sighashes produce smaller diffs
Andreas Rumpf
2017-04-19
1
-1
/
+1
*
re-enable object name generation for less dependence on IDs
Araq
2016-12-05
1
-1
/
+2
*
more fixes
Araq
2016-12-02
1
-4
/
+5
*
Merge branch 'devel' into sighashes
Araq
2016-12-01
1
-0
/
+4
|
\
|
*
closure types get names; refs #4332
Araq
2016-11-29
1
-0
/
+4
*
|
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-1
/
+1
|
/
[next]