Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sequtils.zip return seq of anonymous tuples (#12575) | Kaushal Modi | 2019-11-04 | 1 | -1/+1 |
| | | | | | | | | | | * Make sequtils.zip return seq of anonymous tuples Earlier the tuples had named fields "a" and "b" and that made it difficult to assign the zip returned seqs to other vars which expected seqs of tuples with field names other than "a" and "b". * Make sequtils.zip backwards compatible with Nim 1.0.x | ||||
* | lots of small changes | Arne Döring | 2018-12-11 | 2 | -2/+2 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 1 | -5/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-04-28 | 1 | -6/+6 |
| | |||||
* | make more tests green | Araq | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Fix tests a bit more | def | 2015-03-10 | 1 | -4/+4 |
| | |||||
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Update a use of initTable to avoid initial enlarge. | Charles Blake | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | made some tests green | Araq | 2014-09-21 | 1 | -32/+32 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 1 | -3/+3 |
| | |||||
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -0/+0 |
| | |||||
* | attempt to make some tests green | Araq | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | nil->discard | Araq | 2014-02-15 | 1 | -2/+2 |
| | |||||
* | fixes #385 | Araq | 2013-06-03 | 1 | -0/+494 |
| | |||||
* | revert new scope for 'if' | Araq | 2013-05-02 | 1 | -0/+87 |
| | |||||
* | bugfixes mostly JS related | Araq | 2013-05-01 | 1 | -0/+1 |