summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* deprecate newruntime (#17245)flywind2021-03-041-0/+1
* followup #17225: simplify code after removing gc2, generational (#17242)Timothee Cour2021-03-033-8/+7
* fix #16384 and #17144 (#17126) [backport]flywind2021-03-031-1/+2
* Use readable escape sequences (#17241)Clyybber2021-03-031-3/+3
* Use nicer escape sequences in renderer.nim (#17239)Clyybber2021-03-021-11/+11
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-6/+10
* fix #16731: using deprecated flags triggers a warning (#17225)Timothee Cour2021-03-021-23/+19
* attempt to fix #16374 (#17232)flywind2021-03-021-1/+6
* fixes #17198, DFA failure on large case stmts (#17210)Saem Ghani2021-03-021-3/+8
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-015-21/+15
* Fix Typos (#17194)Juan Carlos2021-02-271-1/+1
* fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim...Timothee Cour2021-02-261-1/+7
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-241-1/+7
* compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172)alaviss2021-02-241-0/+1
* fixes #17170 (#17171)Andreas Rumpf2021-02-242-1/+3
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-2415-56/+419