summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Add Week-Of-Year Implementation to Times Module (#17223)Carlo Capocasa2022-01-031-0/+6
* Allow full commands and blocks in type sections (#19181)hlaaftana2022-01-021-0/+3
* Update colors.nim (#19274)MichalMarsalek2021-12-201-0/+2
* let Nim support Nimble 0.14 with lock-file support [backport:1.6] (#19236)Andreas Rumpf2021-12-101-0/+4
* added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)Andreas Rumpf2021-12-101-0/+2
* remove `std/sharedstrings` (#19228)flywind2021-12-091-0/+2
* fixes #19015 [backport:1.6] (#19204)Andreas Rumpf2021-12-041-0/+3
* renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)Andreas Rumpf2021-11-241-2/+3
* parseExpr/parseStmt accept filename, fixes #13540 (#19182)hlaaftana2021-11-241-0/+3
* make JS trunc polyfill opt-in, closes #16144 (#19183)hlaaftana2021-11-241-1/+7
* `caseStmtMacros` no longer experimental, experimental manual refactor (#19173)hlaaftana2021-11-231-0/+2
* Accept nnkTypeSection from typedef macro pragmas (#19168)hlaaftana2021-11-221-1/+30
* Added support for sending "ehlo" and receiving multiline "ehlo" response. (#1...David Krause2021-11-031-0/+2
* define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)Timothee Cour2021-10-171-1/+2
* [backport] add v1.6 changelog (#18932)Miran2021-10-131-537/+1
* rename nimEnableHashRef [backport] (#18941)flywind2021-10-041-1/+2
* correct changelog [backport] (#18940)flywind2021-10-041-1/+1
* rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)flywind2021-10-011-2/+1
* add changelog entry for #18656 (#18839) [backport]Christian Ulrich2021-09-131-0/+5
* distros.foreignDeps made public (#18830)Juan Carlos2021-09-101-0/+1
* remove channels (#18801)flywind2021-09-041-2/+0
* documented overloadable enums and changelog improvements (#18797)Andreas Rumpf2021-09-041-22/+29
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-031-0/+7
* strict effects (#18777)Andreas Rumpf2021-09-021-0/+17
* Implement RFC-413 (#18749)Juan Carlos2021-08-261-0/+3
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-251-0/+4
* Add ceilDiv to math (#18596)Tomohiro2021-08-191-0/+2
* allow building 1.4.0 from devel (#18708)Timothee Cour2021-08-181-0/+3
* cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...Timothee Cour2021-08-161-0/+3
* Switch maintanance (#18668)RSDuck2021-08-111-0/+3
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-291-0/+3
* fix #17072: add times.dateTime with ISO 8601 order (#18590)Timothee Cour2021-07-281-1/+5
* fixes #18543 (#18601)Andreas Rumpf2021-07-271-1/+0
* rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)Timothee Cour2021-07-231-2/+2
* fixes #12815 (#18554)Andreas Rumpf2021-07-221-0/+3
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-0/+4
* unary slices get a deprecation period (#18549)Andreas Rumpf2021-07-211-2/+1
* undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...Andreas Rumpf2021-07-211-5/+4
* updated the changelog (#18539)Andreas Rumpf2021-07-201-3/+0
* fixed system.delete (#18507)Andreas Rumpf2021-07-181-1/+12
* deprecate strutils.delete and add an overload with saner semantics consistent...Timothee Cour2021-07-181-1/+1
* Revert #17398 and #17402 (#18480)Miran2021-07-181-3/+0
* make dragonbox opt-in via -d:nimFpRoundtrips (#18504)Andreas Rumpf2021-07-161-6/+6
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-1/+2
* deprecate `sequtils.delete` and add an overload with saner semantics consiste...Timothee Cour2021-07-151-0/+3
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-151-0/+3
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-0/+2
* Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)Miran2021-07-081-3/+0
* improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (...Timothee Cour2021-07-081-1/+1
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-0/+4