| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable performance hints by default (verbosity 1) (#18024) | Clyybber | 2021-05-16 | 1 | -1/+1 |
* | more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf... | Timothee Cour | 2021-05-16 | 2 | -3/+15 |
* | Rework DFA traversal (#18016) | Clyybber | 2021-05-16 | 1 | -118/+108 |
* | docgen: escape special characters in titles (#18014) | Andrey Makarov | 2021-05-15 | 1 | -2/+3 |
* | `doc2tex`: generate docs to Latex (#17997) | Andrey Makarov | 2021-05-14 | 6 | -39/+39 |
* | ORC: progress (#18000) | Andreas Rumpf | 2021-05-12 | 8 | -17/+26 |
* | ORC: improvements (#17993) | Andreas Rumpf | 2021-05-12 | 6 | -12/+18 |
* | ORC: critical bugfix for mixing acyclic refs with cyclic refs [backport:1.4] ... | Andreas Rumpf | 2021-05-11 | 2 | -8/+12 |
* | feature: the compiler can warn when you use the implicit 'result' variable (#... | Andreas Rumpf | 2021-05-10 | 3 | -2/+7 |
* | since we have now so many virtual registers, reduce memory consumption for th... | Andreas Rumpf | 2021-05-10 | 3 | -50/+48 |
* | fixes #17675 (#17981) | Andreas Rumpf | 2021-05-09 | 1 | -1/+1 |
* | treetab: tiny cleanup (#17929) | Clyybber | 2021-05-09 | 1 | -6/+4 |
* | ORC: cursor inference bugfix (#17973) | Andreas Rumpf | 2021-05-08 | 1 | -2/+2 |
* | fix #17941: UnusedImport works for var/let/const/type invoked inside a generi... | Timothee Cour | 2021-05-08 | 1 | -0/+3 |
* | add astmsgs; add `declared in` msg for usage lint errors (#17961) | Timothee Cour | 2021-05-08 | 7 | -31/+34 |
* | fixes #15848 [backport:1.2] (#17959) | Andreas Rumpf | 2021-05-07 | 3 | -2/+4 |
* | tiny cleanup (#17957) | Andreas Rumpf | 2021-05-07 | 1 | -3/+1 |
* | minor cleanups (#17948) | Andreas Rumpf | 2021-05-06 | 2 | -4/+0 |
* | docgen: get rid of ropes (#17939) | Andrey Makarov | 2021-05-05 | 1 | -190/+146 |
* | IC: codegen: fix (#17931) | Andreas Rumpf | 2021-05-04 | 1 | -1/+3 |
* | mention -d:nimLegacyConvEnumEnum in error msg (#17928) | Timothee Cour | 2021-05-03 | 1 | -0/+2 |
* | treetab: minor code cleanups (#17927) | Andreas Rumpf | 2021-05-03 | 1 | -6/+6 |
* | system.nim cleanup some exported constants which should never have be… (#17... | Andreas Rumpf | 2021-05-01 | 2 | -4/+3 |
* | bring back std/ prefix within compiler and ensure it works in bootstrap + bsd... | Timothee Cour | 2021-04-30 | 2 | -9/+9 |
* | close #16646; `since` now works with bootstrap nim post csources_v1 (#17895) | Timothee Cour | 2021-04-30 | 1 | -2/+2 |
* | Small parser loop fix (#17904) | Clyybber | 2021-04-30 | 1 | -0/+1 |
* | more strict RST inline markup parsing (#17827) | Andrey Makarov | 2021-04-29 | 1 | -2/+5 |
* | fix #17853 (ascii message separator broke json nim dump) (#17887) | Timothee Cour | 2021-04-29 | 3 | -2/+4 |
* | externalToLink: use quoteShell to avoid issues with spaces in paths for {.lin... | Timothee Cour | 2021-04-29 | 1 | -13/+9 |
* | Implement https://forum.nim-lang.org/t/7848#50018 (#17874) | c-blake | 2021-04-29 | 2 | -7/+9 |
* | Fix #17712 (#17873) | Clyybber | 2021-04-27 | 1 | -3/+4 |
* | Remove confusing <//> (#17830) | flywind | 2021-04-26 | 1 | -4/+1 |
* | fix #17836 (typed macro isNil for proc params) (#17841) | Saem Ghani | 2021-04-25 | 2 | -2/+6 |
* | `--usenimcache` (implied by `nim r main`) now caches some compile options to ... | Timothee Cour | 2021-04-25 | 3 | -40/+43 |
* | add colon (#17834) | flywind | 2021-04-24 | 3 | -3/+3 |
* | `--declaredlocs` now shows location for `T` instead of `static` in `proc fn(a... | Timothee Cour | 2021-04-23 | 1 | -1/+4 |
* | `typeof(voidStmt)` now works (#17807) | Timothee Cour | 2021-04-23 | 4 | -1/+8 |
* | typos (#17824) | Andreas Rumpf | 2021-04-23 | 1 | -1/+1 |
* | add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) | Timothee Cour | 2021-04-23 | 5 | -21/+32 |
* | js generates spurious >>> on shr (#17767) | Sivchari | 2021-04-21 | 1 | -2/+1 |
* | fix #7535(Poor error message for spawn when a procedure (without calling it))... | flywind | 2021-04-21 | 1 | -2/+5 |
* | Revert localErrorNode param order changes (#17809) | Clyybber | 2021-04-21 | 5 | -13/+20 |
* | `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep... | Timothee Cour | 2021-04-21 | 5 | -38/+64 |
* | improve errmsg refs #17793 object ctor with generics (#17806) | Timothee Cour | 2021-04-21 | 2 | -2/+5 |
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 21 | -72/+72 |
* | fix `hintMsgOrigin` regression + simplify msgs code (#17805) | Timothee Cour | 2021-04-21 | 6 | -33/+23 |
* | unit separator (#17730) | Andreas Rumpf | 2021-04-20 | 3 | -33/+42 |
* | close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt... | flywind | 2021-04-20 | 1 | -1/+11 |
* | updated the documentation (#17796) | Andreas Rumpf | 2021-04-20 | 1 | -1/+1 |
* | fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714) | Timothee Cour | 2021-04-19 | 1 | -1/+1 |