Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make range checks in semConv (#7164) | Oscar Nihlgård | 2019-05-10 | 4 | -21/+54 |
| | | | | | | | | | | | * Remove NaN/Inf/NegInf magic * Make range checks in semConv * fix the failing line * fix `firstOrd` and `lastOrd` * fix `localError` * remove debug comment * Cleanup, fix failing test * make tests green | ||||
* | fixes #7569, all credit to @vincentvidal (#11213) | Miran | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Fix #9844 (#11216) | Clyybber | 2019-05-09 | 1 | -1/+8 |
| | | | | * Fixes #9844 | ||||
* | fixes #11204 (#11207) | cooldome | 2019-05-09 | 1 | -0/+1 |
| | |||||
* | fix complex typdesc iterators | Jasper Jenkins | 2019-05-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #11201 from nim-lang/araq-fixes-11200 | Andreas Rumpf | 2019-05-08 | 3 | -3/+3 |
|\ | | | | | fixes 11200 | ||||
| * | fixes #11200 | Araq | 2019-05-08 | 1 | -1/+1 |
| | | |||||
| * | typo | Araq | 2019-05-08 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #11132 from jrfondren/expand-amb-identifier-output | Andreas Rumpf | 2019-05-08 | 1 | -3/+4 |
|\ \ | | | | | | | provide more useful ambiguous-identifier error output | ||||
| * \ | Merge branch 'devel' into expand-amb-identifier-output | jrfondren | 2019-05-03 | 31 | -499/+890 |
| |\ \ | |||||
| * | | | balance space around emdash -- | Julian Fondren | 2019-04-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | add indent to ambiguous-identifier output | Julian Fondren | 2019-04-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | re-include ambiguous identifier in ambiguous identifier output | Julian Fondren | 2019-04-28 | 1 | -1/+2 |
| | | | | |||||
| * | | | re-include module in ambiguous identifier output | Julian Fondren | 2019-04-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | provide more useful ambiguous-identifier error output | Julian Fondren | 2019-04-28 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #11159 from JasperJenkins/const-named-tuple-unpack | Andreas Rumpf | 2019-05-08 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Const named tuple unpacking | ||||
| * | | | | handle in semConst | Jasper Jenkins | 2019-05-05 | 3 | -3/+2 |
| | | | | | |||||
| * | | | | make work again | Jasper Jenkins | 2019-05-05 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | handle separately in backends | Jasper Jenkins | 2019-05-05 | 3 | -2/+3 |
| | | | | | |||||
| * | | | | const named tuple unpacking | Jasper Jenkins | 2019-05-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Small cleanup (#11185) | Andreas Rumpf | 2019-05-08 | 65 | -424/+418 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove mStaticTy and mTypeTy * Replace countup(x, y-1) with x ..< y * Replace countup(x, y) with x .. y | ||||
| * | | | | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 35 | -103/+103 |
| | | | | | |||||
| * | | | | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 58 | -312/+312 |
| | | | | | |||||
| * | | | | Remove mStaticTy and mTypeTy | Clyybber | 2019-05-07 | 1 | -9/+3 |
| | | | | | |||||
* | | | | | fixes #11196 | Araq | 2019-05-08 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | no 'defers' in my backend | Araq | 2019-05-08 | 1 | -16/+15 |
| | | | | | |||||
* | | | | | forbid casting to bare unchecked array (#11186) | Arne Döring | 2019-05-08 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #11180, forbid casting to unchecked array. * allow UncheckedArray as param | ||||
* | | | | | cleanup (#11192) | Jasper Jenkins | 2019-05-07 | 2 | -9/+3 |
|/ / / / | |||||
* | | | | Fix type recursion check (#11144) | Arne Döring | 2019-05-07 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | * fixes #3456 * add test #3456 | ||||
* | | | | Fixes for ptr array deref codegen (#11191) | Jasper Jenkins | 2019-05-07 | 3 | -39/+19 |
| | | | | | | | | | | | | | | | | | | | | * fixes for ptr array derefence codegen * fix comments, make diff nicer | ||||
* | | | | nicer 'CC' output messages | Araq | 2019-05-06 | 2 | -1/+5 |
| | | | | |||||
* | | | | fixes #10192 | Araq | 2019-05-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | low/high for float ranges (#11177) | Oscar Nihlgård | 2019-05-06 | 2 | -3/+9 |
| | | | | |||||
* | | | | fixes #9578 (#11176) | jcosborn | 2019-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes #9578 * fixed and expanded test | ||||
* | | | | fixes #9403 | Araq | 2019-05-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix loop tuple unpacking in templates (#11174) | nc-x | 2019-05-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix loop tuple unpacking in templates * Add test | ||||
* | | | | fixes #11175 | Araq | 2019-05-05 | 1 | -1/+3 |
| | | | | |||||
* | | | | Fix #11058 (#11172) | Clyybber | 2019-05-05 | 1 | -1/+2 |
| | | | | |||||
* | | | | empty container param error msg (#11158) | Jasper Jenkins | 2019-05-04 | 1 | -0/+3 |
| | | | | |||||
* | | | | Fixes #11045. Assigning a proc to const and invoking. (#11076) | Aditya Siram | 2019-05-04 | 1 | -4/+8 |
| | | | | |||||
* | | | | Fix 105, few fixes for 101 (#11148) | genotrance | 2019-05-04 | 4 | -4/+7 |
| | | | | |||||
* | | | | Fix `nim doc` ignoring doc comments with implicit returns and implicit ↵ | nc-x | 2019-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | conversions (#11173) | ||||
* | | | | Destructor lifting fixes #11149 (#11163) | cooldome | 2019-05-04 | 3 | -10/+16 |
| |_|/ |/| | | | | | | | | | | | | | | * fixes #11149 * add test | ||||
* | | | add whitespace on the right-hand side of `--` | narimiran | 2019-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | This is an em-dash, not some `--use` flag. | ||||
* | | | decent borrow check for --newruntime | Araq | 2019-05-02 | 1 | -6/+35 |
| | | | |||||
* | | | fixes #11114 | Araq | 2019-05-02 | 1 | -1/+5 |
| | | | |||||
* | | | introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145) | Andreas Rumpf | 2019-05-02 | 4 | -23/+36 |
|/ / | | | | | | | | | | | | | | | * introduce temporary <//> for 'owned' to get this compile with 0.19 * make newTable[string, owned Node]() compile (but it crashes) * make sink/owned parameters consistent * make actiontable test compile again * VM: support sytem.move; makes tests green | ||||
* | | discard type is an error, fixes #7470 (#11146) | Jasper Jenkins | 2019-05-01 | 1 | -1/+1 |
| | | |||||
* | | move analyser: fixes another critical bug | Araq | 2019-04-29 | 1 | -1/+1 |
| | | |||||
* | | fixes #11133, error on runtime use of compile-time procs in JS target (#11134) | jrfondren | 2019-04-29 | 1 | -0/+3 |
| | |