| Commit message (Expand) | Author | Age | Files | Lines |
* | `doc2tex`: generate docs to Latex (#17997) | Andrey Makarov | 2021-05-14 | 1 | -0/+1 |
* | fixes #15848 [backport:1.2] (#17959) | Andreas Rumpf | 2021-05-07 | 1 | -1/+2 |
* | system.nim cleanup some exported constants which should never have be… (#17... | Andreas Rumpf | 2021-05-01 | 1 | -4/+1 |
* | add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) | Timothee Cour | 2021-04-23 | 1 | -0/+10 |
* | `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep... | Timothee Cour | 2021-04-21 | 1 | -1/+17 |
* | IC navigator: added support for include files (#17784) | Andreas Rumpf | 2021-04-19 | 1 | -24/+45 |
* | IC: first steps towards 'nim check --def --ic:on' (#17714) | Andreas Rumpf | 2021-04-14 | 1 | -0/+3 |
* | fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ... | Timothee Cour | 2021-03-16 | 1 | -0/+4 |
* | fix #17267 (#17273) | flywind | 2021-03-07 | 1 | -2/+5 |
* | follow #17245 deprecate refchecks (#17261) | flywind | 2021-03-05 | 1 | -2/+6 |
* | deprecate newruntime (#17245) | flywind | 2021-03-04 | 1 | -0/+1 |
* | followup #17225: simplify code after removing gc2, generational (#17242) | Timothee Cour | 2021-03-03 | 1 | -6/+5 |
* | fix #16731: using deprecated flags triggers a warning (#17225) | Timothee Cour | 2021-03-02 | 1 | -23/+19 |
* | `--nilseqs` is now a deprecated noop (#17211) | Timothee Cour | 2021-03-01 | 1 | -2/+4 |
* | document `since` (#17048) | Timothee Cour | 2021-02-16 | 1 | -5/+3 |
* | `--hintAsError` (#16763) | Timothee Cour | 2021-01-20 | 1 | -4/+6 |
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 1 | -2/+2 |
* | IC: next steps (#16632) | Andreas Rumpf | 2021-01-12 | 1 | -3/+3 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -8/+9 |
* | make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583) | Andreas Rumpf | 2021-01-04 | 1 | -0/+4 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -5/+0 |
* | fix #16346 rst2html now honors SuccessX (#16347) | Timothee Cour | 2020-12-26 | 1 | -0/+7 |
* | add test for --eval; fix a minor bug (#16224) | Timothee Cour | 2020-12-01 | 1 | -0/+1 |
* | cmdline: improve command processing (#16056) | Timothee Cour | 2020-11-26 | 1 | -10/+47 |
* | fix #16033 nim js --gc:arc works and ignores --gc:arc (#16036) | Timothee Cour | 2020-11-18 | 1 | -1/+4 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -6/+19 |
* | EnumUtils, speed up findStr in compiler (#15777) | cooldome | 2020-11-03 | 1 | -2/+2 |
* | 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 |