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
/
wordrecg.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-1
/
+1
*
implemented a new localPassc pragma (#12706)
Andreas Rumpf
2019-11-22
1
-2
/
+3
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-2
/
+2
*
Refactor injectdestructors (#12295)
Clyybber
2019-10-01
1
-4
/
+0
*
fixes #12298
Araq
2019-09-30
1
-1
/
+1
*
importjs symbol (#12218)
Arne Döring
2019-09-20
1
-2
/
+2
*
exportc now mangles same as importc, fixes #10578 (#12144)
Timothee Cour
2019-09-06
1
-2
/
+2
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-5
/
+3
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-10
/
+8
*
linter: refactorings
Araq
2019-07-10
1
-1
/
+35
*
[other] new experimental pragma .nodestroy for easier custom destructors
Andreas Rumpf
2019-06-20
1
-2
/
+2
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-2
/
+2
*
explicit default values for a leaner codegen, .cursor variables for optimization
Andreas Rumpf
2019-03-07
1
-2
/
+2
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+2
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
1
-2
/
+3
*
Added "typeof" and "restrict" to special words. (#9226)
Alexandros Naskos
2018-11-01
1
-4
/
+4
*
Fixes https://github.com/nim-lang/Nim/issues/6836 (#9595)
Neelesh Chandola
2018-11-01
1
-2
/
+2
*
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-2
/
+2
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-2
/
+4
*
further steps in implementing sink parameters; refs #7041
Araq
2018-03-30
1
-2
/
+2
*
introduce 'core' as an alias for 'compilerproc'
Andreas Rumpf
2017-12-27
1
-2
/
+2
*
language change: 'generic' and 'atomic' are not keywords anymore
Andreas Rumpf
2017-11-21
1
-4
/
+4
*
implemented undocumented '.liftLocals' feature
Andreas Rumpf
2017-11-02
1
-2
/
+2
*
first implementation of package level types that allow forwarding across modu...
Andreas Rumpf
2017-10-28
1
-2
/
+2
*
backend preparations for incomplete/forwarded object types
Andreas Rumpf
2017-10-28
1
-2
/
+2
*
'with' and 'without' are not keywords anymore
Araq
2017-09-30
1
-2
/
+2
*
distinguish between 'reorder' and 'noforward'
Andreas Rumpf
2017-07-26
1
-2
/
+2
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-2
/
+2
*
new feature: .used pragma to suppress declared-but-not-used warning
Araq
2017-02-17
1
-2
/
+2
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
1
-2
/
+2
*
big refactoring: step 1
Araq
2016-10-31
1
-16
/
+1
*
Add the ability to pass a value with the -d flag
Jeff Ciesielski
2016-07-04
1
-1
/
+2
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-2
/
+2
*
first version of .partial objects
Andreas Rumpf
2016-02-28
1
-1
/
+2
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-2
/
+2
*
added undocumented exportNims pragma for Nimscript support
Araq
2015-10-03
1
-2
/
+3
*
implement bitsize pragma for bitfields
Aman Gupta
2015-09-28
1
-0
/
+2
*
fixes #2590; methods now require a .base annotation
Araq
2015-09-06
1
-2
/
+3
*
Introduce {.noRewrite.} expr pragma disabling TR
Adam Strzelecki
2015-06-02
1
-2
/
+2
*
breaking change: 'concept' is now a keyword and used instead of 'generic'
Araq
2015-03-23
1
-2
/
+2
*
'constructor' pragma for C++ support
Araq
2015-03-18
1
-57
/
+57
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
destuctors are experimental; 'func' is now a keyword
Araq
2014-12-10
1
-2
/
+2
*
implemented 'experimental' switch
Araq
2014-12-05
1
-2
/
+3
*
implements 'defer'
Araq
2014-12-04
1
-2
/
+2
*
implemented 'guard' annotation
Araq
2014-09-21
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
'lambda' is no keyword anymore
Araq
2014-08-08
1
-2
/
+2
*
progress on deepCopy
Araq
2014-08-01
1
-2
/
+2
[next]