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
/
ccgexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
ccgexprs.nim: fewer newlines
Araq
2019-05-13
1
-4
/
+0
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-2
/
+2
*
Small cleanup (#11185)
Andreas Rumpf
2019-05-08
1
-14
/
+14
|
\
|
*
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
-10
/
+10
*
|
cleanup (#11192)
Jasper Jenkins
2019-05-07
1
-7
/
+3
|
/
*
Fixes for ptr array deref codegen (#11191)
Jasper Jenkins
2019-05-07
1
-2
/
+5
*
fixes #9578 (#11176)
jcosborn
2019-05-06
1
-0
/
+1
*
fixes #9403
Araq
2019-05-05
1
-1
/
+1
*
added system.unown to make 'owned' sane to use in practice; later on we might...
Araq
2019-04-29
1
-1
/
+1
*
preparations to make the twidgets test work
Araq
2019-04-26
1
-2
/
+2
*
revert discardable transformation (#10905)
Andreas Rumpf
2019-04-21
1
-18
/
+55
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-79
/
+139
*
fixes #11048
Araq
2019-04-17
1
-6
/
+3
*
Extend the fix for #11018 to strings (#11031)
Clyybber
2019-04-15
1
-1
/
+1
*
Fixes #11018 (#11019)
Clyybber
2019-04-14
1
-0
/
+3
*
preparations for --newruntime owned refs/callbacks
Araq
2019-04-11
1
-14
/
+14
*
Less ropes (#10979)
Arne Döring
2019-04-11
1
-177
/
+198
*
use old for loop unpack syntax for bootstrapping
Araq
2019-04-08
1
-1
/
+1
*
more efficient enumToStr implementation that works without the old typeinfo s...
Andreas Rumpf
2019-04-07
1
-1
/
+22
*
newruntime: codegen fix
Andreas Rumpf
2019-04-05
1
-5
/
+4
*
simple program works with --newruntime
Araq
2019-04-02
1
-1
/
+2
*
code cleanup (#10874)
Arne Döring
2019-03-28
1
-11
/
+2
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-2
/
+6
*
Lineinfo fix (#10871)
Arne Döring
2019-03-21
1
-1
/
+1
*
--newruntime: progress
Andreas Rumpf
2019-03-14
1
-4
/
+4
*
--newruntime: work in progress
Andreas Rumpf
2019-03-14
1
-53
/
+112
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
1
-0
/
+4
*
ccgexprs.nim: less confusing code layout
Andreas Rumpf
2019-03-04
1
-5
/
+10
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+22
*
Tuple unpacking now works for `for` vars (#10152)
Neelesh Chandola
2019-02-23
1
-1
/
+1
*
first steps in implementing 'owned' pointers; undocumented, do not use
Andreas Rumpf
2019-02-23
1
-4
/
+4
*
gc:destructors: progress
Andreas Rumpf
2019-02-21
1
-8
/
+3
*
gc:destructors: make system/repr compile
Andreas Rumpf
2019-02-21
1
-1
/
+26
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-0
/
+5
*
Fixes #10568: Fix null pointer dereference in address computation.
Michał Zieliński
2019-02-06
1
-1
/
+1
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-3
/
+3
*
fixes #7878
Araq
2019-01-14
1
-1
/
+1
*
Merge pull request #9881 from timotheecour/pr_ref_9880
Andreas Rumpf
2018-12-11
1
-6
/
+6
|
\
|
*
refs #9880 show index and bound in lots of `index out of bounds` errors
Timothee Cour
2018-12-09
1
-6
/
+6
*
|
daily cruft removal
Jacek Sieka
2018-12-08
1
-4
/
+0
|
/
*
fixes #9864 [backport]
Araq
2018-12-05
1
-5
/
+15
*
More dead code (#9835)
Jacek Sieka
2018-12-04
1
-11
/
+11
*
gc:destructors further progress
Andreas Rumpf
2018-11-29
1
-5
/
+19
*
fixes #9675
Andreas Rumpf
2018-11-26
1
-0
/
+1
*
Remove dead code (#9777)
Jacek Sieka
2018-11-26
1
-7
/
+2
*
compiler: remove unused assignment flags (#9760)
Jacek Sieka
2018-11-21
1
-18
/
+3
*
Fixes discard bug in cpp codegen (#9747) [backport]
cooldome
2018-11-19
1
-9
/
+2
*
--gc:destructors: hello world example compiles and runs
Araq
2018-11-16
1
-0
/
+10
*
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...
Andreas Rumpf
2018-11-07
1
-2
/
+5
[next]