Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | make tests green again | Araq | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -5/+5 |
| | |||||
* | sempass2 compiles again | Andreas Rumpf | 2018-05-11 | 1 | -78/+82 |
| | |||||
* | guards.nim does compile | Andreas Rumpf | 2018-05-11 | 1 | -24/+23 |
| | |||||
* | Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360) | cooldome | 2018-04-10 | 1 | -3/+6 |
| | |||||
* | Small performance improvement in sempass2 (#7168) | cooldome | 2018-02-01 | 1 | -11/+8 |
| | |||||
* | Fixes #7140 (#7154) | Yuriy Glukhov | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | next steps in giving Nim a decent DFA infrastructure | Araq | 2017-12-18 | 1 | -3/+3 |
| | |||||
* | fixes not-nil regression | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #3993 | Araq | 2017-11-23 | 1 | -1/+2 |
| | |||||
* | fixes #6489 | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #6555 | Araq | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -24/+24 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-10-15 | 1 | -0/+1 |
| | |||||
* | make httpclient compile again via a workaround | Araq | 2017-10-15 | 1 | -2/+5 |
| | |||||
* | fixes #5620 | Araq | 2017-10-14 | 1 | -12/+3 |
| | |||||
* | initial version of the new untested destructor pass | Andreas Rumpf | 2017-10-12 | 1 | -3/+4 |
| | |||||
* | disable the new DFA | Andreas Rumpf | 2017-10-09 | 1 | -2/+5 |
| | |||||
* | work in progress: a dataflow architecture for Nim | Andreas Rumpf | 2017-10-09 | 1 | -2/+4 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -4/+4 |
| | |||||
* | fixes #6067 | Andreas Rumpf | 2017-07-08 | 1 | -1/+2 |
| | |||||
* | fixes #5959 | Araq | 2017-06-09 | 1 | -2/+1 |
| | |||||
* | fixes #5729 | Araq | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | fixes yet another regression caused by the .procvar removal | Andreas Rumpf | 2017-04-14 | 1 | -0/+4 |
| | |||||
* | fix another compiler regression | Andreas Rumpf | 2017-04-05 | 1 | -0/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | attempt to make tests green again | Andreas Rumpf | 2017-04-04 | 1 | -1/+2 |
| | |||||
* | remove the need for the .procvar annotation | Andreas Rumpf | 2017-04-03 | 1 | -0/+9 |
| | |||||
* | fix #5296 (#5565) | zah | 2017-03-19 | 1 | -0/+3 |
| | |||||
* | implements {.gcsafe.} enforcement as a pragma block | Andreas Rumpf | 2017-01-18 | 1 | -11/+19 |
| | |||||
* | fixes #4927 | Araq | 2016-10-22 | 1 | -2/+7 |
| | |||||
* | fixes #4808 | Andreas Rumpf | 2016-10-21 | 1 | -1/+2 |
| | |||||
* | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | explicit side-effects override the inferred effect; refs #4659 | Andreas Rumpf | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4592 from arnetheduck/compiler-cleanup | Andreas Rumpf | 2016-08-25 | 1 | -7/+0 |
|\ | | | | | Compiler cleanup | ||||
| * | Merge remote-tracking branch 'origin/devel' into compiler-cleanup | Jacek Sieka | 2016-08-17 | 1 | -1/+1 |
| |\ | |||||
| * | | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -7/+0 |
| | | | |||||
* | | | side-effect computation now done in the proper pass; fixes #4254 | Andreas Rumpf | 2016-08-25 | 1 | -2/+32 |
| |/ |/| | |||||
* | | fixes #4593 | Andreas Rumpf | 2016-08-10 | 1 | -1/+1 |
|/ | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -2/+2 |
| | |||||
* | fixes #3993 | Andreas Rumpf | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | fixes #3222 | Araq | 2015-11-26 | 1 | -1/+9 |
| | |||||
* | fixes #2285 | Araq | 2015-11-26 | 1 | -2/+4 |
| | |||||
* | nimsuggest: added 'chk', 'outline' and 'highlight' features | Araq | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | fixes #3359 | Araq | 2015-09-23 | 1 | -0/+2 |
| | |||||
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | first implementation of write tracking and escape analysis; still disabled | Araq | 2015-08-31 | 1 | -18/+28 |
| | |||||
* | fixes #3032 | Araq | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim |