Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -2/+0 |
| | |||||
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -5/+8 |
| | | | | | | | | | | * fix #13150 `nim doc --project` works with duplicate names and with imports below main project file * add to help; fixup after #13212 isRelativeTo got merged * fix test tests/compilerapi/tcompilerapi.nim * remove nimblePkg field; compute on the fly instead * kochdocs: compiler docs now under compiler/ * --docRoot now has smart default: best among @pkg, @path | ||||
* | Fixes #12734 (#12784) | Tomohiro | 2019-12-01 | 1 | -1/+4 |
| | |||||
* | fixes #12420 [backport] (#12456) | Andreas Rumpf | 2019-10-18 | 1 | -8/+5 |
| | |||||
* | Fix #12242, replacing ":" with "@c" in packages [backport] (#12265) | Endeg | 2019-09-25 | 1 | -2/+2 |
| | |||||
* | changed name mangling for generated C files | Araq | 2019-09-13 | 1 | -2/+2 |
| | |||||
* | Fixed c filenames mangling (#12161) | Yuriy Glukhov | 2019-09-11 | 1 | -3/+3 |
| | |||||
* | fix #12130 ; improve naming scheme in fakePackageName | Timothee Cour | 2019-09-06 | 1 | -5/+3 |
| | |||||
* | typo | Araq | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | fixes #11196 | Araq | 2019-05-08 | 1 | -2/+2 |
| | |||||
* | nicer 'CC' output messages | Araq | 2019-05-06 | 1 | -0/+4 |
| | |||||
* | remove the restriction that module names need to be unique per Nimble… ↵ | Andreas Rumpf | 2019-04-20 | 1 | -4/+10 |
| | | | | | | | | | | (#11064) * remove the restriction that module names need to be unique per Nimble package * make tests green again * use the 'response' linker file also on Unix in order to fix megatest | ||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -3/+3 |
| | | | | between modules | ||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -1/+2 |
| | |||||
* | guards.nim does compile | Andreas Rumpf | 2018-05-11 | 1 | -15/+8 |
| | |||||
* | happy new year | Araq | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | fixes #4485; package handling works better; docgen works with --project on ↵ | Andreas Rumpf | 2016-07-19 | 1 | -0/+56 |
Nimble package level |