Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove nim.cfg file change lefover [backport:1.2] (#15469) | Andreas Rumpf | 2020-10-02 | 1 | -6/+0 |
| | |||||
* | closureiters: fixes #15243 (#15454) [backport:1.2] | Andreas Rumpf | 2020-10-02 | 1 | -0/+7 |
| | | | | * fixes #15243 [backport:1.2] | ||||
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -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) | Clyybber | 2020-03-07 | 1 | -1/+0 |
| | |||||
* | make case-object transitions explicit, make unknownLineInfo a const, replace ↵ | Jasper Jenkins | 2020-01-17 | 1 | -5/+0 |
| | | | | a few magic numbers with consts (#13170) | ||||
* | more arc features (#13098) | Andreas Rumpf | 2020-01-10 | 1 | -0/+1 |
| | | | | | * config update * ARC now supports 'repr' and 'new' with finalizers is supported | ||||
* | ic: update to serialize paddingAtEnd | Araq | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | disable IC and the SQLite dependency for version 1 | Andreas Rumpf | 2019-09-03 | 1 | -0/+2 |
| | |||||
* | makes devel green again | Andreas Rumpf | 2019-07-14 | 1 | -1/+3 |
| | |||||
* | makes --styleCheck:error the default for the Nim compiler itself | Araq | 2019-07-14 | 1 | -0/+2 |
| | |||||
* | disable the new CaseTransition warning for the Nim compiler itself | Araq | 2019-06-03 | 1 | -0/+4 |
| | |||||
* | fixes #1286; object case transitions are now sound | Andreas Rumpf | 2019-05-27 | 1 | -0/+1 |
| | |||||
* | compiler/nim.cfg: cleanup --path | Araq | 2018-09-21 | 1 | -2/+0 |
| | |||||
* | disable -d:nimIncremental for devel | Araq | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | incremental compilation subsystem compiles again | Andreas Rumpf | 2018-05-30 | 1 | -0/+1 |
| | |||||
* | compiler API: final cleanups; improve security by diabling 'gorge' and friends | Andreas Rumpf | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Remove docgen.nim's dependency on things being in path | Samadi van Koten | 2016-11-28 | 1 | -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 #546 | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | preparations for Nimble NimScript integrations; minor cleanups | Araq | 2015-08-18 | 1 | -1/+0 |
| | |||||
* | Rename compiler configuration file to fix "nim check" within the repo | Zahary Karadjov | 2015-08-03 | 1 | -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. |