summary refs log tree commit diff stats
path: root/compiler/nimblecmd.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-0/+2
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+3
* use strictdefs for compiler (#22365)ringabout2023-08-061-3/+8
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+3
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* Add changes required by Nimble lock file support (#12104)Ivan Bobev2021-07-151-30/+52
* move tests under the compiler directory to testament (#16096)flywind2020-11-251-27/+0
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-10/+10
* fixes disruptek/nimph#102 multi-level nim.cfg use (#13001) [backport]Andy Davidoff2019-12-311-2/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-2/+2
* Substitute $nimbleDir in --path flags (#12750)genotrance2019-11-281-0/+4
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-7/+7
* fixes #8776Araq2018-08-271-10/+11
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* move more global variables into ConfigRefAndreas Rumpf2018-05-111-4/+4
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-12/+13
* fixes #6949Araq2017-12-211-6/+18
* implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-011-4/+4
* Fixed handling of versions with dashes in nimble pkgs (#6335)Yuriy Glukhov2017-09-061-9/+20
* Implement .nimble-link files in the compiler and add tests for them.Dominik Picheta2017-09-021-3/+14
* Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-35/+60
* fixes #5752Araq2017-05-021-11/+30
* removed compiler internal list implementation (#5371)Arne Döring2017-02-221-4/+4
* remove unused stuffJacek Sieka2016-08-091-12/+0
* added getOrDefault; bootstrapping works againAraq2015-10-131-1/+1
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* Introduce NotesVerbosity defining verbosity levelsAdam Strzelecki2015-07-031-1/+1
* Fix typosFederico Ceratto2015-02-151-1/+1
* VM supports math and a few os procsAraq2014-08-301-1/+1
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+90