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
/
ccgtrav.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-2
/
+2
*
fixes #12882 (#12889)
cooldome
2019-12-13
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-18
/
+18
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-2
/
+3
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-4
/
+4
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-4
/
+4
*
Less ropes (#10979)
Arne Döring
2019-04-11
1
-9
/
+12
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-7
/
+14
*
first steps in implementing 'owned' pointers; undocumented, do not use
Andreas Rumpf
2019-02-23
1
-3
/
+3
*
--gc:destructors: next steps; WIP
Andreas Rumpf
2018-07-21
1
-3
/
+13
*
more progress on destructor based strings
Andreas Rumpf
2018-07-13
1
-2
/
+5
*
codgen refactoring: prepare for alternative string/seq implementations
Andreas Rumpf
2018-06-29
1
-2
/
+2
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-2
/
+1
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-3
/
+3
*
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-7
/
+7
*
Cleanups 20180401 (#7458)
Jacek Sieka
2018-04-12
1
-10
/
+7
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-1
/
+2
*
backend preparations for incomplete/forwarded object types
Andreas Rumpf
2017-10-28
1
-2
/
+2
*
concepts: make codegen aware of 'tyInferred'
Araq
2017-10-25
1
-1
/
+1
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+2
*
codegen: do not produce empty loops; speeds up debug builds tremendously on W...
Araq
2017-08-04
1
-2
/
+14
*
fixes #5481
Araq
2017-03-06
1
-0
/
+3
*
minor codegen bugfix: don't use names for closures that are also mangled Nim ...
Araq
2017-02-26
1
-1
/
+1
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-1
/
+1
*
fixes serious codegen regression that caused Nimble to misbehave
Araq
2016-12-10
1
-1
/
+1
*
attempt to fix things
Andreas Rumpf
2016-11-23
1
-4
/
+7
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
*
bootstrapping works again
Araq
2016-11-12
1
-6
/
+7
*
fixes #4673
Andreas Rumpf
2016-09-01
1
-1
/
+3
*
this commit will fix visual studio family warning #4459
andri lim
2016-07-29
1
-1
/
+1
*
C code generation now deterministic; fixes #4364
Andreas Rumpf
2016-06-22
1
-2
/
+2
*
fixes #3794
Andreas Rumpf
2016-01-30
1
-0
/
+2
*
Get rid of deprecation warnings
def
2015-04-07
1
-49
/
+49
*
implemented mixed mode codegen
Araq
2014-10-03
1
-4
/
+4
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
fixes #1434
Araq
2014-08-14
1
-1
/
+1
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-2
/
+2
*
Revert "Revert "bugfix: emulated thread vars used in combination with the mar...
Zahary Karadjov
2013-08-19
1
-2
/
+6
*
Revert "bugfix: emulated thread vars used in combination with the mark & swee...
Araq
2013-05-27
1
-6
/
+2
*
bugfix: emulated thread vars used in combination with the mark & sweep GC
Zahary Karadjov
2013-05-26
1
-2
/
+6
*
make some tests green
Araq
2013-03-03
1
-2
/
+3
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
1
-2
/
+19
*
disables the compile-time rope formatting during bootstrapping
Zahary Karadjov
2012-11-28
1
-5
/
+5
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-5
/
+4
*
closures shouldn't leak anymore
Araq
2012-07-16
1
-2
/
+4
*
proper indentation in the generated C code
Zahary Karadjov
2012-06-12
1
-11
/
+11
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-11
/
+13
*
fixes #102
Araq
2012-03-23
1
-0
/
+1
[next]