Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes yet another strictdefs bug (#23069) | ringabout | 2023-12-15 | 1 | -0/+2 |
| | |||||
* | 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 | -3/+8 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
| | |||||
* | Add changes required by Nimble lock file support (#12104) | Ivan Bobev | 2021-07-15 | 1 | -30/+52 |
| | | | | | | | | | | | | | | | | Implemented support for Nimble local cache with package directories with a checksum of the package at the end of their names. Now the compiler supports package paths in the form: * /path_to_nimble_cache_dir/pkgs/package_name-1.2.3- FEBADEAEA2345E777F0F6F8433F7F0A52EDD5D1B * /path_to_nimble_cache_dir/pkgs/package_name-#head- 042D4BE2B90ED0672E717D71850ABDB0A2D19CD2 * /path_to_nimble_cache_dir/pkgs/package_name-#branch-name- DBC1F902CB79946E990E38AF51F0BAD36ACFABD9 Related to nim-lang/nimble#127 | ||||
* | move tests under the compiler directory to testament (#16096) | flywind | 2020-11-25 | 1 | -27/+0 |
| | |||||
* | make case-object transitions explicit, make unknownLineInfo a const, replace ↵ | Jasper Jenkins | 2020-01-17 | 1 | -10/+10 |
| | | | | a few magic numbers with consts (#13170) | ||||
* | fixes disruptek/nimph#102 multi-level nim.cfg use (#13001) [backport] | Andy Davidoff | 2019-12-31 | 1 | -2/+3 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | Substitute $nimbleDir in --path flags (#12750) | genotrance | 2019-11-28 | 1 | -0/+4 |
| | |||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -7/+7 |
| | | | | between modules | ||||
* | fixes #8776 | Araq | 2018-08-27 | 1 | -10/+11 |
| | |||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | move more global variables into ConfigRef | Andreas Rumpf | 2018-05-11 | 1 | -4/+4 |
| | |||||
* | big refactoring: parser compiles again | Andreas Rumpf | 2018-05-10 | 1 | -12/+13 |
| | |||||
* | fixes #6949 | Araq | 2017-12-21 | 1 | -6/+18 |
| | |||||
* | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 1 | -4/+4 |
| | |||||
* | Fixed handling of versions with dashes in nimble pkgs (#6335) | Yuriy Glukhov | 2017-09-06 | 1 | -9/+20 |
| | |||||
* | Implement .nimble-link files in the compiler and add tests for them. | Dominik Picheta | 2017-09-02 | 1 | -3/+14 |
| | |||||
* | Add readme to tests. Add fileDir option to testament & create nimble test. | Dominik Picheta | 2017-09-02 | 1 | -35/+60 |
| | |||||
* | fixes #5752 | Araq | 2017-05-02 | 1 | -11/+30 |
| | |||||
* | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -4/+4 |
| | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -12/+0 |
| | |||||
* | added getOrDefault; bootstrapping works again | Araq | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -3/+3 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Introduce NotesVerbosity defining verbosity levels | Adam Strzelecki | 2015-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This solves two issues: 1. Some notes were enabled explicitly for some verbosity levels, so --hintName:on has no effect if verbosity level was too low. 2. Verbosity level for notes is not longer scattered across the source code, instead if now lives in msgs.nim NotesVerbosity array 3. Individual note settings have stronger effect than verbosity setting, so --hintName:off will disable hint regardless of high verbosity setting, and vice-versa --hintName:on will enable hint even on low verbosity setting. | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | VM supports math and a few os procs | Araq | 2014-08-30 | 1 | -1/+1 |
| | |||||
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -0/+90 |