| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #6608 (#14963) | flywind | 2020-07-14 | 1 | -0/+16 |
* | typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of... | Timothee Cour | 2020-07-02 | 2 | -4/+4 |
* | Implement rendering of `[]=`, `{}`, `{}=` braces (#14539) | cooldome | 2020-06-01 | 1 | -3/+3 |
* | disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ... | Neelesh Chandola | 2020-05-29 | 6 | -8/+8 |
* | improve the 'has to be discarded' error message | Araq | 2020-05-02 | 1 | -1/+1 |
* | fixes #12741 (#14005) | Andreas Rumpf | 2020-04-19 | 1 | -1/+1 |
* | fixes #13715 (#13716) | Arne Döring | 2020-03-22 | 1 | -1/+1 |
* | fix #13538 sigmatch errors are now sorted (#13701) | Timothee Cour | 2020-03-20 | 3 | -16/+16 |
* | fixes #5170 (#13589) | Andreas Rumpf | 2020-03-05 | 2 | -5/+5 |
* | fix several bugs with `repr` (#13386) | Timothee Cour | 2020-02-11 | 1 | -2/+1 |
* | Revert "printing float values will have one more digit. (#13276) [backport]" ... | Timothee Cour | 2020-02-08 | 1 | -2/+3 |
* | printing float values will have one more digit. (#13276) [backport] | Arne Döring | 2020-02-07 | 1 | -3/+2 |
* | fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ... | Timothee Cour | 2020-02-07 | 1 | -0/+47 |
* | Assigning template to var/let/const gives a proper error (#12851) | Neelesh Chandola | 2019-12-09 | 3 | -2/+15 |
* | fix failing test | narimiran | 2019-11-07 | 1 | -1/+1 |
* | refactor illegal iterator assignment detection (#12212) | Arne Döring | 2019-10-11 | 1 | -0/+28 |
* | ungeneric unsigned ops (#12230) | Jasper Jenkins | 2019-10-11 | 1 | -4/+4 |
* | error for NimNode index kind (#12154) | Jasper Jenkins | 2019-09-08 | 3 | -0/+24 |
* | typeToString can now show (recursively) resolved type aliases; fixes #8569 #... | Timothee Cour | 2019-08-31 | 2 | -2/+2 |
* | fixes 5870 (#11704) | Andreas Rumpf | 2019-08-29 | 1 | -0/+17 |
* | fixes #11833 (#12018) | Andreas Rumpf | 2019-08-24 | 1 | -2/+2 |
* | fixes #11942 (#11945) | Arne Döring | 2019-08-14 | 1 | -5/+5 |
* | disallow static in return type (#9686) [nobackport] | Arne Döring | 2019-08-06 | 1 | -0/+10 |
* | Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsg | Andreas Rumpf | 2019-07-17 | 6 | -7/+185 |
|\ |
|
| * | address comments | Timothee Cour | 2019-07-08 | 1 | -59/+9 |
| * | add tests for #8305 #7808 #10285 #11061 + other bugs | Timothee Cour | 2019-07-08 | 1 | -18/+98 |
| * | make tests/concepts/t3330.nim disabled again: the order of candidates is mach... | Timothee Cour | 2019-07-08 | 1 | -0/+142 |
| * | fix tests | Timothee Cour | 2019-07-08 | 5 | -7/+13 |
* | | make tests green again | Araq | 2019-07-09 | 1 | -1/+1 |
|/ |
|
* | [backport] fix #11320 (#11538) | Arne Döring | 2019-07-03 | 1 | -3/+1 |
* | fixes #11515 (#11624) | Andreas Rumpf | 2019-07-01 | 2 | -3/+2 |
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 1 | -1/+1 |
* | travis: cleanup & add 32-bit Linux testing (#11337) | alaviss | 2019-05-30 | 1 | -2/+3 |
* | Tuple error message (#11141); fixes #3211 | Arne Döring | 2019-05-15 | 1 | -5/+2 |
* | forbid casting to bare unchecked array (#11186) | Arne Döring | 2019-05-08 | 1 | -0/+9 |
* | empty container param error msg (#11158) | Jasper Jenkins | 2019-05-04 | 1 | -0/+5 |
* | Lineinfo fix (#10871) | Arne Döring | 2019-03-21 | 1 | -0/+18 |
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 1 | -1/+1 |
* | make typeToString sane for sequence again | Andreas Rumpf | 2019-02-25 | 1 | -1/+1 |
* | Open a new scope for `static:` expr blocks (#10649) | LemonBoy | 2019-02-23 | 2 | -0/+16 |
* | error message for accidental use of macro (#10490) | Arne Döring | 2019-02-19 | 2 | -0/+18 |
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -0/+3 |
* | error messages can have spaces, don't be dyslexic | Araq | 2019-02-08 | 1 | -1/+1 |
* | Stop useless suggestion of unsafeAddr (#10598) | LemonBoy | 2019-02-08 | 1 | -0/+7 |
* | closes #8610 ; adds test case (#10454) | Timothee Cour | 2019-01-25 | 1 | -0/+5 |
* | Finalizer proc must be global (#10388) | LemonBoy | 2019-01-22 | 1 | -0/+31 |
* | Fix error lexer error messages for to large numbers (#10394) | Oscar Nihlgård | 2019-01-21 | 1 | -0/+15 |
* | better docs: strutils | narimiran | 2019-01-16 | 1 | -4/+4 |
* | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ... | Timothee Cour | 2019-01-08 | 2 | -0/+33 |
* | [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766) | Timothee Cour | 2019-01-08 | 3 | -0/+71 |