summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #17412 (#17560)Clyybber2021-03-293-29/+50
* [nim check]fix #17460 (#17569)flywind2021-03-291-0/+2
* fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...Timothee Cour2021-03-291-9/+16
* added nkError to the AST (#17567)Andreas Rumpf2021-03-294-1/+87
* Typo in vm.nimClyybber2021-03-291-1/+1
* Add `hasClosure` to `std/typetraits` (#17501)flywind2021-03-291-0/+4
* fixes #17437 - crash where error reporting > 1 (#17547)Saem Ghani2021-03-291-4/+12
* Fixed embedded nimscript imports (#17425)Jason Beetham2021-03-281-3/+4
* followup custom literals (#17500)Timothee Cour2021-03-273-14/+13
* IC: bugfix (#17533)Andreas Rumpf2021-03-272-6/+7
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-272-6/+8
* Fix #17199 (#17348)Clyybber2021-03-261-3/+4
* added a 'koch ic' command for easier adhoc testing of IC (#17508)Andreas Rumpf2021-03-266-11/+77
* remove unnecessary check (#17502)flywind2021-03-251-2/+0
* custom integer literals bugfixes (#17499)Andreas Rumpf2021-03-241-4/+5
* custom integer literals (#17489)Andreas Rumpf2021-03-245-189/+199
* potential fix for semgeneric formal params (#17494)Saem Ghani2021-03-243-2/+8
* make unary minus part of number literals, refs #17020 (#17488)Andreas Rumpf2021-03-242-33/+56
* [isolation]fix empty ref object bug (#17471)flywind2021-03-241-2/+6
* fixes #16076 (#17486)Andreas Rumpf2021-03-231-1/+2
* Fixes #17450 (#17477)Clyybber2021-03-231-0/+1
* Revert "Fixes #17450 (#17474)" (#17476)Clyybber2021-03-231-1/+0
* Fixes #17450 (#17474)Clyybber2021-03-231-0/+1
* fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)Timothee Cour2021-03-232-18/+36
* IC: backend: remember produced type information (#17440)Andreas Rumpf2021-03-239-42/+93
* refs #17292 fix `repr` with `do:` (#17449)Timothee Cour2021-03-231-3/+10
* hint:cc goes to stderr (like all other hints) instead of stdout (#17465)Timothee Cour2021-03-221-8/+7
* semTemplateDef and t17433 clean-ups (#17448)Saem Ghani2021-03-223-39/+41
* Fixes #17433; gensym callDef return in templ body (#17445)Saem Ghani2021-03-221-1/+1
* IC: green tests (#17311)Andreas Rumpf2021-03-1921-165/+218
* fix #16901: sidebar groups now works with all routines, not just proc,func (#...Timothee Cour2021-03-191-1/+1
* adjust spellSuggestSecretSauce logic to avoid too many matches for small symb...Timothee Cour2021-03-181-2/+8
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-171-2/+7
* semLambda removed, semProcAux reworked (#17379)Saem Ghani2021-03-1713-209/+222
* followup #16067 --spellSuggest (#17401)Timothee Cour2021-03-173-23/+24
* fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...Timothee Cour2021-03-164-32/+76
* Revert "make system random work in VM" (#17378)flywind2021-03-151-33/+0
* fix #12155, improve nimpretty's handling of pragmas (#17353)Miran2021-03-121-1/+2
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-2/+3
* arc now bootstraps (#17342)Clyybber2021-03-121-8/+14
* Fix #14325 (#17308)Clyybber2021-03-112-32/+24
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-0919-21/+58
* fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)Timothee Cour2021-03-092-24/+43
* IC: compilerprocs are handled correctly (#17265)Andreas Rumpf2021-03-098-39/+120
* fix #17267 (#17273)flywind2021-03-071-2/+5
* Fix #16437 (#17277)Clyybber2021-03-061-20/+22
* Fix macros.quote custom op symbol interpolation. (#17256)quantimnot2021-03-051-9/+19
* fix #17264 [backport:1.4] (#17266)flywind2021-03-053-4/+7
* IC: further progress (#17150)Andreas Rumpf2021-03-052-9/+19
* follow #17245 deprecate refchecks (#17261)flywind2021-03-051-2/+6