| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | potential fix for semgeneric formal params (#17494) | Saem Ghani | 2021-03-24 | 3 | -2/+8 |
* | make unary minus part of number literals, refs #17020 (#17488) | Andreas Rumpf | 2021-03-24 | 2 | -33/+56 |
* | [isolation]fix empty ref object bug (#17471) | flywind | 2021-03-24 | 1 | -2/+6 |
* | fixes #16076 (#17486) | Andreas Rumpf | 2021-03-23 | 1 | -1/+2 |
* | Fixes #17450 (#17477) | Clyybber | 2021-03-23 | 1 | -0/+1 |
* | Revert "Fixes #17450 (#17474)" (#17476) | Clyybber | 2021-03-23 | 1 | -1/+0 |
* | Fixes #17450 (#17474) | Clyybber | 2021-03-23 | 1 | -0/+1 |
* | fix #16973 ; nim doc now shows correct, canonical import name in title (#16999) | Timothee Cour | 2021-03-23 | 2 | -18/+36 |
* | IC: backend: remember produced type information (#17440) | Andreas Rumpf | 2021-03-23 | 9 | -42/+93 |
* | refs #17292 fix `repr` with `do:` (#17449) | Timothee Cour | 2021-03-23 | 1 | -3/+10 |
* | hint:cc goes to stderr (like all other hints) instead of stdout (#17465) | Timothee Cour | 2021-03-22 | 1 | -8/+7 |
* | semTemplateDef and t17433 clean-ups (#17448) | Saem Ghani | 2021-03-22 | 3 | -39/+41 |
* | Fixes #17433; gensym callDef return in templ body (#17445) | Saem Ghani | 2021-03-22 | 1 | -1/+1 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 21 | -165/+218 |
* | fix #16901: sidebar groups now works with all routines, not just proc,func (#... | Timothee Cour | 2021-03-19 | 1 | -1/+1 |
* | adjust spellSuggestSecretSauce logic to avoid too many matches for small symb... | Timothee Cour | 2021-03-18 | 1 | -2/+8 |
* | Rst test check messages (fix #17280) (#17338) | Andrey Makarov | 2021-03-17 | 1 | -2/+7 |
* | semLambda removed, semProcAux reworked (#17379) | Saem Ghani | 2021-03-17 | 13 | -209/+222 |
* | followup #16067 --spellSuggest (#17401) | Timothee Cour | 2021-03-17 | 3 | -23/+24 |
* | fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ... | Timothee Cour | 2021-03-16 | 4 | -32/+76 |
* | Revert "make system random work in VM" (#17378) | flywind | 2021-03-15 | 1 | -33/+0 |
* | fix #12155, improve nimpretty's handling of pragmas (#17353) | Miran | 2021-03-12 | 1 | -1/+2 |
* | fix RST parsing when no indent after enum.item (fix #17249) (#17257) | Andrey Makarov | 2021-03-12 | 1 | -2/+3 |
* | arc now bootstraps (#17342) | Clyybber | 2021-03-12 | 1 | -8/+14 |
* | Fix #14325 (#17308) | Clyybber | 2021-03-11 | 2 | -32/+24 |
* | fixes #11225; generic sandwich problems; [backport:1.2] (#17255) | Andreas Rumpf | 2021-03-09 | 19 | -21/+58 |
* | fix #13491 #17279 runnableExamples now don't get lost in translation (#17282) | Timothee Cour | 2021-03-09 | 2 | -24/+43 |
* | IC: compilerprocs are handled correctly (#17265) | Andreas Rumpf | 2021-03-09 | 8 | -39/+120 |
* | fix #17267 (#17273) | flywind | 2021-03-07 | 1 | -2/+5 |
* | Fix #16437 (#17277) | Clyybber | 2021-03-06 | 1 | -20/+22 |
* | Fix macros.quote custom op symbol interpolation. (#17256) | quantimnot | 2021-03-05 | 1 | -9/+19 |
* | fix #17264 [backport:1.4] (#17266) | flywind | 2021-03-05 | 3 | -4/+7 |
* | IC: further progress (#17150) | Andreas Rumpf | 2021-03-05 | 2 | -9/+19 |
* | follow #17245 deprecate refchecks (#17261) | flywind | 2021-03-05 | 1 | -2/+6 |
* | deprecate newruntime (#17245) | flywind | 2021-03-04 | 1 | -0/+1 |
* | followup #17225: simplify code after removing gc2, generational (#17242) | Timothee Cour | 2021-03-03 | 3 | -8/+7 |
* | fix #16384 and #17144 (#17126) [backport] | flywind | 2021-03-03 | 1 | -1/+2 |
* | Use readable escape sequences (#17241) | Clyybber | 2021-03-03 | 1 | -3/+3 |
* | Use nicer escape sequences in renderer.nim (#17239) | Clyybber | 2021-03-02 | 1 | -11/+11 |
* | RST heading improvements (fix #17091) (#17195) | Andrey Makarov | 2021-03-02 | 1 | -6/+10 |
* | fix #16731: using deprecated flags triggers a warning (#17225) | Timothee Cour | 2021-03-02 | 1 | -23/+19 |
* | attempt to fix #16374 (#17232) | flywind | 2021-03-02 | 1 | -1/+6 |
* | fixes #17198, DFA failure on large case stmts (#17210) | Saem Ghani | 2021-03-02 | 1 | -3/+8 |
* | `--nilseqs` is now a deprecated noop (#17211) | Timothee Cour | 2021-03-01 | 5 | -21/+15 |
* | Fix Typos (#17194) | Juan Carlos | 2021-02-27 | 1 | -1/+1 |
* | fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim... | Timothee Cour | 2021-02-26 | 1 | -1/+7 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -1/+7 |
* | compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172) | alaviss | 2021-02-24 | 1 | -0/+1 |
* | fixes #17170 (#17171) | Andreas Rumpf | 2021-02-24 | 2 | -1/+3 |
* | new-style concepts implementation, WIP (#15251) | Andreas Rumpf | 2021-02-24 | 15 | -56/+419 |