summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | nimpretty: fixes #9499Andreas Rumpf2018-10-251-0/+4
| |/ / / |/| | |
* | | | added system.typeof operation; fixes #9093Araq2018-10-242-0/+17
* | | | nimpretty: test for idempotence; fixes #9483Araq2018-10-241-2/+4
* | | | fixes #9276 (#9317)Arne Döring2018-10-241-31/+52
* | | | Remove a hack in the destroyer impl (#9479)LemonBoy2018-10-241-4/+7
* | | | nimpretty: fixes #8078Araq2018-10-241-1/+1
* | | | nimpretty: fixes #9398Araq2018-10-241-1/+7
|/ / /
* | | nimpretty: minor bug fixAraq2018-10-231-5/+6
* | | tar.xz building: also ship with the moved testament toolAraq2018-10-231-0/+1
* | | Fix infinite loop with `nim check` (#9448)Oscar Nihlgård2018-10-221-0/+2
* | | Don't crash if GC_{un,}ref is called on nil (#9445)LemonBoy2018-10-221-2/+2
* | | Compile pragma. Recompile on external file compilation failure (#9455)cooldome2018-10-221-1/+2
* | | Fixes 6544 (#9427)LemonBoy2018-10-192-1/+12
* | | Transf minor code optimization (#9433)cooldome2018-10-191-37/+12
* | | incremental compilation: fixes basic caching logic of 'module' tableAraq2018-10-191-4/+6
* | | Change the order of compilation passes, transformation is made lazy at code g...cooldome2018-10-1817-63/+122
* | | disallow 'continue' that is not used within a loop; fixes #6367Araq2018-10-181-1/+1
* | | fixes #5519Araq2018-10-181-3/+6
* | | fixes #7972Araq2018-10-181-10/+13
* | | replace deprecated `safeAdd` with `add` (#9416)Miran2018-10-187-12/+12
* | | Relax the restrictions on the index types (#9412)LemonBoy2018-10-181-17/+12
* | | nimpretty: fixes #9384Araq2018-10-171-6/+10
* | | Fixes #9364 and add moduleDescription to jsondoc (#9396)PMunch2018-10-172-12/+24
* | | improve error message, closes #2361 (#9387)Miran2018-10-171-2/+3
* | | Unicode escape in string literals (#9390)Oscar Nihlgård2018-10-171-18/+64
* | | fixes a regression about indexing into UncheckedArrayAndreas Rumpf2018-10-161-1/+12
* | | nimpretty: fixes #9144Andreas Rumpf2018-10-161-0/+1
* | | nimpretty: add #!nimpretty on/off directivesAndreas Rumpf2018-10-163-5/+23
* | | nimpretty: fixes #8626Andreas Rumpf2018-10-162-2/+4
* | | nimpretty: render r-strings properly, fixes #9236Andreas Rumpf2018-10-162-11/+15
* | | Merge branch 'Fixes-7845' of https://github.com/cooldome/Nim into cooldome-Fi...Araq2018-10-152-8/+8
|\ \ \
| * | | one more attemptcooldome2018-06-281-3/+5
| * | | Fix failing testcooldome2018-06-261-1/+1
| * | | Merge branch 'devel' into Fixes-7845cooldome2018-06-26112-5860/+4799
| |\ \ \
| * | | | FIx test tembarrassing_generic_failurecooldome2018-06-121-1/+1
| * | | | Fixescooldome2018-06-121-5/+4
| * | | | Fixes 7845cooldome2018-06-102-9/+8
* | | | | fixes #2760Araq2018-10-151-1/+1
* | | | | DFA: implement exception handling properlyAndreas Rumpf2018-10-142-3/+22
* | | | | [WIP] Early evaluation of mIs (#8723)LemonBoy2018-10-142-44/+5
* | | | | fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...Timothee Cour2018-10-141-5/+27
* | | | | sizeof(UncheckedArray) should be invalid; fixed the formating of sizealignoff...Araq2018-10-141-87/+34
* | | | | implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-1413-222/+526
* | | | | Make sure the annotation for `||` is avail. at CT (#9354)LemonBoy2018-10-141-0/+8
* | | | | dfa.nim: clarify exception handlingAndreas Rumpf2018-10-131-1/+4
* | | | | destructors: optimize more assignments into moves; also fixes #9294Andreas Rumpf2018-10-121-7/+78
* | | | | compiler: cleanup dfa.nimAndreas Rumpf2018-10-121-21/+25
* | | | | don't crash when rendering wrong nkInfix nodesAndreas Rumpf2018-10-121-8/+8
* | | | | Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)c-blake2018-10-121-1/+1
* | | | | string to string conversion keeps the dest type (#9323)LemonBoy2018-10-121-1/+1