Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | strscans module does not rely on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 1 | -15/+19 | |
* | | | | | | | | renderer.nim: bugfix | Andreas Rumpf | 2018-04-29 | 1 | -0/+1 | |
* | | | | | | | | strutils: code cleanups and do not rely on the terminating binary zero anymore | Andreas Rumpf | 2018-04-28 | 2 | -297/+101 | |
|/ / / / / / / | ||||||
* | | | | | | | sigmatch: speed it up | Andreas Rumpf | 2018-04-28 | 2 | -20/+19 | |
* | | | | | | | minor speedup: concept tests still green | Andreas Rumpf | 2018-04-28 | 3 | -14/+15 | |
* | | | | | | | stuff that is green | Andreas Rumpf | 2018-04-28 | 3 | -23/+37 | |
* | | | | | | | correct comparisons for nil strings/seqs | Andreas Rumpf | 2018-04-28 | 7 | -23/+91 | |
|/ / / / / / | ||||||
* | | | | | | make tests green | Andreas Rumpf | 2018-04-28 | 2 | -2/+2 | |
* | | | | | | string to cstring conversions produce the empty C string for nil; this will b... | Andreas Rumpf | 2018-04-28 | 3 | -6/+9 | |
* | | | | | | make tests green again | Andreas Rumpf | 2018-04-28 | 2 | -8/+8 | |
* | | | | | | codegen: support nil strings/seqs in more places | Andreas Rumpf | 2018-04-28 | 1 | -5/+5 | |
* | | | | | | system.nim documentation: setLen can handle nil now | Andreas Rumpf | 2018-04-28 | 1 | -4/+2 | |
* | | | | | | fixes #7663 | Andreas Rumpf | 2018-04-28 | 1 | -7/+8 | |
* | | | | | | system.nim: minor code cleanup | Andreas Rumpf | 2018-04-28 | 1 | -4/+1 | |
* | | | | | | semcheck: code cleanups | Andreas Rumpf | 2018-04-28 | 3 | -55/+5 | |
* | | | | | | remove standalone 'except' and 'finally' statements that have been deprecated... | Andreas Rumpf | 2018-04-28 | 1 | -72/+38 | |
* | | | | | | fixes #7601, array construction of ptr generics (#7671) | andri lim | 2018-04-27 | 3 | -2/+71 | |
* | | | | | | Fix the return value of GetType and friends when given a `var T` type. (#7701) | Varriount | 2018-04-27 | 1 | -1/+6 | |
* | | | | | | nil in string concats does not produce crashes anymore | Andreas Rumpf | 2018-04-27 | 3 | -12/+42 | |
* | | | | | | make nimfix compile again (#7708) | alaviss | 2018-04-27 | 1 | -7/+7 | |
* | | | | | | setLen doesn't crash on nil strings/seqs anymore | Andreas Rumpf | 2018-04-27 | 2 | -5/+12 | |
* | | | | | | 'add' on a nil sequence doesn't produce a crash anymore | Andreas Rumpf | 2018-04-27 | 2 | -4/+16 | |
* | | | | | | enforce dot and call operators are used with an explicit .experimental pragma | Andreas Rumpf | 2018-04-27 | 1 | -2/+4 | |
* | | | | | | nimgrep: count the number of matches | Andreas Rumpf | 2018-04-27 | 1 | -8/+11 | |
* | | | | | | fixes #7600, generic object with generic ref object parent typerel bug (#7678) | andri lim | 2018-04-27 | 3 | -2/+42 | |
|/ / / / / | ||||||
* | | | | | fix #7680 (#7683) | hlaaf | 2018-04-26 | 1 | -3/+6 | |
* | | | | | Merge pull request #7692 from teroz/patch-1 | Dominik Picheta | 2018-04-25 | 1 | -4/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improve deprecation messages in json docs. | Dominik Picheta | 2018-04-25 | 1 | -4/+4 | |
| * | | | | | tiny typo | Terence Namusonge | 2018-04-25 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Improve progress reporting example. Refs #7693 | Dominik Picheta | 2018-04-25 | 1 | -3/+8 | |
* | | | | | Merge pull request #7693 from enthus1ast/patch-1 | Dominik Picheta | 2018-04-25 | 1 | -1/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | copy pastable progress reporting example | David Krause | 2018-04-25 | 1 | -1/+2 | |
|/ / / / | ||||||
* | | | | Fixes #802, #803 and #3775 - genscript issues (#7677) | genotrance | 2018-04-25 | 8 | -12/+57 | |
* | | | | Rename `Time.nanoseconds` to `nanosecond` (#7673) | Oscar Nihlgård | 2018-04-25 | 3 | -33/+37 | |
* | | | | Consts in fenv (#7688) | cooldome | 2018-04-25 | 1 | -23/+32 | |
* | | | | Use safeLen in pairs iterator for PNode (#7684) | Oscar Nihlgård | 2018-04-25 | 1 | -1/+1 | |
* | | | | refactoring: move 'argument' global into config object | Andreas Rumpf | 2018-04-24 | 4 | -11/+8 | |
* | | | | make tests green again | Andreas Rumpf | 2018-04-24 | 2 | -0/+2 | |
* | | | | .experimental can now be used to enable specific features | Andreas Rumpf | 2018-04-24 | 18 | -116/+122 | |
* | | | | xmltree: remove usage of deprecated callsite() | Andreas Rumpf | 2018-04-24 | 1 | -6/+3 | |
* | | | | compiler: remove unnecessary FileIndex type conversions | Andreas Rumpf | 2018-04-24 | 3 | -3/+3 | |
* | | | | remove obsolete nimrod.cfg configuration files | Andreas Rumpf | 2018-04-24 | 1 | -4/+0 | |
* | | | | nimgrep: add --filenames option | Andreas Rumpf | 2018-04-24 | 1 | -7/+14 | |
* | | | | Don't escape multibyte characters (#7570) | Oscar Nihlgård | 2018-04-23 | 4 | -42/+60 | |
* | | | | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 57 | -122/+67 | |
| |_|/ |/| | | ||||||
* | | | remove unused error messages | Araq | 2018-04-22 | 1 | -10/+5 | |
* | | | make tests green again | Andreas Rumpf | 2018-04-22 | 2 | -2/+2 | |
* | | | make tests green again | Andreas Rumpf | 2018-04-22 | 1 | -11/+5 | |
* | | | new 'var T' error messages with hyperlinks; closes #7373 | Andreas Rumpf | 2018-04-22 | 2 | -4/+7 | |
* | | | fixes #5113 | Andreas Rumpf | 2018-04-21 | 2 | -0/+17 |