summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* rst: add missing line/column info for some warnings (#18383)Andrey Makarov2021-07-203-56/+58
* minor clenup in vmops (#18529)Timothee Cour2021-07-191-4/+5
* nim doc now correctly renders deprecated pragmas for routines and types (#18515)Timothee Cour2021-07-193-14/+36
* Make error message for empty new-styled concept more descriptive (#18506)konsumlamm2021-07-182-8/+9
* Add changes required by Nimble lock file support (#12104)Ivan Bobev2021-07-152-31/+53
* Extended side effect error messages (#18418)quantimnot2021-07-152-17/+58
* fixes #17893 (#18485)Andreas Rumpf2021-07-131-6/+1
* closes #18433 (#18484)Andreas Rumpf2021-07-132-6/+4
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-098-8/+35
* runnableExamples now show originating location in stacktraces on failure (#18...Timothee Cour2021-07-092-11/+25
* improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (...Timothee Cour2021-07-084-9/+15
* followup #18252: show special flags -d:danger, -d:release when given (#18451)Timothee Cour2021-07-081-0/+4
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-074-47/+12
* Make procedure mismatch more informative with pragma/call convention mismatch...Jason Beetham2021-07-063-32/+96
* [minor]remove unnecessary stringify (#18419)flywind2021-07-021-4/+4
* fixes #18030 (#18415)Andreas Rumpf2021-07-011-1/+1
* fixes #18130 (#18407)Andreas Rumpf2021-07-011-1/+1
* genDepend: fix for module names that are reserved DOT keywords (#18392)Ștefan Talpalaru2021-06-301-1/+1
* improvements to hint:processing: show import stack, distinguish nims, show in...Timothee Cour2021-06-305-16/+26
* fixes #16270 (#18388)Andreas Rumpf2021-06-293-3/+10
* Cleanup lookups.nim again.. (#18379)Clyybber2021-06-281-4/+4
* Fix #16426 (#18377)Clyybber2021-06-281-5/+8
* fixes #18319 (#18375)Andreas Rumpf2021-06-281-2/+12
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-2710-24/+32
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-264-23/+33
* fixes #18240 (#18354)Andreas Rumpf2021-06-251-12/+25
* fixes #18287 (#18346)Andreas Rumpf2021-06-251-24/+24
* fixes #18320 (#18343)Andreas Rumpf2021-06-242-4/+6
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-243-2/+9
* fix #18334: handle path with spaces on windows during bootstrap (#18337)Timothee Cour2021-06-241-12/+15
* fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)Timothee Cour2021-06-241-4/+6
* fixes #18326 (#18335)Andreas Rumpf2021-06-231-2/+2
* fix #18327 (#18328)flywind2021-06-221-1/+1
* fix #18310 system.== in vm for NimNode (#18313)Timothee Cour2021-06-211-5/+6
* followup #17852, disallow all:on for now (#18311)Timothee Cour2021-06-201-0/+2
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-202-0/+3
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-202-31/+30
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-2/+3
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-205-88/+166
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-192-4/+26
* refs #18278: do not gag fatal msgs (#18290)Timothee Cour2021-06-184-12/+21
* add more APIs to compiler/debugutils; re-export it (#18243)Timothee Cour2021-06-183-0/+47