Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Make clearCallbacks() public. (#7753) | Eugene Kabanov | 2018-05-03 | 1 | -1/+1 | |
| * | | | | fixed high level sendTo for sending to udp6 (#7630) | David Krause | 2018-05-02 | 1 | -3/+2 | |
| * | | | | Fixes for #7747 - finish.exe issues (#7748) | genotrance | 2018-05-02 | 1 | -15/+16 | |
* | | | | | make Nimble not crash after the refactoring | Andreas Rumpf | 2018-05-05 | 2 | -2/+3 | |
* | | | | | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 17 | -1879/+93 | |
* | | | | | compiler/msgs.nim: minor code cleanup | Andreas Rumpf | 2018-05-05 | 1 | -105/+105 | |
* | | | | | warn about inconsistent spacing around binary operators; fixes #7582 | Andreas Rumpf | 2018-05-05 | 12 | -27/+28 | |
* | | | | | 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 | |
* | | | | fixes #7730, fixes #7746 | Araq | 2018-05-02 | 1 | -2/+2 | |
* | | | | Fix renderer's errors (#7742) | Dmitry Atamanov | 2018-05-01 | 2 | -6/+9 | |
* | | | | 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 |