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
/
cgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)
Timothee Cour
2020-01-05
1
-1
/
+1
*
fixes #12978 (#13012)
Andreas Rumpf
2020-01-03
1
-4
/
+6
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-30
/
+24
*
minor refactorings
Andreas Rumpf
2019-12-27
1
-4
/
+4
*
a better bugfix
Araq
2019-12-24
1
-3
/
+3
*
fixes #12826
Araq
2019-12-24
1
-19
/
+34
*
fixes #12899 (#12921)
Andreas Rumpf
2019-12-18
1
-2
/
+2
*
completes #12799, fixes #12216 (#12870)
Andreas Rumpf
2019-12-10
1
-0
/
+1
*
fixes #12827 (#12829) [backport]
cooldome
2019-12-10
1
-4
/
+5
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
1
-1
/
+1
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-5
/
+15
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-186
/
+185
*
fixes and changes the recently introduced 'alignas' to be 'align' (#12666)
Andreas Rumpf
2019-11-15
1
-5
/
+5
*
ARC: solves phase ordering problems (#12654)
Andreas Rumpf
2019-11-14
1
-4
/
+11
*
implemented alignas pragma (#12643)
Arne Döring
2019-11-13
1
-1
/
+7
*
fix #12426 (#12462)
Arne Döring
2019-10-20
1
-2
/
+3
*
refactoring: use the new strings and seqs when optSeqDestructors is active
Araq
2019-10-20
1
-5
/
+5
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-4
/
+4
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-1
/
+1
*
exportc now mangles same as importc, fixes #10578 (#12144)
Timothee Cour
2019-09-06
1
-1
/
+2
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-42
/
+3
*
- adding _actual as a suffix only for calls to an actual proc and not through...
Viktor Kirilov
2019-08-23
1
-1
/
+6
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
Incremental compilation (IC): Improvements (#11881)
Andreas Rumpf
2019-08-08
1
-55
/
+60
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-0
/
+3
*
IC: some progress
Andreas Rumpf
2019-07-27
1
-1
/
+2
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
[refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...
Araq
2019-07-14
1
-1
/
+1
*
there is only one style -- my style
Araq
2019-07-10
1
-12
/
+12
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-14
/
+14
*
fixes #11563 (#11594)
Andreas Rumpf
2019-06-26
1
-1
/
+1
*
fixes #10299 (#11324)
Andreas Rumpf
2019-05-25
1
-3
/
+3
*
fixes #11309 (#11310)
Andreas Rumpf
2019-05-23
1
-0
/
+10
*
fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)
Miran
2019-05-21
1
-1
/
+1
*
fixes #11202
Andreas Rumpf
2019-05-14
1
-5
/
+8
*
fixes #11194 (#11242)
Arne Döring
2019-05-14
1
-3
/
+2
*
Fix destructor injections for global variables (#11230)
Clyybber
2019-05-13
1
-0
/
+3
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-2
/
+2
*
revert discardable transformation (#10905)
Andreas Rumpf
2019-04-21
1
-0
/
+9
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-6
/
+6
*
Less ropes (#10979)
Arne Döring
2019-04-11
1
-104
/
+177
*
more efficient enumToStr implementation that works without the old typeinfo s...
Andreas Rumpf
2019-04-07
1
-1
/
+4
*
fixes #10943 (#10947)
cooldome
2019-04-05
1
-1
/
+4
*
fixes #10942. Lent T bug (#10946)
cooldome
2019-04-03
1
-7
/
+7
*
fixes #10948 (#10949)
cooldome
2019-04-03
1
-1
/
+1
*
simple program works with --newruntime
Araq
2019-04-02
1
-0
/
+1
*
newruntime: progress
Araq
2019-04-02
1
-1
/
+1
*
fixes #8202 (#10888)
Andreas Rumpf
2019-03-23
1
-1
/
+9
[next]