| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop type aliases from inheriting sfUsed (#19861) | quantimnot | 2022-06-04 | 1 | -13/+40 |
* | deprecate unsafeAddr; extend addr (#19373) | flywind | 2022-01-16 | 2 | -2/+2 |
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 3 | -4/+4 |
* | asynchttpserver: ipv6 support (#18706) | Emery Hemingway | 2021-08-18 | 1 | -1/+1 |
* | implements overloadable enum values; WIP (#18470) | Andreas Rumpf | 2021-07-28 | 1 | -1/+1 |
* | rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566) | Timothee Cour | 2021-07-23 | 1 | -1/+1 |
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -8/+6 |
* | make dragonbox opt-in via -d:nimFpRoundtrips (#18504) | Andreas Rumpf | 2021-07-16 | 1 | -6/+8 |
* | improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (... | Timothee Cour | 2021-07-08 | 3 | -4/+96 |
* | Make procedure mismatch more informative with pragma/call convention mismatch... | Jason Beetham | 2021-07-06 | 1 | -0/+74 |
* | float parsing: Add test for a fixed issue (#18232) | Kaushal Modi | 2021-06-24 | 1 | -11/+18 |
* | fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336) | Timothee Cour | 2021-06-24 | 1 | -11/+13 |
* | fix #18327 (#18328) | flywind | 2021-06-22 | 1 | -0/+5 |
* | add test case for pure enum redefinition error within enum (fixed in recent P... | Timothee Cour | 2021-06-15 | 1 | -7/+14 |
* | Small scope refactoring (#18263) | Clyybber | 2021-06-14 | 1 | -0/+12 |
* | followup #17777: declaredloc field error msgs now work with generics (#18259) | Timothee Cour | 2021-06-14 | 1 | -15/+25 |
* | more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf... | Timothee Cour | 2021-05-16 | 1 | -0/+40 |
* | fix #17859; rename tests so they run in CI; merge several tests with nim chec... | Timothee Cour | 2021-04-27 | 7 | -54/+44 |
* | fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861) | Timothee Cour | 2021-04-26 | 7 | -17/+17 |
* | fix CI tests/errmsgs/tgcsafety.nim (#17721) | Timothee Cour | 2021-04-14 | 1 | -1/+1 |
* | simplify asyncfutures, asyncmacro (#17633) | Timothee Cour | 2021-04-14 | 1 | -1/+2 |
* | close #17636 (#17643) | flywind | 2021-04-06 | 5 | -8/+3 |
* | fix #16693: testament spec nimout too lax (#16698) | flywind | 2021-04-04 | 2 | -2/+2 |
* | fix #14850: `repr` now correctly renders `do` (#17623) | Timothee Cour | 2021-04-03 | 1 | -2/+2 |
* | [nim check]fix #17460 (#17569) | flywind | 2021-03-29 | 1 | -0/+19 |
* | fixed dot operator recursive loop & macro suggest (#16922) | Saem Ghani | 2021-02-15 | 1 | -7/+8 |
* | typeToString: type float => typedesc[float] (#17011) | Timothee Cour | 2021-02-12 | 4 | -8/+8 |
* | fix floats slice (#16853) | flywind | 2021-01-29 | 1 | -3/+3 |
* | close #10735 add testcase (#16690) | flywind | 2021-01-15 | 1 | -0/+41 |
* | close #10734 add testcase (#16692) | flywind | 2021-01-12 | 1 | -0/+19 |
* | strutils.nim: Use `func` everywhere (#16281) | ee7 | 2020-12-07 | 1 | -3/+3 |
* | testament spec: remove errmsg alias of errormsg (#16188) | Timothee Cour | 2020-11-29 | 4 | -4/+4 |
* | asynchttpserver cleanups [backport:1.0] (#15966) | Andreas Rumpf | 2020-11-15 | 1 | -1/+1 |
* | makes test green again | Araq | 2020-11-13 | 1 | -2/+2 |
* | honor --declaredLocs in more places, including type mismatch errors; also sho... | Timothee Cour | 2020-10-27 | 2 | -3/+3 |
* | docgen: improve alignment of comments (still not perfect) (#15506) | Andreas Rumpf | 2020-10-07 | 1 | -2/+2 |
* | 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 |