| Commit message (Expand) | Author | Age | Files | Lines |
* | Use modern enums in compiler (#15775) | cooldome | 2020-11-02 | 1 | -4/+4 |
* | Cleanup | Clyybber | 2020-10-22 | 1 | -2/+0 |
* | add Source+Edit links on top of every docgend file (#15642) | Timothee Cour | 2020-10-22 | 1 | -0/+2 |
* | add --declaredlocs (#15666) | Timothee Cour | 2020-10-21 | 1 | -0/+2 |
* | Make useVersion:1.0 disable the proc arg sym change (#15570) | Clyybber | 2020-10-14 | 1 | -0/+6 |
* | Update the list of GC options when raising an error (closes #15547) (#15553) | Benjamin Lee | 2020-10-14 | 1 | -1/+1 |
* | fix #15405. deepcopy arc (#15410) | cooldome | 2020-10-01 | 1 | -1/+2 |
* | fix the indentation in `--help` and `--fullhelp` (#15387) | Miran | 2020-09-23 | 1 | -2/+2 |
* | fixes #15325 (#15340) | Andreas Rumpf | 2020-09-16 | 1 | -0/+3 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -11/+10 |
* | Fix forward declaration issues in template/macro context (#15091) | Clyybber | 2020-07-29 | 1 | -2/+0 |
* | fix #14684 (#15059) | Bung | 2020-07-25 | 1 | -0/+2 |
* | An optimizer for ARC (#14962) | Andreas Rumpf | 2020-07-15 | 1 | -0/+3 |
* | fix #14912, make `--useVersion:1.0` work again (#14945) | Miran | 2020-07-10 | 1 | -0/+1 |
* | VM profiler (#14833) | Ico Doornekamp | 2020-07-09 | 1 | -0/+2 |
* | Clean out oldast (#14837) | Juan Carlos | 2020-06-30 | 1 | -2/+0 |
* | Deprecated laxStrings for mutating the internal zero terminator on strings an... | Juan Carlos | 2020-06-23 | 1 | -1/+0 |
* | Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763) | Juan Carlos | 2020-06-23 | 1 | -10/+0 |
* | compiler/commands: make gitHash settable at compile-time. (#14654) | alaviss | 2020-06-14 | 1 | -1/+1 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -2/+0 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -2/+2 |
* | fix #14364 (#14372) [backport:1.2] | Ștefan Talpalaru | 2020-05-18 | 1 | -0/+1 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -4/+0 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -2/+9 |
* | --hint:processing (+friends) is now supported and means `--hint:processing:on... | Timothee Cour | 2020-05-08 | 1 | -3/+5 |
* | remove the nilChecks switch; refs #11570 | Araq | 2020-04-20 | 1 | -2/+2 |
* | new feature: ability to turn specific warnings to errors | Andreas Rumpf | 2020-04-04 | 1 | -5/+12 |
* | sourcemaps for the JS codegen (#7508) | Alexander Ivanov | 2020-04-03 | 1 | -0/+4 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -0/+2 |
* | '.push raises: []' now also affects proc types (#13776) | Andreas Rumpf | 2020-03-29 | 1 | -0/+1 |
* | new feature: --staticBoundChecks:on to enforce static array index checking (#... | Andreas Rumpf | 2020-03-18 | 1 | -0/+2 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -0/+4 |
* | fixes #13519 | Araq | 2020-03-11 | 1 | -2/+4 |
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 1 | -0/+2 |
* | properly handle note override logic/verbosity/config/cmdline using modifiedyN... | Timothee Cour | 2020-02-27 | 1 | -21/+20 |
* | remove isCmdLine; use passCmd1 | Timothee Cour | 2020-02-27 | 1 | -2/+2 |
* | correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order | Timothee Cour | 2020-02-27 | 1 | -0/+6 |
* | only enable linenoise for -d:nimUseLinenoise (#13478) | Timothee Cour | 2020-02-24 | 1 | -2/+3 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -0/+2 |
* | fix #13374 `nim c -r -` now generates $nimcache/stdinfile (#13380) [backport] | Timothee Cour | 2020-02-11 | 1 | -2/+10 |
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -0/+2 |
* | make goto based exceptions available for 'nim cpp' (#13244) | Andreas Rumpf | 2020-01-25 | 1 | -6/+4 |
* | VM: allow overriding MaxLoopIterations without rebuilding nim (#13233) | Timothee Cour | 2020-01-23 | 1 | -0/+3 |
* | --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 |