Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare for the enforcement of `std` prefix (#22873) | ringabout | 2023-10-29 | 1 | -2/+3 |
| | | | follow up https://github.com/nim-lang/Nim/pull/22851 | ||||
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | * wip; use strictdefs for compiler * checkpoint * complete the chores * more fixes * first phase cleanup * Update compiler/bitsets.nim * cleanup | ||||
* | fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) | ringabout | 2023-05-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move sha1, md5 to nimble packages * boot the compiler * fixes tests * build the documentation * fixes docs * lol, I forgot koch.nim * add `nimHasChecksums` define * clone checksums but maybe copying is better * bump nimble hash * use ChecksumsStableCommit * fixes tests * deprecate them * fixes paths * fixes koch | ||||
* | Return error message in output of gorge/staticExec. (#18942) | Dominik Picheta | 2022-10-12 | 1 | -2/+9 |
| | | | | | * Return error message in output of gorge/staticExec. * Document nimLegacyGorgeErrors in changelog. | ||||
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
| | |||||
* | Fixed #12337, leaking pipe after gorge (#12339) | Ico Doornekamp | 2019-10-03 | 1 | -0/+2 |
| | |||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -2/+2 |
| | | | | --styleCheck:error | ||||
* | Fix gorge caching (#10407) | genotrance | 2019-01-22 | 1 | -2/+2 |
| | |||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -2/+2 |
| | | | | between modules | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+2 |
| | |||||
* | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | transf and vmgen compile again | Andreas Rumpf | 2018-05-12 | 1 | -2/+2 |
| | |||||
* | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | fixes #6961 | Andreas Rumpf | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | made nimresolve part of the compiler | Andreas Rumpf | 2017-10-29 | 1 | -27/+1 |
| | |||||
* | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 1 | -0/+83 |