summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Expand)AuthorAgeFilesLines
* Use modern enums in compiler (#15775)cooldome2020-11-021-4/+4
* CleanupClyybber2020-10-221-2/+0
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-221-0/+2
* add --declaredlocs (#15666)Timothee Cour2020-10-211-0/+2
* Make useVersion:1.0 disable the proc arg sym change (#15570)Clyybber2020-10-141-0/+6
* Update the list of GC options when raising an error (closes #15547) (#15553)Benjamin Lee2020-10-141-1/+1
* fix #15405. deepcopy arc (#15410)cooldome2020-10-011-1/+2
* fix the indentation in `--help` and `--fullhelp` (#15387)Miran2020-09-231-2/+2
* fixes #15325 (#15340)Andreas Rumpf2020-09-161-0/+3
* Big compiler Cleanup (#14777)Clyybber2020-08-281-11/+10
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-2/+0
* fix #14684 (#15059)Bung2020-07-251-0/+2
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-151-0/+3
* fix #14912, make `--useVersion:1.0` work again (#14945)Miran2020-07-101-0/+1
* VM profiler (#14833)Ico Doornekamp2020-07-091-0/+2
* Clean out oldast (#14837)Juan Carlos2020-06-301-2/+0
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-231-1/+0
* Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)Juan Carlos2020-06-231-10/+0
* compiler/commands: make gitHash settable at compile-time. (#14654)alaviss2020-06-141-1/+1
* bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc...Timothee Cour2020-06-041-2/+0
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-2/+2
* fix #14364 (#14372) [backport:1.2]Ștefan Talpalaru2020-05-181-0/+1
* fix some issues with --backend (#14363)Timothee Cour2020-05-161-4/+0
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-2/+9
* --hint:processing (+friends) is now supported and means `--hint:processing:on...Timothee Cour2020-05-081-3/+5
* remove the nilChecks switch; refs #11570Araq2020-04-201-2/+2
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-5/+12
* sourcemaps for the JS codegen (#7508)Alexander Ivanov2020-04-031-0/+4
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+2
* '.push raises: []' now also affects proc types (#13776)Andreas Rumpf2020-03-291-0/+1
* new feature: --staticBoundChecks:on to enforce static array index checking (#...Andreas Rumpf2020-03-181-0/+2
* catchable defects (#13626)Andreas Rumpf2020-03-121-0/+4
* fixes #13519Araq2020-03-111-2/+4
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-0/+2
* properly handle note override logic/verbosity/config/cmdline using modifiedyN...Timothee Cour2020-02-271-21/+20
* remove isCmdLine; use passCmd1Timothee Cour2020-02-271-2/+2
* correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in orderTimothee Cour2020-02-271-0/+6
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-241-2/+3
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-0/+2
* fix #13374 `nim c -r -` now generates $nimcache/stdinfile (#13380) [backport]Timothee Cour2020-02-111-2/+10
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-0/+2
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-251-6/+4
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-231-0/+3
* --styleCheck:hint now works (#13055)Timothee Cour2020-01-071-1/+1
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-1/+26
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-2/+13
* Path substitution for --out and --outdir (#12796)genotrance2019-12-031-3/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-11/+11
* Substitute $nimbleDir in --path flags (#12750)genotrance2019-11-281-2/+3
* added the --asm command line option for inspection of the produced assember c...Andreas Rumpf2019-11-211-0/+2