Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manual: document how accessors are resolved; fixes #11514 | Andreas Rumpf | 2019-06-27 | 1 | -0/+19 |
| | |||||
* | make tests green again | Araq | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | fixes #11445 | Andreas Rumpf | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | fixes #11523 | Andreas Rumpf | 2019-06-26 | 2 | -2/+12 |
| | |||||
* | fixes #11525 | Andreas Rumpf | 2019-06-26 | 2 | -2/+39 |
| | |||||
* | Merge pull request #11598 from narimiran/fix-sharedtables | Andreas Rumpf | 2019-06-26 | 3 | -11/+27 |
|\ | | | | | [bugfix] fix #11588, don't check if SharedTable is initialized | ||||
| * | [bugfix] fix #11588, don't check if SharedTable is initialized | narimiran | 2019-06-26 | 3 | -11/+27 |
| | | |||||
* | | 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 | 3 | -10/+30 |
| | | | |||||
* | | | [bugfix] fix #11469, new rules for a newline in nimpretty (#11512) | Miran | 2019-06-26 | 7 | -73/+113 |
|/ / | | | | | | | | | * [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 | 2 | -13/+32 |
| | | |||||
* | | [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 | ||||
* | VCC discovery using vswhere (#6540) (#11559) | Toshiyuki-Tega | 2019-06-26 | 2 | -2/+53 |
| | |||||
* | Documentation highlite (#11596) | Juan Carlos | 2019-06-26 | 1 | -0/+27 |
| | | | | | | * Add Documentation with examples for highlite * Add Documentation with examples for highlite | ||||
* | fixes #11563 (#11594) | Andreas Rumpf | 2019-06-26 | 4 | -62/+99 |
| | |||||
* | 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 |
| | |||||
* | [bugfix] remove dangling ref (#11576) | Jasper Jenkins | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | Fix out of bound access in cgi module (#11578) | Gérôme Fournier | 2019-06-25 | 1 | -0/+2 |
| | | | | | When an HTTP request with a zero CONTENT_LENGTH is made, attempting to access addr(result[0]) raise an exception as the 0 index is out of bound | ||||
* | Fix typo (#11573) | WhiteDuke | 2019-06-25 | 1 | -1/+1 |
| | |||||
* | assertions: make assert follow excessiveStackTrace (#11574) | alaviss | 2019-06-25 | 1 | -3/+1 |
| | |||||
* | nim.cfg: disable excessiveStackTrace on release (#11575) | alaviss | 2019-06-25 | 1 | -0/+1 |
| | |||||
* | [documentation] fix #4630, document unsupported functions for JS | narimiran | 2019-06-24 | 1 | -0/+8 |
| | |||||
* | [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) | Arne Döring | 2019-06-24 | 10 | -116/+76 |
| | | | | | * remove zeroExtend and friends from the compiler builtins. * fix jssys | ||||
* | Spelling fixes in nimc.rst (#11569) | Simon Krauter | 2019-06-23 | 1 | -3/+3 |
| | |||||
* | [other] Documentation NimScript (#11548) | Juan Carlos | 2019-06-23 | 1 | -8/+172 |
| | | | | | * Documentation of NimScript, update and expand, mention the benefits aside of its limitations, add examples, update the list of usable std lib modules | ||||
* | [feature] Add dynlib (required on windows/cpp) to nimCoroutines related ↵ | Giovanni Petrantoni | 2019-06-23 | 1 | -3/+3 |
| | | | | gc_common procs (#11567) | ||||
* | [bugfix] fix OrderedTable iterators (#11562) | Miran | 2019-06-22 | 1 | -5/+7 |
| | |||||
* | [bugfix] fixes #11524 | Andreas Rumpf | 2019-06-22 | 3 | -5/+40 |
| | |||||
* | closes #11533 | Andreas Rumpf | 2019-06-21 | 1 | -0/+18 |
| | |||||
* | [bugfix] fixes #11556 | Andreas Rumpf | 2019-06-21 | 1 | -2/+4 |
| | |||||
* | [documentation] fix wrong link [ci skip] | narimiran | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | [other] Improve the "tabs are not allowed" error message (#11554) | Kaushal Modi | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | [bugfix] fix `delete` in strutils and sequtils (#11535) | Miran | 2019-06-20 | 2 | -2/+5 |
| | |||||
* | [bugfix] correct 'source' for documentation (#11540) | Miran | 2019-06-20 | 1 | -1/+3 |
| | |||||
* | [bugfix] fix OrderedTable default initialization (#11549) | Miran | 2019-06-20 | 2 | -2/+3 |
| | |||||
* | [other] new experimental pragma .nodestroy for easier custom destructors | Andreas Rumpf | 2019-06-20 | 2 | -5/+8 |
| | |||||
* | [other] added system.dispose for owned refs | Andreas Rumpf | 2019-06-20 | 1 | -0/+3 |
| | |||||
* | [bugfix] system.nim: make pop work with --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -2/+6 |
| | |||||
* | [bugfix] proper destruction for strings/seqs for --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -5/+6 |
| | |||||
* | [bugfix] system.nim: make pop work with --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -0/+103 |
| | |||||
* | [other] newruntime: add a simple closure iterator test | Araq | 2019-06-20 | 1 | -1/+9 |
| | |||||
* | [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] fix #11546, correct link for sequtils | narimiran | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | [bugfix] fix #11543, add std/sums to theindex.html | narimiran | 2019-06-20 | 1 | -0/+1 |
| |