summary refs log tree commit diff stats
path: root/compiler/nim.cfg
Commit message (Collapse)AuthorAgeFilesLines
* remove nim.cfg file change lefover [backport:1.2] (#15469)Andreas Rumpf2020-10-021-6/+0
|
* closureiters: fixes #15243 (#15454) [backport:1.2]Andreas Rumpf2020-10-021-0/+7
| | | | * fixes #15243 [backport:1.2]
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-0/+4
| | | | | | | | | | | * I don't care about observable stores * enforce explicit initializations * cleaner code for the stdlib * stdlib: use explicit initializations * make tests green * algorithm.nim: set result explicitly * remove out parameters and bring the PR into a mergable state * updated the changelog
* Only print the link command when listCmd is active; fix docs (#13603)Clyybber2020-03-071-1/+0
|
* make case-object transitions explicit, make unknownLineInfo a const, replace ↵Jasper Jenkins2020-01-171-5/+0
| | | | a few magic numbers with consts (#13170)
* more arc features (#13098)Andreas Rumpf2020-01-101-0/+1
| | | | | * config update * ARC now supports 'repr' and 'new' with finalizers is supported
* ic: update to serialize paddingAtEndAraq2019-09-051-1/+1
|
* disable IC and the SQLite dependency for version 1Andreas Rumpf2019-09-031-0/+2
|
* makes devel green againAndreas Rumpf2019-07-141-1/+3
|
* makes --styleCheck:error the default for the Nim compiler itselfAraq2019-07-141-0/+2
|
* disable the new CaseTransition warning for the Nim compiler itselfAraq2019-06-031-0/+4
|
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-0/+1
|
* compiler/nim.cfg: cleanup --pathAraq2018-09-211-2/+0
|
* disable -d:nimIncremental for develAraq2018-06-111-1/+1
|
* incremental compilation subsystem compiles againAndreas Rumpf2018-05-301-0/+1
|
* compiler API: final cleanups; improve security by diabling 'gorge' and friendsAndreas Rumpf2018-05-291-1/+1
|
* Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-281-2/+0
| | | | | | compiler/docgen.nim relied heavily on $lib/packages/docutils being in path at compile-time. While this works fine when building Nim itself, things start breaking when using compiler as a nimble package.
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-1/+1
|
* preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+0
|
* Rename compiler configuration file to fix "nim check" within the repoZahary Karadjov2015-08-031-0/+21
Prior to the change, "nim check" would fail on any file besides the main nim.nim, because the include paths for the documentation were not set correctly and this produced various compilation errors.