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
/
commands.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
--styleCheck:hint now works (#13055)
Timothee Cour
2020-01-07
1
-1
/
+1
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-1
/
+26
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-2
/
+13
*
Path substitution for --out and --outdir (#12796)
genotrance
2019-12-03
1
-3
/
+3
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-11
/
+11
*
Substitute $nimbleDir in --path flags (#12750)
genotrance
2019-11-28
1
-2
/
+3
*
added the --asm command line option for inspection of the produced assember c...
Andreas Rumpf
2019-11-21
1
-0
/
+2
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-11
/
+11
*
add --clearNimblePath; fixes #12601 (#12609)
Andy Davidoff
2019-11-06
1
-0
/
+3
*
implement the --useVersion emulation feature
Andreas Rumpf
2019-11-04
1
-1
/
+4
*
Fixes #12536 (#12568) [backport]
Tomohiro
2019-11-02
1
-14
/
+12
*
--gc:destructors now means Nim uses pure refcounting (#12557)
Andreas Rumpf
2019-10-30
1
-4
/
+17
*
first implementation of the new --seqsv2 switch
Araq
2019-10-20
1
-0
/
+5
*
refactoring: use the new strings and seqs when optSeqDestructors is active
Araq
2019-10-20
1
-0
/
+1
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-1
/
+3
*
added cpuTime to VM (#12346)
Ico Doornekamp
2019-10-04
1
-0
/
+2
*
introduce --oldgensym:on rather than --useVersion
Andreas Rumpf
2019-09-03
1
-3
/
+3
*
gc:destructors progress
Araq
2019-09-01
1
-24
/
+25
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-15
/
+9
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-0
/
+9
*
Lock semchecked ast for macros (#11883) [bugfix]
Arne Döring
2019-08-08
1
-7
/
+13
*
Incremental compilation (IC): Improvements (#11881)
Andreas Rumpf
2019-08-08
1
-1
/
+3
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
newruntime: refchecks:on|off switch
Araq
2019-07-12
1
-0
/
+2
*
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-3
/
+3
*
[bugfix] fix #11484, acknowledge 'danger' flag (#11486)
Miran
2019-07-03
1
-1
/
+2
*
new compiler feature: --expandMacro
Araq
2019-05-29
1
-1
/
+4
*
list available options for --cpu, --os and --cc if the passed option is not f...
Ico Doornekamp
2019-05-25
1
-2
/
+6
*
fixes #11294
Araq
2019-05-24
1
-1
/
+3
*
render urls correctly (#11022)
Andy Davidoff
2019-04-14
1
-2
/
+2
*
destructors: we are cooking now
Araq
2019-04-06
1
-6
/
+7
*
add alias for --debugger:native (#10957)
Arne Döring
2019-04-04
1
-0
/
+5
*
improvements on the hot code reloading support (#10892)
Viktor Kirilov
2019-03-23
1
-0
/
+4
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-3
/
+3
*
multi-methods need to be explicitly enabled (#10856)
Miran
2019-03-18
1
-0
/
+2
*
--newruntime: work in progress
Andreas Rumpf
2019-03-14
1
-0
/
+2
*
special typing rules for owned pointers
Andreas Rumpf
2019-03-04
1
-1
/
+2
*
doc: move specific checks to advanced options, for a less intimidatin… (#10...
Jacek Sieka
2019-03-04
1
-4
/
+2
*
compiler/commands: keep extension for output file (#10755)
alaviss
2019-02-28
1
-1
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-5
/
+15
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
1
-1
/
+1
*
Added --docInternal option to allow 'nim doc' to include non-exported symbols
Ico Doornekamp
2019-01-23
1
-0
/
+2
*
fix #9629 every binary cmd line option allows on/off/empty=on (#10353)
Timothee Cour
2019-01-18
1
-40
/
+22
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-0
/
+2
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-2
/
+2
*
make tests green with a global config.nims file
Araq
2018-12-17
1
-2
/
+4
*
minor cleanups
Andreas Rumpf
2018-12-11
1
-7
/
+6
*
Merge pull request #9916 from timotheecour/pr_ref_9906_errorMax
Andreas Rumpf
2018-12-11
1
-0
/
+9
|
\
|
*
--errorMax:0 means: unlimited
Timothee Cour
2018-12-09
1
-3
/
+7
[next]