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
/
ccgmerge.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
1
-0
/
+4
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-6
/
+6
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
1
-1
/
+1
*
fixes dce regression #10703 (#10820)
cooldome
2019-03-12
1
-0
/
+1
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-10
/
+6
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+1
*
Dead code elimination for entire modules and their init procs if empty (#10032)
cooldome
2018-12-30
1
-0
/
+1
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-5
/
+5
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-18
/
+14
*
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-17
/
+17
*
symbol files: introduce more switches for debugging
Andreas Rumpf
2018-01-07
1
-1
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-01
1
-1
/
+1
|
\
|
*
fixes #5055
Araq
2016-11-30
1
-1
/
+1
*
|
signature hashing: more progress
Araq
2016-11-11
1
-13
/
+14
|
/
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-1
/
+1
*
refactoring: flags instead of bools
Andreas Rumpf
2016-05-18
1
-3
/
+4
*
Get rid of deprecation warnings
def
2015-04-07
1
-24
/
+24
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-3
/
+3
*
implemented a[^1] notation
Araq
2015-03-26
1
-12
/
+12
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
implemented mixed mode codegen
Araq
2014-10-03
1
-1
/
+1
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
removed dead code
Araq
2014-03-04
1
-27
/
+0
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-8
/
+8
*
case consistency part 4
Araq
2013-12-27
1
-6
/
+6
*
case consistency part 1
Araq
2013-12-27
1
-2
/
+1
*
nimrod dump can now produce a machine readable json report
Zahary Karadjov
2013-05-01
1
-9
/
+9
*
bugfix: fix linking when symbol files are used
Zahary Karadjov
2013-04-08
1
-7
/
+4
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-5
/
+32
|
\
|
*
first version of ropes.nim with unsafeNew (broken)
Araq
2012-12-02
1
-5
/
+32
*
|
[caas] first version that actually works (still has a lot of logical memory l...
Zahary Karadjov
2012-11-28
1
-5
/
+8
|
/
*
first steps for overloading support of passing blocks; bugfix: test results o...
Araq
2012-09-11
1
-1
/
+1
*
first steps to make templates hygienic
Araq
2012-08-20
1
-2
/
+5
*
extracted documentation generator
Araq
2012-05-09
1
-1
/
+1
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-2
/
+2
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
rod files: next trivial examples working
Araq
2011-10-22
1
-1
/
+4
*
trivial change scenario works with symbol files
Araq
2011-10-22
1
-25
/
+32
*
further steps for incremental C code generation
Araq
2011-10-21
1
-7
/
+40
*
first steps to C file merge operation for incremental compilation
Araq
2011-10-21
1
-0
/
+253