| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes push warnings for sempass2 (#23603) | ringabout | 2024-09-03 | 1 | -1/+1 |
* | chore: fix some typos (#23412) | soonsouth | 2024-03-16 | 1 | -1/+1 |
* | MangleProcs following the Itanium spec so they are demangled in the debugger ... | Juan M Gómez | 2024-02-09 | 1 | -0/+1 |
* | prepare for the enforcement of `std` prefix (#22873) | ringabout | 2023-10-29 | 1 | -2/+4 |
* | fixes #22362; Compiler crashes with staticBoundsCheck on (#22363) | ringabout | 2023-08-02 | 1 | -0/+2 |
* | implemented 'push quirky' switch for fine grained control over the ex… (#22... | Andreas Rumpf | 2023-07-23 | 1 | -9/+9 |
* | fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa... | ringabout | 2023-02-22 | 1 | -0/+1 |
* | fix #14667 (#21190) | Bung | 2022-12-28 | 1 | -0/+1 |
* | removed unused sections in codegen (#20976) | ringabout | 2022-11-30 | 1 | -6/+0 |
* | no ropes WIP (#20433) | Andreas Rumpf | 2022-09-27 | 1 | -1/+7 |
* | fix #19266; allow reassign discriminant field (#19567) | flywind | 2022-02-25 | 1 | -0/+1 |
* | Removes deprecated {.injectStmt.}. Fixes #18666 (#18984) | Dominik Picheta | 2021-10-13 | 1 | -1/+0 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -2/+2 |
* | IC: next steps (#16729) | Andreas Rumpf | 2021-01-23 | 1 | -1/+3 |
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -0/+2 |
* | scoped memory management (#14790) | Andreas Rumpf | 2020-07-04 | 1 | -0/+1 |
* | Fix #14647 (#14776) | Clyybber | 2020-06-28 | 1 | -2/+2 |
* | fixes #14240 [backport:1.2] (#14757) | Andreas Rumpf | 2020-06-22 | 1 | -1/+2 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 1 | -2/+6 |
* | fixes #13782 (#13834) | Andreas Rumpf | 2020-04-01 | 1 | -0/+1 |
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -9/+10 |
* | better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799) | Andreas Rumpf | 2019-12-05 | 1 | -1/+1 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -1/+1 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -2/+2 |
* | Remove ENDB (#12095) | Clyybber | 2019-08-31 | 1 | -2/+0 |
* | only store finally block in exception stack (#11876) | Jacek Sieka | 2019-08-28 | 1 | -1/+1 |
* | removed unused imports [refactoring] | Andreas Rumpf | 2019-08-08 | 1 | -1/+1 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
* | there is only one style -- my style | Araq | 2019-07-10 | 1 | -2/+2 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -2/+2 |
* | fixes #11082 | Andreas Rumpf | 2019-04-23 | 1 | -0/+1 |
* | Compiler plugin for implementing incremental computation in user space (#10819) | cooldome | 2019-04-11 | 1 | -3/+1 |
* | more efficient enumToStr implementation that works without the old typeinfo s... | Andreas Rumpf | 2019-04-07 | 1 | -1/+1 |
* | fixes dce regression #10703 (#10820) | cooldome | 2019-03-12 | 1 | -0/+1 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -3/+6 |
* | Dead code elimination for entire modules and their init procs if empty (#10032) | cooldome | 2018-12-30 | 1 | -5/+5 |
* | Simplify cgen forward proc (#9635) | Jacek Sieka | 2018-11-07 | 1 | -6/+5 |
* | Make the registered passes local to the ModuleGraph (#9259) | LemonBoy | 2018-10-09 | 1 | -2/+2 |
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -3/+3 |
* | Fixes 8535 (#8591) | LemonBoy | 2018-08-17 | 1 | -1/+0 |
* | fixex merge conflicts | Araq | 2018-06-08 | 1 | -0/+2 |
|\ |
|
| * | Fixes #7982 | Yuriy Glukhov | 2018-06-07 | 1 | -0/+2 |
* | | remove the last global variables in the C code generator | Andreas Rumpf | 2018-05-28 | 1 | -1/+12 |
* | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -2/+1 |
|/ |
|
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -1/+1 |
* | C code generator compiles again | Andreas Rumpf | 2018-05-12 | 1 | -2/+5 |
* | sem pass compiles again | Andreas Rumpf | 2018-05-12 | 1 | -0/+3 |
* | C codegen: preparations for different seq and string implementations | Andreas Rumpf | 2018-04-03 | 1 | -1/+2 |
* | fixes #7414 (#7434) | cooldome | 2018-03-29 | 1 | -5/+4 |
* | minor code cleanup: remove redundant .final markers | Araq | 2017-11-30 | 1 | -2/+2 |