Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 ↵ | Andreas Rumpf | 2018-04-28 | 3 | -6/+9 |
| | | | | be consistent with alternative string implementations | ||||
* | 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 ↵ | Andreas Rumpf | 2018-04-28 | 1 | -72/+38 |
| | | | | deprecated for years | ||||
* | fixes #7601, array construction of ptr generics (#7671) | andri lim | 2018-04-27 | 3 | -2/+71 |
| | | | | | | * fixes #7601, array construction of ptr generics * add more test | ||||
* | 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 |
| |