summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* followup #18759: make compiler build cleanly with 0 warnings/hints (#18764)Timothee Cour2021-08-282-4/+4
* more minor bootstrapping cleanups (#18759)Miran2021-08-283-5/+0
* [minor] break loops if it is ambiguous (#18745)flywind2021-08-271-6/+7
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-252-5/+31
* [minor]use `addInt` and `addFloat` (#18733)flywind2021-08-241-2/+2
* get rid of the warnings during bootstrapping (#18741)Miran2021-08-244-5/+5
* fix a typo (#18736)flywind2021-08-231-1/+1
* replace wrt with proper word (#18724)flywind2021-08-223-3/+3
* sigmatch: support optional params with last block arg(s) (#18631)Timothee Cour2021-08-201-1/+13
* fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)flywind2021-08-191-1/+1
* fix a typo (#18715)flywind2021-08-191-1/+1
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-191-4/+4
* allow building 1.4.0 from devel (#18708)Timothee Cour2021-08-185-7/+26
* [wip]better hint message for JS (#18704)flywind2021-08-181-10/+21
* cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...Timothee Cour2021-08-161-5/+15
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-139-38/+66
* fixes #18643 [backport:1.0] (#18678)Andreas Rumpf2021-08-121-1/+1
* fix #18674 --nimcache now works better with --os:windows (#18675)Timothee Cour2021-08-111-0/+4
* fixes #18665 DFA generator bug (#18676)Andreas Rumpf2021-08-111-0/+6
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...Timothee Cour2021-08-112-18/+32
* --cc:env now works correctly to assign linker executable, allowing to cross-c...Timothee Cour2021-08-111-1/+1
* Remove unused imports, and deprecated function usage (#18663)Kyle Brown2021-08-112-3/+3
* Add optional recursive arg to distinctBase (v2) (#18659)Timothee Cour2021-08-091-2/+3
* make proc names consistent (#18626)flywind2021-08-011-5/+5
* fixes #18371 (#18617)Andreas Rumpf2021-07-301-2/+5
* refs #16613: check opcWrDeref for nil (#18613)Timothee Cour2021-07-301-5/+4
* implements overloadable enum values; WIP (#18470)Andreas Rumpf2021-07-288-10/+76
* support same-line doc comments in routines (#18595)Timothee Cour2021-07-271-0/+7
* fixes #18570 (#18599)Andreas Rumpf2021-07-271-2/+3
* delEnv now works at CT (#18568)Timothee Cour2021-07-271-1/+2
* add comment to astalgo.debug (#18594)Timothee Cour2021-07-271-0/+3
* Fixed const tuples in inferred generics (#18598)Jason Beetham2021-07-271-17/+16
* fixes #18565 (#18593)Andreas Rumpf2021-07-272-12/+14
* fix #18578 (#18580)flywind2021-07-271-6/+9
* don't use plus instead of space (#18589)Miran2021-07-261-2/+2
* fixes #18558 again (#18586)Andreas Rumpf2021-07-261-0/+2
* added missing .inline for toCCharAraq2021-07-261-1/+1
* docgen: sort symbols (fix #17910) (#18560)Andrey Makarov2021-07-251-14/+84
* fixes #18385 (#18571)Saem Ghani2021-07-251-2/+10
* refactoring: removed dead code (#18567)Andreas Rumpf2021-07-244-17/+11
* rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)Timothee Cour2021-07-231-1/+1
* fixes #18558 (#18563)Andreas Rumpf2021-07-231-16/+28
* Fixed template const tuple unpacking (#18562)Jason Beetham2021-07-231-22/+18
* mitigates #12815 (#18557)Andreas Rumpf2021-07-222-2/+8
* fixes #12815 (#18554)Andreas Rumpf2021-07-223-3/+8
* fix setCommand so it behaves like regular nim invocation (#18555)Timothee Cour2021-07-223-18/+12
* fixes #18550 (#18553)Andreas Rumpf2021-07-214-1/+36
* undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...Andreas Rumpf2021-07-213-5/+3
* fixes #18469 (#18544)Andreas Rumpf2021-07-203-15/+30
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-209-37/+44