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
*
nimIoselector option (#22395)
Bung
2023-08-07
1
-1
/
+12
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
7
-10
/
+14
*
Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-fr...
norrath-hero-cn
2023-08-05
1
-1
/
+1
*
Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...
konsumlamm
2023-08-06
4
-16
/
+16
*
Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)
Tomohiro
2023-08-04
1
-4
/
+17
*
fixes AddressSanitizer: global-buffer-overflow in getAppFilename on windows 1...
norrath-hero-cn
2023-08-04
1
-2
/
+2
*
Make `repr(HSlice)` always available (#22332)
konsumlamm
2023-08-04
2
-10
/
+10
*
fixes #22360; compare with the half of randMax (#22361)
ringabout
2023-08-02
1
-4
/
+1
*
Fix the position of "Grey" in colors.nim (#22358)
Michal Maršálek
2023-08-01
1
-2
/
+2
*
bump the devel version to 211 (#22356)
ringabout
2023-08-01
1
-3
/
+3
*
fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...
ringabout
2023-08-01
1
-1
/
+1
*
remove thread duplicated code (#22348)
Bung
2023-07-31
1
-5
/
+0
*
implement `ensureMove` (#22339)
ringabout
2023-07-29
1
-0
/
+10
*
Remove declared and not used variable in packedsets.bitincl (#22334)
Eric N. Vander Weele
2023-07-27
1
-1
/
+0
*
fixes docs (#22331)
ringabout
2023-07-26
1
-1
/
+1
*
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
[next]