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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #22210; transform return future in try/finally properly (#22249)
ringabout
2023-07-21
1
-9
/
+48
*
fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294)
ringabout
2023-07-19
1
-2
/
+3
*
fixes #22268; fixes `move` codegen (#22288)
ringabout
2023-07-19
1
-20
/
+8
*
fixes idx properly (#22280)
ringabout
2023-07-14
2
-10
/
+13
*
Fix #22273 (#22275)
Juan Carlos
2023-07-14
1
-1
/
+1
*
fixes #22256; fixes GC_disableOrc overflow (#22257)
ringabout
2023-07-11
1
-1
/
+1
*
Rename `seq.add` parameter to be consistent with `refc` (#22244)
Solitude
2023-07-10
1
-2
/
+2
*
Fix #21401 (#22232)
Juan Carlos
2023-07-07
1
-0
/
+8
*
clean up the documentation (#22196)
ringabout
2023-07-02
1
-13
/
+13
*
Don't throw errors on RST tables in Markdown and RstMarkdown modes (#22165)
Andrey Makarov
2023-06-28
1
-10
/
+34
*
Revert "fix struct stat" (#22171)
Andreas Rumpf
2023-06-27
1
-1
/
+0
*
adds =destroy T support for strings and seqs (#22167)
ringabout
2023-06-27
1
-1
/
+7
*
fix Sigaction struct definition (#22160)
Jacek Sieka
2023-06-27
1
-2
/
+8
*
uint arithmetic for pointers (#22159)
Jacek Sieka
2023-06-27
2
-2
/
+2
*
fix struct stat (#22161)
Jacek Sieka
2023-06-27
1
-0
/
+1
*
fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...
ringabout
2023-06-27
2
-6
/
+10
*
adds T destructor for refs (#22147)
ringabout
2023-06-26
1
-0
/
+4
*
Fix regression in `std/times` (#22155)
Jake Leahy
2023-06-26
1
-2
/
+2
*
rm zero-extension and uint conversions deprecated since 0.19.9 (#22151)
tersec
2023-06-25
1
-56
/
+0
*
fixes :idx: index in in modules (2.0 regression) and in markdown files (pers...
ringabout
2023-06-22
2
-6
/
+15
*
fix #20023 hash for generic tables (#20346)
Bung
2023-06-21
1
-0
/
+15
*
`strutils.split/rsplit` now return src on an empty sep (#22136)
Zoom
2023-06-21
1
-23
/
+37
*
allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...
ringabout
2023-06-21
3
-16
/
+38
*
Amend divmod (#22131)
Ryan McConnell
2023-06-20
1
-1
/
+6
*
fixes #22123; Compiler bug with default initializer values and arrays (#22128)
ringabout
2023-06-20
1
-2
/
+5
*
Add divmod (#22102)
Ryan McConnell
2023-06-17
1
-0
/
+38
*
added new experimental API isUniqueRef (#21812)
Andreas Rumpf
2023-06-16
1
-0
/
+12
*
bump NimVersion to 1.9.5 (#22112)
Miran
2023-06-16
1
-1
/
+1
*
Revert the .inline semantics change (#22104)
Juan Carlos
2023-06-15
1
-20
/
+11
*
use TimeInterval instead of Duration for calculating ISO week date (#22091)
metagn
2023-06-14
1
-17
/
+30
*
fix timezone in initDateTime for ISO week date (#22090)
metagn
2023-06-13
1
-1
/
+1
*
avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)
Etan Kissling
2023-06-10
1
-10
/
+11
*
`BackwardsIndex` overload for `CacheSeq.[]` (#22043)
Jake Leahy
2023-06-10
1
-0
/
+13
*
Remove Deprecated Nimfix (#22062)
Juan Carlos
2023-06-10
1
-7
/
+4
*
add const RLIMIT_STACK (#21772)
Qinsi (James) ZHU
2023-06-09
2
-0
/
+2
*
Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)
litlighilit
2023-06-09
1
-5
/
+10
*
make `move` use `=wasMoved` internally (#22032)
ringabout
2023-06-09
1
-5
/
+20
*
Remove debug echo from with (#22047)
Antonis Geralis
2023-06-08
1
-1
/
+0
*
Nested `with` blocks (#22042)
awr1
2023-06-08
2
-6
/
+24
*
fixes overriden typo (#22044)
ringabout
2023-06-08
1
-1
/
+1
*
small fixes for atomicArc (#22017)
ringabout
2023-06-06
7
-12
/
+12
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
2
-3
/
+3
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
2
-6
/
+2
*
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...
ringabout
2023-06-01
4
-6
/
+6
*
handle out of range value for `COLUMNS` / `LINES` (#21968)
Etan Kissling
2023-05-31
1
-2
/
+2
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
2
-4
/
+4
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
2
-2
/
+2
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
1
-4
/
+22
*
fixes #21734; backport (#21957)
Andreas Rumpf
2023-05-29
2
-3
/
+3
*
Suggest files and paths modules (#21950)
Federico Ceratto
2023-05-29
3
-0
/
+7
[next]