Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `--nilseqs` is now a deprecated noop (#17211) | Timothee Cour | 2021-03-01 | 1 | -1/+0 |
| | | | | | * --nilseqs is now a deprecated noop * fix tests; fix: future => sugar | ||||
* | remove tests/deps/ (#17132) | Timothee Cour | 2021-02-23 | 1 | -5/+10 |
| | | | | | | | | | * remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup | ||||
* | addQuitProc => addExitProc (#16765) | Timothee Cour | 2021-01-22 | 2 | -2/+8 |
| | |||||
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 2 | -4/+4 |
| | | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583) | Andreas Rumpf | 2021-01-04 | 4 | -5/+25 |
| | | | | | * make --gc:arc --exceptions:quirky work again [backport:1.4] * fixes #16404 [backport:1.4] | ||||
* | fixed article duplication typos (#16216) | ihlec | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | remove a condition that table size must be passed as power of 2 (#14926) | Miran | 2020-07-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | * remove a condition that table size must be passed as power of 2 * remove power-of-2 condition from sets and sharedtables * remove power-of-2 condition from deques * use 'correctSize' for both branches * prettify changelog.md and fix typos * add a changelog entry * fix double-call of 'right-size' * fix the same thing in sets.nim * introduce a new internal proc `slotsNeeded` Deprecate the public proc `rightSize`, which is not needed anymore. Now it is an identity function, allowing the old code to work correctly and without extra allocations. | ||||
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 3 | -3/+3 |
| | |||||
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 8 | -11/+11 |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | ||||
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 3 | -4/+4 |
| | | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff | ||||
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 2 | -5/+5 |
| | | | | | | | This pragma did nothing. Ref: - https://github.com/nim-lang/Nim/issues/2172#issuecomment-383276469 - https://github.com/nim-lang/Nim/issues/12975 | ||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 4 | -7/+7 |
| | |||||
* | 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 | ||||
* | introduce csize_t instead of fixing csize (#12497) | Arne Döring | 2019-10-31 | 2 | -41/+38 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Revert "Fixes #12187 (#12321)" (#12447) | Andreas Rumpf | 2019-10-18 | 1 | -1/+1 |
| | | | This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb. | ||||
* | Fixes #12187 (#12321) | Clyybber | 2019-10-08 | 1 | -1/+1 |
| | | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only | ||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 2 | -5/+5 |
| | |||||
* | Fixed #9762 (#11296) | Yuriy Glukhov | 2019-05-29 | 1 | -0/+3 |
| | |||||
* | cleanup keineschweine test; removes unused module | Araq | 2019-05-24 | 1 | -295/+0 |
| | |||||
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 1 | -4/+0 |
| | | | | | * move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions | ||||
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Remove long deprecated stuff (#10332) | Miran | 2019-01-18 | 1 | -2/+3 |
| | |||||
* | better docs: sequtils | narimiran | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | remove deprecated modules (#10215) | Miran | 2019-01-07 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | * removed from `compiler`: * lists (deprecated 2 years ago) * removed from `lib` (all deprecated 3 years ago): * ssl * matchers * httpserver * removed from `lib/deprecated`: * unsigned * actors (and three accompanying tests) * parseurl * moved to `lib/deprecated`: * securehash (the reason for not directly removing - it was deprecated (only) one year ago) | ||||
* | Dead code elimination for entire modules and their init procs if empty (#10032) | cooldome | 2018-12-30 | 1 | -1/+5 |
| | | | | | | * fixes #9798 * Change order of write modules * Move datInit calls ahead of initStackBottom | ||||
* | make tests green; better output for when megatest execution fails | Araq | 2018-12-11 | 4 | -4/+4 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 16 | -16/+16 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 7 | -25/+25 |
| | |||||
* | make nake test compile again | Araq | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 2 | -1/+2 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 3 | -9/+9 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 4 | -8/+12 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 8 | -86/+86 |
| | |||||
* | make tests green again | Araq | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-30 | 3 | -4/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-04-28 | 1 | -6/+6 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 11 | -11/+6 |
| | |||||
* | make more tests green | Araq | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -2/+3 |
| | |||||
* | Make countLines() the same as len(splitLines(s)) (#5470) | Simon Krauter | 2017-03-03 | 1 | -1/+1 |
| | | | | | The result of countLines() is now increased by 1 compared to the old version. Fixes #5460. | ||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 2 | -2/+2 |
| | |||||
* | Always use https:// in git clone | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | | | git:// is unencrypted. | ||||
* | make test compile with latest opengl version | Andreas Rumpf | 2016-07-30 | 3 | -3/+3 |
| | |||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 4 | -4/+5 |
| | |||||
* | make test green | Andreas Rumpf | 2016-05-30 | 1 | -2/+2 |
| | |||||
* | Removed local TAU constant. | gmpreussner | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
|\ | | | | | nimrod -> nim |