summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* no commas for empty importcpp splat params (#12183)Jasper Jenkins2019-09-121-5/+8
* Fixed c filenames mangling (#12161)Yuriy Glukhov2019-09-111-3/+3
* fixes #12170 (#12176)Andreas Rumpf2019-09-111-2/+2
* fixes #12171 (#12173)Andreas Rumpf2019-09-112-10/+14
* Revert "Refactored injectdestructors.nim (#11926)" (#12169)Andreas Rumpf2019-09-111-342/+383
* fixes #12174Araq2019-09-111-0/+1
* Fix to the relevant path of the docs. (#12162)Benny Elgazar2019-09-101-1/+1
* fixes #12051Araq2019-09-102-2/+10
* closureiters.nim: finish the bugfixAndreas Rumpf2019-09-101-1/+1
* Fixed yield in nnkChckRange (#12160)Yuriy Glukhov2019-09-101-2/+2
* Small ast.nim cleanup (#12156)Clyybber2019-09-0954-573/+559
* Merge pull request #12153 from dumjyl/get_type-rangeAndreas Rumpf2019-09-081-2/+3
|\
| * fix range.getType crashJasper Jenkins2019-09-051-2/+3
* | fix #12130 ; improve naming scheme in fakePackageName (#12149)Andreas Rumpf2019-09-081-5/+3
|\ \
| * | fix #12130 ; improve naming scheme in fakePackageNameTimothee Cour2019-09-061-5/+3
* | | error for NimNode index kind (#12154)Jasper Jenkins2019-09-081-6/+10
* | | proper bugfixAraq2019-09-081-1/+2
* | | added a simple debugging helperAraq2019-09-081-0/+9
* | | fixes #11675Araq2019-09-082-1/+15
* | | fixes #12091Araq2019-09-081-1/+9
|/ /
* | fixes a critical --gc:boehm regressionAndreas Rumpf2019-09-061-1/+3
* | exportc now mangles same as importc, fixes #10578 (#12144)Timothee Cour2019-09-064-34/+43
* | fixes #12125 (#12131)Andreas Rumpf2019-09-063-23/+61
* | fixes yet another gensym regression (#12145)Andreas Rumpf2019-09-061-3/+3
* | ic: update to serialize paddingAtEndAraq2019-09-052-1/+8
* | allows access to .compileTime vars at runtime (#12128)Andreas Rumpf2019-09-053-13/+17
* | fixes #12121 (#12126)Andreas Rumpf2019-09-054-12/+27
* | fixes nimsuggest/#108: RangeError with d:releasenarimiran2019-09-041-1/+1
* | introduce --oldgensym:on rather than --useVersionAndreas Rumpf2019-09-031-3/+3
* | disable IC and the SQLite dependency for version 1Andreas Rumpf2019-09-032-1/+3
* | Merge branch 'devel' into uint-range-checksAndreas Rumpf2019-09-0211-38/+58
|\|
| * revert #12100; typeof(nil) is weird enough, don't allow it as the return typeAndreas Rumpf2019-09-021-1/+1
| * sink as lvalue (#12108)Andreas Rumpf2019-09-021-3/+3
| |\
| | * sink as lvalueAndrii Riabushenko2019-09-021-3/+3
| * | fixes #12020 (#12106)Andreas Rumpf2019-09-022-3/+41
| * | improvement for 'unused import' warningsAraq2019-09-022-0/+2
| * | weaking unsigned/signed indexing requirements in order to not break too much ...Araq2019-09-021-5/+5
| * | fix min/max for float numbers (#12068)Arne Döring2019-09-026-26/+6
| |/
* | makes more tests greenAndreas Rumpf2019-09-022-10/+2
* | make test greenAraq2019-09-022-3/+4
* | Merge branch 'devel' into uint-range-checksAraq2019-09-0240-1186/+1205
|\|
| * gc:destructors progressAraq2019-09-014-28/+29
| * hashes: implement murmur3 (#12022)Miran2019-09-013-6/+38
| * Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-9/+11
| * fixes #11903 (#11908)Arne Döring2019-08-311-1/+3
| * Merge pull request #12099 from cooldome/destructor_too_lateAndreas Rumpf2019-08-311-2/+6
| |\
| | * support forward declared destructorsAndrii Riabushenko2019-08-311-2/+6
| | * fixes #12092Andrii Riabushenko2019-08-311-2/+2
| * | Return typeof(nil) (#12100)Andreas Rumpf2019-08-313-2/+5
| |\ \
| | * | $typeof(nil) is now "typeof(nil)", not "nil"Albert Safin2019-08-311-1/+1