Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #7582 | Andreas Rumpf | 2018-05-05 | 3 | -4/+16 |
| | |||||
* | make tests green | Araq | 2018-05-02 | 1 | -9/+6 |
| | |||||
* | fixes #7749 | Araq | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | compiler: code cleanup | Andreas Rumpf | 2018-05-02 | 1 | -3/+2 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 19 | -103/+103 |
| | |||||
* | remove the deprecated 'nil' statement | Andreas Rumpf | 2018-05-02 | 1 | -18/+11 |
| | |||||
* | make 'not nil' experimental | Andreas Rumpf | 2018-05-02 | 14 | -16/+27 |
| | |||||
* | Don't hide overflow/underflow/divbyzero in semfold (#7732) | Oscar NihlgÄrd | 2018-05-02 | 4 | -33/+100 |
| | | | | | * firstOrd/lastOrd bugfix * Don't hide overflow/underflow/divbyzero in semfold | ||||
* | fixes #7730, fixes #7746 | Araq | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | Fix renderer's errors (#7742) | Dmitry Atamanov | 2018-05-01 | 2 | -6/+9 |
| | | | | | | | | * Fix renderer's errors * Same for filter_tmpl * var -> let | ||||
* | update the documentation | Andreas Rumpf | 2018-05-01 | 1 | -7/+3 |
| | |||||
* | make tests green again | Araq | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | introduce --laxStrings:on switch | Araq | 2018-04-30 | 2 | -2/+4 |
| | |||||
* | Merge branch 'araq-strings-v1' into devel | Araq | 2018-04-30 | 4 | -5/+15 |
|\ | |||||
| * | Merge branch 'devel' into araq-strings-v1 | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| |\ | |||||
| * | | make msgs.nim more robust | Andreas Rumpf | 2018-04-30 | 1 | -0/+4 |
| | | | |||||
| * | | commands.nim: use let instead of var | Andreas Rumpf | 2018-04-30 | 1 | -2/+2 |
| | | | |||||
| * | | make the build more robust | Andreas Rumpf | 2018-04-30 | 2 | -3/+9 |
| | | | |||||
* | | | introduce --laxstrings switch for backwards compatibility | Araq | 2018-04-30 | 3 | -1/+5 |
| | | | |||||
* | | | Merge branch 'araq-strings-v1' into devel | Araq | 2018-04-30 | 30 | -1928/+156 |
|\| | | |/ |/| | |||||
| * | make more tests green | Araq | 2018-04-30 | 5 | -5/+3 |
| | | |||||
| * | Merge branch 'devel' into araq-strings-v1 | Araq | 2018-04-30 | 1 | -9/+9 |
| |\ | |||||
| * | | more fixes for the new string behaviour | Andreas Rumpf | 2018-04-30 | 3 | -14/+12 |
| | | | |||||
| * | | make more tests green | Andreas Rumpf | 2018-04-30 | 4 | -5/+5 |
| | | | |||||
| * | | make more tests green | Andreas Rumpf | 2018-04-30 | 9 | -33/+36 |
| | | | |||||
| * | | make asyncnet work again | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | make logging module compile again | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | update the documentation about the new strings/seqs behaviours | Andreas Rumpf | 2018-04-29 | 3 | -1790/+10 |
| | | | |||||
| * | | times.nim: don't rely on zero terminator | Andreas Rumpf | 2018-04-29 | 1 | -47/+50 |
| | | | |||||
| * | | make memoization test compile again | Andreas Rumpf | 2018-04-29 | 1 | -1/+1 |
| | | | |||||
| * | | make httpclient work without zero terminators | Andreas Rumpf | 2018-04-29 | 1 | -7/+3 |
| | | | |||||
| * | | make nre compile again | Andreas Rumpf | 2018-04-29 | 1 | -4/+4 |
| | | | |||||
| * | | disable hanging test | Andreas Rumpf | 2018-04-29 | 1 | -0/+1 |
| | | | |||||
| * | | pegs: don't rely on terminating zero | Andreas Rumpf | 2018-04-29 | 1 | -17/+25 |
| | | | |||||
| * | | critbits: don't rely on terminating zero | Andreas Rumpf | 2018-04-29 | 1 | -3/+4 |
| | | | |||||
| * | | make more tests green | Andreas Rumpf | 2018-04-29 | 2 | -3/+3 |
| | | | |||||
* | | | strtabs: fixes stupid typo | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-04-30 | 1 | -9/+9 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | make VM tests green | Araq | 2018-04-30 | 1 | -9/+9 |
| | | |||||
* | | uri.nim: don't rely on zero termination | Andreas Rumpf | 2018-04-29 | 1 | -21/+18 |
| | | |||||
* | | parseopt stdlib module: dont rely on the zero terminator | Andreas Rumpf | 2018-04-29 | 1 | -23/+25 |
| | | |||||
* | | cgi module: don't depent on the terminating zero | Andreas Rumpf | 2018-04-29 | 1 | -10/+10 |
| | | |||||
* | | the compiler does not rely on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 3 | -14/+13 |
| | | |||||
* | | RST package: don't use obsolete toLower proc | Andreas Rumpf | 2018-04-29 | 1 | -1/+1 |
| | | |||||
* | | parseutils does not depend on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 1 | -53/+54 |
| | | |||||
* | | 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 |
| |