index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
changelog.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove define for jsfetch (#19530)
Juan Carlos
2022-02-25
1
-1
/
+1
*
Remove Deprecated jsre func (#19551)
Juan Carlos
2022-02-25
1
-1
/
+1
*
Remove deprecated math.c_frexp (#19518)
Juan Carlos
2022-02-14
1
-0
/
+3
*
Remove Deprecated oids.oidsToString (#19519)
Juan Carlos
2022-02-14
1
-0
/
+2
*
use OrderedTable instead of OrderedTableRef for mimedb (#19522)
David Krause
2022-02-14
1
-0
/
+2
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+2
*
Added `std/envvars` for env vars handling (#19421)
flywind
2022-01-20
1
-2
/
+2
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
1
-0
/
+2
*
improve changelog a bit (#19400)
flywind
2022-01-17
1
-3
/
+1
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-0
/
+3
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
1
-0
/
+1
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
1
-0
/
+1
*
Add Week-Of-Year Implementation to Times Module (#17223)
Carlo Capocasa
2022-01-03
1
-0
/
+6
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
1
-0
/
+3
*
Update colors.nim (#19274)
MichalMarsalek
2021-12-20
1
-0
/
+2
*
let Nim support Nimble 0.14 with lock-file support [backport:1.6] (#19236)
Andreas Rumpf
2021-12-10
1
-0
/
+4
*
added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)
Andreas Rumpf
2021-12-10
1
-0
/
+2
*
remove `std/sharedstrings` (#19228)
flywind
2021-12-09
1
-0
/
+2
*
fixes #19015 [backport:1.6] (#19204)
Andreas Rumpf
2021-12-04
1
-0
/
+3
*
renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)
Andreas Rumpf
2021-11-24
1
-2
/
+3
*
parseExpr/parseStmt accept filename, fixes #13540 (#19182)
hlaaftana
2021-11-24
1
-0
/
+3
*
make JS trunc polyfill opt-in, closes #16144 (#19183)
hlaaftana
2021-11-24
1
-1
/
+7
*
`caseStmtMacros` no longer experimental, experimental manual refactor (#19173)
hlaaftana
2021-11-23
1
-0
/
+2
*
Accept nnkTypeSection from typedef macro pragmas (#19168)
hlaaftana
2021-11-22
1
-1
/
+30
*
Added support for sending "ehlo" and receiving multiline "ehlo" response. (#1...
David Krause
2021-11-03
1
-0
/
+2
*
define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)
Timothee Cour
2021-10-17
1
-1
/
+2
*
[backport] add v1.6 changelog (#18932)
Miran
2021-10-13
1
-537
/
+1
*
rename nimEnableHashRef [backport] (#18941)
flywind
2021-10-04
1
-1
/
+2
*
correct changelog [backport] (#18940)
flywind
2021-10-04
1
-1
/
+1
*
rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)
flywind
2021-10-01
1
-2
/
+1
*
add changelog entry for #18656 (#18839) [backport]
Christian Ulrich
2021-09-13
1
-0
/
+5
*
distros.foreignDeps made public (#18830)
Juan Carlos
2021-09-10
1
-0
/
+1
*
remove channels (#18801)
flywind
2021-09-04
1
-2
/
+0
*
documented overloadable enums and changelog improvements (#18797)
Andreas Rumpf
2021-09-04
1
-22
/
+29
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
1
-0
/
+7
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-0
/
+17
*
Implement RFC-413 (#18749)
Juan Carlos
2021-08-26
1
-0
/
+3
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
1
-0
/
+4
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
1
-0
/
+2
*
allow building 1.4.0 from devel (#18708)
Timothee Cour
2021-08-18
1
-0
/
+3
*
cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...
Timothee Cour
2021-08-16
1
-0
/
+3
*
Switch maintanance (#18668)
RSDuck
2021-08-11
1
-0
/
+3
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
1
-0
/
+3
*
fix #17072: add times.dateTime with ISO 8601 order (#18590)
Timothee Cour
2021-07-28
1
-1
/
+5
*
fixes #18543 (#18601)
Andreas Rumpf
2021-07-27
1
-1
/
+0
*
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
Timothee Cour
2021-07-23
1
-2
/
+2
*
fixes #12815 (#18554)
Andreas Rumpf
2021-07-22
1
-0
/
+3
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
1
-0
/
+4
*
unary slices get a deprecation period (#18549)
Andreas Rumpf
2021-07-21
1
-2
/
+1
*
undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...
Andreas Rumpf
2021-07-21
1
-5
/
+4
[next]