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
...
*
fix min/max for float numbers (#12068)
Arne Döring
2019-09-02
1
-6
/
+1
*
gc:destructors progress
Araq
2019-09-01
1
-1
/
+1
*
fixes #12042 (#12083)
Andreas Rumpf
2019-08-29
1
-1
/
+1
*
Fix to int to biggest int (#12066)
Arne Döring
2019-08-27
1
-9
/
+1
*
fixes #10053 (#11951)
Timothee Cour
2019-08-15
1
-1
/
+2
*
fixes #11891
Andreas Rumpf
2019-08-10
1
-0
/
+4
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-1
/
+4
*
fixes #11745
Araq
2019-07-19
1
-1
/
+6
*
make 'koch temp' work again
Araq
2019-07-14
1
-2
/
+5
*
[refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...
Araq
2019-07-14
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-9
/
+9
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
1
-0
/
+16
*
fixes #11671
Andreas Rumpf
2019-07-07
1
-1
/
+1
*
fix #11651 exportc symbol not exported, leading to link error (#11658)
Timothee Cour
2019-07-05
1
-3
/
+2
*
fixes #11636
Araq
2019-07-03
1
-2
/
+5
*
fixes #11098
Andreas Rumpf
2019-06-26
1
-5
/
+11
*
fixes #11563 (#11594)
Andreas Rumpf
2019-06-26
1
-2
/
+4
*
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-41
/
+0
*
[bugfix] proper destruction for strings/seqs for --newruntime
Andreas Rumpf
2019-06-20
1
-5
/
+6
*
[bugfix] owned closures (#11544)
Andreas Rumpf
2019-06-20
1
-1
/
+1
*
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
Arne Döring
2019-06-11
1
-10
/
+14
*
hotfix for 32bit unsigned 'range' checking; incomplete, unknown why some oper...
Araq
2019-05-27
1
-1
/
+2
*
C codegen: preparations for better code generation
Andreas Rumpf
2019-05-25
1
-3
/
+6
*
Enable range checking for unsigned integers (#11313)
Oscar Nihlgård
2019-05-25
1
-3
/
+1
*
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
[prev]
[next]