summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* added float32 schubfach algorithm; wip (#18155)Andreas Rumpf2021-06-031-1/+5
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-021-4/+8
* refactoring: removed empty withBracketExpr template (#18152)Andreas Rumpf2021-06-022-14/+6
* fixes #18059 (#18140)Andreas Rumpf2021-06-022-3/+45
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-011-0/+2
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-1/+1
* Fixes #5034 illformed AST from getImpl with proc returning value (#17976)Dylan Modesitt2021-05-311-4/+21
* fix #18113 (#18124)Saem Ghani2021-05-311-2/+6
* Fixes #17849 (#18055) [backport:1.2]Yuriy Glukhov2021-05-301-0/+6
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-262-3/+3
* Error message minor (#18021)Juan Carlos2021-05-222-2/+2
* jsgen improve spacing (#18048)Juan Carlos2021-05-202-32/+32
* config system: special case -d:release and -d:danger [backport:1.4] (#18051)Andreas Rumpf2021-05-202-5/+17
* fixes #17943 (#18045)Andreas Rumpf2021-05-191-0/+3
* ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)Andreas Rumpf2021-05-181-1/+6
* Disable performance hints by default (verbosity 1) (#18024)Clyybber2021-05-161-1/+1
* more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf...Timothee Cour2021-05-162-3/+15
* Rework DFA traversal (#18016)Clyybber2021-05-161-118/+108
* docgen: escape special characters in titles (#18014)Andrey Makarov2021-05-151-2/+3
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-146-39/+39
* ORC: progress (#18000)Andreas Rumpf2021-05-128-17/+26
* ORC: improvements (#17993)Andreas Rumpf2021-05-126-12/+18
* ORC: critical bugfix for mixing acyclic refs with cyclic refs [backport:1.4] ...Andreas Rumpf2021-05-112-8/+12
* feature: the compiler can warn when you use the implicit 'result' variable (#...Andreas Rumpf2021-05-103-2/+7
* since we have now so many virtual registers, reduce memory consumption for th...Andreas Rumpf2021-05-103-50/+48
* fixes #17675 (#17981)Andreas Rumpf2021-05-091-1/+1
* treetab: tiny cleanup (#17929)Clyybber2021-05-091-6/+4
* ORC: cursor inference bugfix (#17973)Andreas Rumpf2021-05-081-2/+2
* fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...Timothee Cour2021-05-081-0/+3
* add astmsgs; add `declared in` msg for usage lint errors (#17961)Timothee Cour2021-05-087-31/+34
* fixes #15848 [backport:1.2] (#17959)Andreas Rumpf2021-05-073-2/+4
* tiny cleanup (#17957)Andreas Rumpf2021-05-071-3/+1
* minor cleanups (#17948)Andreas Rumpf2021-05-062-4/+0
* docgen: get rid of ropes (#17939)Andrey Makarov2021-05-051-190/+146
* IC: codegen: fix (#17931)Andreas Rumpf2021-05-041-1/+3
* mention -d:nimLegacyConvEnumEnum in error msg (#17928)Timothee Cour2021-05-031-0/+2
* treetab: minor code cleanups (#17927)Andreas Rumpf2021-05-031-6/+6
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-012-4/+3
* bring back std/ prefix within compiler and ensure it works in bootstrap + bsd...Timothee Cour2021-04-302-9/+9
* close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)Timothee Cour2021-04-301-2/+2
* Small parser loop fix (#17904)Clyybber2021-04-301-0/+1
* more strict RST inline markup parsing (#17827)Andrey Makarov2021-04-291-2/+5
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-293-2/+4
* externalToLink: use quoteShell to avoid issues with spaces in paths for {.lin...Timothee Cour2021-04-291-13/+9
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-292-7/+9
* Fix #17712 (#17873)Clyybber2021-04-271-3/+4
* Remove confusing <//> (#17830)flywind2021-04-261-4/+1
* fix #17836 (typed macro isNil for proc params) (#17841)Saem Ghani2021-04-252-2/+6
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-253-40/+43
* add colon (#17834)flywind2021-04-243-3/+3