summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* VM can now cast integer type arbitrarily. (#11459) [feature]Arne Döring2019-06-101-31/+15
* nimpretty: smart tabs support, fixes #9399 [bugfix]Andreas Rumpf2019-06-102-45/+124
* nimpretty: keep a seq of tokens instead of a single string to enable better t...Andreas Rumpf2019-06-091-72/+90
* nimpretty: fixes #10156 [bugfix]Andreas Rumpf2019-06-081-1/+30
* fix for passing tuples as static params to macros (#11423); fixes #10751 [bug...Arne Döring2019-06-071-3/+20
* nimpretty: fixes #9505 [bugfix]Araq2019-06-071-1/+9
* nimpretty: fixes #10177 [bugfix]Araq2019-06-071-40/+67
* nimpretty: fixes #10295Araq2019-06-072-5/+11
* fixes #11412Araq2019-06-061-3/+3
* fixes #11405Araq2019-06-051-0/+2
* fix macrocache implementation (#11404)andri lim2019-06-051-7/+9
* intVal works now on enum field symbols (#11403)Arne Döring2019-06-051-3/+8
* pass typedesc as NimNode to macros (#11400)Arne Döring2019-06-053-9/+5
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-055-11/+11
* parameter runtime discriminators (#11397)Jasper Jenkins2019-06-041-3/+6
* disable the new CaseTransition warning for the Nim compiler itselfAraq2019-06-031-0/+4
* Render deprecated pragmas (#8886)LemonBoy2019-06-032-8/+41
* Add build support for Linux/alpha (#11386)John Paul Adrian Glaubitz2019-06-031-1/+1
* sigmatch: use boolean algebraAndreas Rumpf2019-06-021-1/+1
* Warn about object case transitions at compile time (#11378)genotrance2019-06-022-2/+4
* fixes #11375 (#11376)Andreas Rumpf2019-06-021-9/+9
* Add build support for Linux/m68k (#11366)John Paul Adrian Glaubitz2019-06-021-1/+1
* Add build support for Linux/sparc64 (#11365)John Paul Adrian Glaubitz2019-06-011-1/+1
* Remove immediate pragma (#11308)Arne Döring2019-05-299-65/+21
* new compiler feature: --expandMacroAraq2019-05-294-4/+12
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-295-45/+49
* docgen: do not render the ugly <//> operator; temporary hack until 0.20 has b...Araq2019-05-291-1/+4
* fixes #10889Andreas Rumpf2019-05-292-14/+11
* fixes #6755; error message could be better but oh wellAraq2019-05-281-4/+6
* fixes #6777 (#11347)Andreas Rumpf2019-05-281-2/+1
* fixes #11205Araq2019-05-282-1/+82
* docgen.nim: avoid compiler warningAraq2019-05-281-1/+1
* fixes #11057 (#11345)Andreas Rumpf2019-05-282-1/+7
* hotfix for 32bit unsigned 'range' checking; incomplete, unknown why some oper...Araq2019-05-271-1/+2
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-0/+1
* fix bool and range (#11336)Jasper Jenkins2019-05-271-4/+6
* Smarter variant object construction (#11273)Jasper Jenkins2019-05-263-14/+106
* fixes #10038; deprecate generic methods, they are unreliableAndreas Rumpf2019-05-251-2/+3
* C codegen: preparations for better code generationAndreas Rumpf2019-05-251-3/+6
* Enable range checking for unsigned integers (#11313)Oscar Nihlgård2019-05-252-6/+4
* list available options for --cpu, --os and --cc if the passed option is not f...Ico Doornekamp2019-05-253-3/+20
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-251-1/+1
* fixes #10299 (#11324)Andreas Rumpf2019-05-251-3/+3
* fixes #11188 (#11319)Andreas Rumpf2019-05-241-2/+2
* fixes #10912 (#11317)Andreas Rumpf2019-05-241-3/+3
* fixes #11306Araq2019-05-241-4/+19
* fixes #11312Araq2019-05-241-0/+2
* fixes #11294Araq2019-05-241-1/+3
* fixes #11187 (#11315)Andreas Rumpf2019-05-241-2/+3
* fixes #11257Araq2019-05-241-4/+11