summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1118 from gradha/pr_show_boot_optionsVarriount2014-04-211-1/+1
|\
| * Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-201-1/+1
* | reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-0/+1
* | removed flawed thread analysis passAraq2014-04-201-2/+1
|/
* Adds option to exclude nimcache dirs from time machine backups.Grzegorz Adam Hankiewicz2014-04-161-1/+26
* merged better html links #850Araq2014-04-081-0/+2
* the compiler is now aware of packagesAraq2014-03-021-19/+9
* better handling of packages, still incompleteAraq2014-03-021-13/+44
* resolved conflicts with masterAraq2014-01-181-0/+1
|\
| * Added --noBabelPath override.Dominik Picheta2013-12-251-0/+1
* | clean-up some obsolete code; close #602Zahary Karadjov2013-12-311-2/+0
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-4/+4
* | case consistency: next stepsAraq2013-12-291-6/+6
* | case consistency part 4Araq2013-12-271-7/+7
* | case consistency part 1Araq2013-12-271-1/+1
|/
* Added jsondoc compiler switchErik O'Leary2013-12-121-0/+1
* bugfix: package names should not contain '.'Araq2013-10-071-2/+4
* the compiler can now deal with multiple modules of the same nameAraq2013-09-261-4/+9
* JS codegen: supports more builtinsAraq2013-09-241-10/+19
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-1/+13
* -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)Araq2013-09-011-0/+1
* pass-through of static int generic params to arrays when late instantiation i...Zahary Karadjov2013-08-231-1/+1
* Experimental support for delayed instantiation of genericsZahary Karadjov2013-08-231-0/+2
* new scoping rules for 'if' now activeAraq2013-06-041-1/+1
* better error message for subtle nil errorsAraq2013-05-311-1/+1
* Merge branch 'master' into newparserAraq2013-05-071-0/+6
|\
| * support suggest after compile in caas modeZahary Karadjov2013-05-051-0/+6
* | Merge branch 'master' into newparserAraq2013-05-041-2/+2
|\|
| * nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-2/+2
* | revert new scope for 'if'Araq2013-05-021-1/+2
|/
* experimental support for outputting code snippets in error messages; implemen...Zahary Karadjov2013-04-091-0/+6
* bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-081-0/+3
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-081-0/+15
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* added isServing parameterSimon Hafner2013-02-261-0/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-161-1/+1
|\
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* | preparations for a generational GCAraq2013-02-161-2/+2
|/
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-3/+2
* cleaner GC switchingAraq2013-01-311-4/+8
* the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-1/+2
* merged upstream masterZahary Karadjov2013-01-271-8/+38
|\
| * implements #295Araq2013-01-081-1/+3
| * implemented --listFullPaths option for aporiaAraq2012-12-271-0/+1
| * first steps for FFI support at compile timeAraq2012-12-191-0/+12
| * lazy paths for Babel supportAraq2012-12-111-7/+22
* | adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-021-1/+4
* | track the "owner" heap object in the ref write barrierZahary Karadjov2012-12-011-4/+4
* | CaaS in-memory cachingZahary Karadjov2012-11-281-0/+3
* | caas is now drivable through stdinZahary Karadjov2012-11-281-1/+1
|/