Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -24/+24 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | fixes #12224 (#12225) | cooldome | 2019-09-21 | 1 | -3/+5 |
| | | | | | | * fixes #12224 * improve test | ||||
* | sink as lvalue | Andrii Riabushenko | 2019-09-02 | 1 | -3/+3 |
| | |||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | fixes #10942. Lent T bug (#10946) | cooldome | 2019-04-03 | 1 | -5/+12 |
| | | | | | | | | * fixes #10942 * add test * bug build | ||||
* | fixes #7524 | Araq | 2019-01-14 | 1 | -8/+7 |
| | |||||
* | Allow taking address of skForVar variables (#8632) | LemonBoy | 2018-08-14 | 1 | -1/+1 |
| | | | Fixes #8630 | ||||
* | guards.nim does compile | Andreas Rumpf | 2018-05-11 | 1 | -26/+27 |
| | |||||
* | refactoring: make FileIndex a distinct type; make line information an ↵ | Andreas Rumpf | 2018-04-21 | 1 | -1/+2 |
| | | | | uint16; fixes #7654 | ||||
* | make tests green again | Andreas Rumpf | 2018-03-24 | 1 | -3/+8 |
| | |||||
* | fixes the 'var T' checking | Andreas Rumpf | 2018-03-24 | 1 | -5/+2 |
| | |||||
* | more checking for 'var T' as return type; refs #7373 | Andreas Rumpf | 2018-03-24 | 1 | -1/+29 |
| | |||||
* | basic 'lent T' test works | Andreas Rumpf | 2018-01-21 | 1 | -1/+4 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -3/+3 |
| | |||||
* | support the full range of type modifiers when declaring concept vars and ↵ | Zahary Karadjov | 2017-03-24 | 1 | -0/+7 |
| | | | | testing proc signatures | ||||
* | fixes #4608 | Andreas Rumpf | 2016-10-18 | 1 | -0/+2 |
| | |||||
* | some progress on #3832 | Andreas Rumpf | 2016-02-08 | 1 | -0/+3 |
| | |||||
* | preparations for better handling of 'a[i]' in generics; stmt lists can be ↵ | Araq | 2015-09-12 | 1 | -1/+4 |
| | | | | lvalues | ||||
* | added system.unsafeAddr | Araq | 2015-08-04 | 1 | -9/+11 |
| | |||||
* | fix #2585 properly | Araq | 2015-04-22 | 1 | -1/+3 |
| | |||||
* | fixes #2585 | Araq | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | implemented a[^1] notation | Araq | 2015-03-26 | 1 | -3/+4 |
| | |||||
* | fixes #2346 | Araq | 2015-03-16 | 1 | -2/+6 |
| | |||||
* | fixes #1809; implements overloading based on 'var T' | Araq | 2015-03-14 | 1 | -19/+22 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | implemented builtin noncopying slice | Araq | 2014-05-02 | 1 | -1/+4 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -4/+4 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -0/+2 |
| | |||||
* | make some tests green | Araq | 2013-03-03 | 1 | -4/+7 |
| | |||||
* | constraint now part of the parameter symbol and not of the type | Araq | 2012-12-05 | 1 | -2/+2 |
| | |||||
* | term rewriting improvements | Araq | 2012-09-08 | 1 | -3/+56 |
| | |||||
* | activated tests for tr macros | Araq | 2012-09-06 | 1 | -3/+4 |
| | |||||
* | bugfixes and improvements for term rewriting macros | Araq | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -0/+205 |