Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #11523 | Andreas Rumpf | 2019-06-26 | 1 | -1/+2 |
| | |||||
* | fixes #11525 | Andreas Rumpf | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | fixes #11600 (#11602) | Andreas Rumpf | 2019-06-26 | 1 | -1/+1 |
|\ | |||||
| * | fixes #11600 | Araq | 2019-06-26 | 1 | -1/+1 |
| | | |||||
* | | [bugfix] fix #11532, nimpretty should ignore source code filters (#11603) | Miran | 2019-06-26 | 1 | -1/+1 |
| | | |||||
* | | fixes #11098 | Andreas Rumpf | 2019-06-26 | 1 | -5/+11 |
| | | |||||
* | | [bugfix] fix #11469, new rules for a newline in nimpretty (#11512) | Miran | 2019-06-26 | 3 | -55/+77 |
|/ | | | | | * [bugfix] fix #11469, new rules for a newline in nimpretty * concatenate two lines if they have the same indentation level | ||||
* | fixes #11577 | Araq | 2019-06-26 | 1 | -11/+17 |
| | |||||
* | [refactor] compiler/[msgs, reorder, semstmts]: use toMsgFilename where ↵ | alaviss | 2019-06-26 | 3 | -8/+9 |
| | | | | | | | | appropriate (#11595) * compiler/msgs: toMsgFilename now operates on FileIndex * compiler/reorder: use toMsgFilename for compiler messages * compiler/semstmts: respect listFullPaths for recursive deps error | ||||
* | fixes #11563 (#11594) | Andreas Rumpf | 2019-06-26 | 3 | -62/+87 |
| | |||||
* | compiler/[msgs, options]: confine --listFullPaths to compiler messages (#11583) | alaviss | 2019-06-26 | 2 | -17/+13 |
| | | | | | | | | | | | | | | | | | | | | | * compiler/[msgs, options]: make toFilename independent of listFullPaths toFilename is used mainly in codegen, as such it should not follow --listFullPaths * compiler/msgs: use toMsgFilename for toFileLineCol This proc is mainly used for compiler messages, so it should follow --listFullPaths * compiler/msgs: remove toFileLine unused proc * compiler/msgs: cleanup toMsgFilename Also improved path choosing logic, /home should now be preferred over ../home on *nix | ||||
* | increase dfa instruction limit (#11579) | cooldome | 2019-06-24 | 1 | -2/+2 |
| | |||||
* | [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) | Arne Döring | 2019-06-24 | 8 | -99/+1 |
| | | | | | * remove zeroExtend and friends from the compiler builtins. * fix jssys | ||||
* | [bugfix] fixes #11524 | Andreas Rumpf | 2019-06-22 | 1 | -2/+29 |
| | |||||
* | [bugfix] fixes #11556 | Andreas Rumpf | 2019-06-21 | 1 | -2/+4 |
| | |||||
* | [other] Improve the "tabs are not allowed" error message (#11554) | Kaushal Modi | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | [bugfix] correct 'source' for documentation (#11540) | Miran | 2019-06-20 | 1 | -1/+3 |
| | |||||
* | [other] new experimental pragma .nodestroy for easier custom destructors | Andreas Rumpf | 2019-06-20 | 2 | -5/+8 |
| | |||||
* | [bugfix] proper destruction for strings/seqs for --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -5/+6 |
| | |||||
* | [bugfix] newruntime: trivial closure iterator works | Araq | 2019-06-20 | 1 | -0/+7 |
| | |||||
* | [refactoring] closureiters.nim: style change | Araq | 2019-06-20 | 1 | -132/+130 |
| | |||||
* | wip | Araq | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | WIP: closures for the newruntime [ci skip] | Andreas Rumpf | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | [bugfix] owned closures (#11544) | Andreas Rumpf | 2019-06-20 | 7 | -26/+89 |
| | |||||
* | [bugfix] fixes #11517 | Araq | 2019-06-19 | 1 | -1/+6 |
| | |||||
* | [feature] cleanup PR, refs #11424 | Araq | 2019-06-19 | 1 | -5/+6 |
| | |||||
* | fixes #11436 | Araq | 2019-06-19 | 2 | -4/+6 |
| | |||||
* | literal array indices (#11424) | Jasper Jenkins | 2019-06-18 | 1 | -4/+19 |
| | |||||
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 1 | -0/+2 |
| | | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452. | ||||
* | [bugfix] nimpretty: better alignment; fixes #11467 | Araq | 2019-06-14 | 1 | -6/+12 |
| | |||||
* | [bugfix] nimpretty: fixes #11470 | Araq | 2019-06-13 | 1 | -3/+3 |
| | |||||
* | [bugfix] nimpretty: fixes #11468 | Araq | 2019-06-13 | 3 | -19/+23 |
| | |||||
* | [refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217 | Araq | 2019-06-12 | 3 | -104/+120 |
| | |||||
* | fix regression in semfold for old right shift (#11477) | Arne Döring | 2019-06-12 | 1 | -1/+16 |
| | |||||
* | [refactoring] liftdestructors is now a module of its own | Araq | 2019-06-12 | 4 | -17/+16 |
| | |||||
* | [other] make typeAllowed easier to debug by using structured programming | Araq | 2019-06-12 | 1 | -26/+33 |
| | |||||
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 3 | -31/+39 |
| | |||||
* | VM can now cast integer type arbitrarily. (#11459) [feature] | Arne Döring | 2019-06-10 | 1 | -31/+15 |
| | |||||
* | nimpretty: smart tabs support, fixes #9399 [bugfix] | Andreas Rumpf | 2019-06-10 | 2 | -45/+124 |
| | |||||
* | nimpretty: keep a seq of tokens instead of a single string to enable better ↵ | Andreas Rumpf | 2019-06-09 | 1 | -72/+90 |
| | | | | transformations [refactoring] | ||||
* | nimpretty: fixes #10156 [bugfix] | Andreas Rumpf | 2019-06-08 | 1 | -1/+30 |
| | |||||
* | fix for passing tuples as static params to macros (#11423); fixes #10751 ↵ | Arne Döring | 2019-06-07 | 1 | -3/+20 |
| | | | | | | | | [bugfix] * add vm value preparation proc * small optimization | ||||
* | nimpretty: fixes #9505 [bugfix] | Araq | 2019-06-07 | 1 | -1/+9 |
| | |||||
* | nimpretty: fixes #10177 [bugfix] | Araq | 2019-06-07 | 1 | -40/+67 |
| | |||||
* | nimpretty: fixes #10295 | Araq | 2019-06-07 | 2 | -5/+11 |
| | |||||
* | fixes #11412 | Araq | 2019-06-06 | 1 | -3/+3 |
| | |||||
* | fixes #11405 | Araq | 2019-06-05 | 1 | -0/+2 |
| | |||||
* | fix macrocache implementation (#11404) | andri lim | 2019-06-05 | 1 | -7/+9 |
| | | | | | | * macrocache improvements * fix macrocache implementation | ||||
* | intVal works now on enum field symbols (#11403) | Arne Döring | 2019-06-05 | 1 | -3/+8 |
| | | | | | | * intVal works now on enum field symbols * disable flakey titerators test | ||||
* | pass typedesc as NimNode to macros (#11400) | Arne Döring | 2019-06-05 | 3 | -9/+5 |
| | | | | | | | | * change typedesc's design in macros * Manual and changelog entry. * add link to RFC |