Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [bugfix] fix nimpretty for absolute paths (#11480) | Jasper Jenkins | 2019-06-12 | 1 | -1/+3 |
| | |||||
* | [refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217 | Araq | 2019-06-12 | 3 | -104/+120 |
| | |||||
* | fix regression in semfold for old right shift (#11477) | Arne Döring | 2019-06-12 | 1 | -1/+16 |
| | |||||
* | [refactoring] liftdestructors is now a module of its own | Araq | 2019-06-12 | 4 | -17/+16 |
| | |||||
* | [other] make typeAllowed easier to debug by using structured programming | Araq | 2019-06-12 | 1 | -26/+33 |
| | |||||
* | [other] preparations for --styleCheck:error for the Nim compiler (#11478) | Andreas Rumpf | 2019-06-12 | 4 | -43/+45 |
| | |||||
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 7 | -44/+52 |
| | |||||
* | [bugfix] Add .nimf to mimetypes (#11417) | Juan Carlos | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | [feature] Enable Oid usage in hashtables (#11472) | Hitesh Jasani | 2019-06-11 | 1 | -1/+9 |
| | |||||
* | [other] better error message for IndexError for empty containers (#11476) | Miran | 2019-06-11 | 1 | -1/+2 |
| | |||||
* | [other] test 6 more nimble packages (#11464) | Miran | 2019-06-11 | 2 | -9/+11 |
| | |||||
* | newruntime: added a basic table test | Andreas Rumpf | 2019-06-11 | 1 | -0/+24 |
| | |||||
* | streams: change error message of `openFileStream` (#11438) [feature] | jiro | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Ensure that koch-built nim exe has +x perm for u/g/others [bugfix] (#11444) | Kaushal Modi | 2019-06-10 | 1 | -1/+1 |
| | | | Fixes https://github.com/nim-lang/Nim/issues/11427. | ||||
* | Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix] | Kaushal Modi | 2019-06-10 | 2 | -5/+20 |
| | | | | | | Additionally, use normalizePathEnd to suffix the dir name with "/" or "\" as appropriate for the current OS. Fixes https://github.com/nim-lang/Nim/issues/11439. | ||||
* | VM can now cast integer type arbitrarily. (#11459) [feature] | Arne Döring | 2019-06-10 | 2 | -31/+143 |
| | |||||
* | [bugfix] rename Nimrod to Nim, fix #11460 (#11462) | Miran | 2019-06-10 | 2 | -2/+2 |
| | |||||
* | Fixes #11431 (#11451) [bugfix] | Juan Carlos | 2019-06-10 | 2 | -2/+2 |
| | |||||
* | nimpretty: smart tabs support, fixes #9399 [bugfix] | Andreas Rumpf | 2019-06-10 | 6 | -59/+159 |
| | |||||
* | [documentation] fix #11281, httpclient examples (#11455) | Juan Carlos | 2019-06-10 | 1 | -1/+48 |
| | |||||
* | nimpretty: keep a seq of tokens instead of a single string to enable better ↵ | Andreas Rumpf | 2019-06-09 | 1 | -72/+90 |
| | | | | transformations [refactoring] | ||||
* | complex.nim: reformating [other] | Andreas Rumpf | 2019-06-09 | 1 | -6/+2 |
| | |||||
* | Make -d:tempDir switch work once again [bugfix] (#11442) | Kaushal Modi | 2019-06-09 | 1 | -2/+3 |
| | | | Fixes https://github.com/nim-lang/Nim/issues/11441. | ||||
* | fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) ↵ | nc-x | 2019-06-08 | 2 | -4/+2 |
| | | | | [bugfix] | ||||
* | [bugfix] hashes: fix regression for nested containers (#11426) | Miran | 2019-06-08 | 1 | -6/+6 |
| | | | Move forward declarations earlier. | ||||
* | update the nimc.rst document about the release/danger split [bugfix] | Andreas Rumpf | 2019-06-08 | 1 | -4/+8 |
| | |||||
* | nimpretty: fixes #10156 [bugfix] | Andreas Rumpf | 2019-06-08 | 3 | -1/+128 |
| | |||||
* | updates the contributing guidelines [other] | Andreas Rumpf | 2019-06-07 | 1 | -6/+4 |
| | |||||
* | fix for passing tuples as static params to macros (#11423); fixes #10751 ↵ | Arne Döring | 2019-06-07 | 2 | -3/+32 |
| | | | | | | | | [bugfix] * add vm value preparation proc * small optimization | ||||
* | nimpretty: closes #10159 [bugfix] | Araq | 2019-06-07 | 2 | -0/+24 |
| | |||||
* | nimpretty: fixes #9505 [bugfix] | Araq | 2019-06-07 | 3 | -1/+57 |
| | |||||
* | nimpretty: fixes #10177 [bugfix] | Araq | 2019-06-07 | 3 | -40/+85 |
| | |||||
* | develop version is 0.20.99 [feature] | Araq | 2019-06-07 | 2 | -263/+2 |
| | |||||
* | nimpretty: fixes #10295 | Araq | 2019-06-07 | 4 | -5/+30 |
| | |||||
* | Create FUNDING.yml | Dominik Picheta | 2019-06-06 | 1 | -0/+12 |
| | |||||
* | koch.nim: hotfix for nightly builds | Andreas Rumpf | 2019-06-06 | 1 | -21/+12 |
| | |||||
* | cleanup nimpretty's config | Andreas Rumpf | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | more changelog fixes | narimiran | 2019-06-06 | 2 | -21/+15 |
| | |||||
* | Bit operator names 2 (#11413) | Arne Döring | 2019-06-06 | 2 | -1/+48 |
| | | | | | | * add bit operator names * add test for bitop alias | ||||
* | fixes #11412 | Araq | 2019-06-06 | 1 | -3/+3 |
| | |||||
* | a new dawn | Araq | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | changelog: fix typos, create a changelog for 0.20 | narimiran | 2019-06-05 | 2 | -7/+304 |
| | |||||
* | cleaned up the changelog | Araq | 2019-06-05 | 1 | -27/+31 |
| | |||||
* | make megatest work with 'koch boot -d:release' too | Araq | 2019-06-05 | 1 | -0/+4 |
| | |||||
* | bump version to 0.20.0 | narimiran | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | Ignore dochack.js (#11409) | Tristano Ajmone | 2019-06-05 | 1 | -0/+1 |
| | | | | | | | | Add to `.gitignore` rule for `/tools/dochack/dochack.js`. After building locally Nim and running `koch docs`, the `dochack.js` file was showing up in Git working tree as a new untracked file. Closes #11374. | ||||
* | fixes #11405 | Araq | 2019-06-05 | 1 | -0/+2 |
| | |||||
* | Fix strscans Docs (#11408) [ci skip] | Tristano Ajmone | 2019-06-05 | 1 | -2/+2 |
| | | | | | | | Amend two typos in the documentation of strscans library: - `a ^* b` instead of `a ^+ b`. - Remove hyphen from `$w` ASCII identifier `[A-Z-a-z_][A-Za-z_0-9]*` (matching `IdentStartChars` definition in parseutils). | ||||
* | fix macrocache implementation (#11404) | andri lim | 2019-06-05 | 2 | -8/+62 |
| | | | | | | * macrocache improvements * fix macrocache implementation | ||||
* | intVal works now on enum field symbols (#11403) | Arne Döring | 2019-06-05 | 4 | -3/+24 |
| | | | | | | * intVal works now on enum field symbols * disable flakey titerators test |