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 wrong indentation (#23145)
ringabout
2023-12-31
1
-104
/
+104
*
Fix typo in pegs.nim (#23143)
Ikko Eltociear Ashimine
2023-12-30
1
-3
/
+3
*
Fix cmpRunesIgnoreCase on system where sizeof(int) < 4. Fixes #23125. (#23138)
Gianmarco
2023-12-28
1
-1
/
+6
*
make `-d:debugHeapLinks` compile again (#23126)
ringabout
2023-12-24
1
-4
/
+6
*
fix spurious indent and newlines in rendering of nkRecList (#23121)
metagn
2023-12-24
1
-2
/
+1
*
Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)
Eric N. Vander Weele
2023-12-24
1
-0
/
+22
*
allow non var deinit for locks and conds: alternative way (#23099)
ringabout
2023-12-19
3
-17
/
+17
*
Fix grammar (#23090)
Stephen
2023-12-18
1
-1
/
+1
*
Show the name of the unexpected exception that was thrown in `std/unittest` (...
Jake Leahy
2023-12-17
1
-1
/
+2
*
Mark `macros.error` as `.noreturn.` (#23081)
Jake Leahy
2023-12-17
1
-1
/
+6
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-0
/
+3
*
rationals: support Rational[SomeUnsignedInt] (#23046)
shirleyquirk
2023-12-15
1
-6
/
+6
*
Param match relax (#23033)
Ryan McConnell
2023-12-15
1
-2
/
+3
*
fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)
ringabout
2023-12-13
1
-1
/
+1
*
Don't recurse into inner functions during asyncjs transform (#23036)
Jake Leahy
2023-12-06
1
-0
/
+2
*
strutils.multiReplace: Making order of replacement explicit (#23022)
Joachim Hereth
2023-12-02
1
-2
/
+3
*
related #22534; fixes documentation rendering of custom number literal routin...
Erich Reitz
2023-12-01
1
-11
/
+12
*
fixes #22852; real bugfix is tied to bug #22672 (#23013)
Andreas Rumpf
2023-11-30
1
-1
/
+4
*
fixes #23006; newSeqUninit -> CT Error; imitate `newStringUninit` (#23007)
ringabout
2023-11-30
1
-1
/
+4
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
2
-3
/
+6
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
2
-4
/
+65
*
Silence several Hint[Performance] warnings (#23003)
c-blake
2023-11-29
4
-6
/
+5
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
2
-0
/
+7
*
fix: std/marshal unmarshaling of ref objects (#22983)
John Viega
2023-11-26
1
-1
/
+2
*
remove unnecessary side-effects from base64.encode(mime) (#22986)
tersec
2023-11-25
1
-12
/
+4
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
1
-9
/
+14
*
let `InotifyEvent` type `sizeof`-able (#22958)
Derek
2023-11-18
1
-1
/
+2
*
Fix OSError `errorCode` field is not assigned a value (#22954)
握猫猫
2023-11-17
5
-48
/
+48
*
'j' format specifier docs (#22928)
Angel Ezquerra
2023-11-17
2
-5
/
+11
*
fixes #22932; treats closure iterators as pointers (#22934)
ringabout
2023-11-14
1
-2
/
+2
*
Add strformat support for Complex numbers (#22924)
Angel Ezquerra
2023-11-10
1
-1
/
+36
*
reserve `sysFatal` for `Defect` (#22158)
Jacek Sieka
2023-11-06
4
-18
/
+15
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
4
-4
/
+10
*
fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904)
ringabout
2023-11-04
1
-1
/
+4
*
Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)
Yardanico
2023-11-01
2
-11
/
+26
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
4
-7
/
+11
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
137
-263
/
+265
*
NIR: VM + refactorings (#22835)
Andreas Rumpf
2023-10-29
1
-2
/
+2
*
Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)
Yardanico
2023-10-29
1
-1
/
+1
*
fixes #22868; fixes `std/nre` leaks under ARC/ORC (#22872)
ringabout
2023-10-27
1
-0
/
+2
*
deprecate htmlparser (#22870)
ringabout
2023-10-26
1
-0
/
+2
*
fixes #22856; enables `-d:nimStrictDelete` (#22858)
ringabout
2023-10-24
1
-5
/
+1
*
fixes `system.delete` that raises defects (#22857)
ringabout
2023-10-23
1
-1
/
+1
*
fix use after free (#22854)
握猫猫
2023-10-23
1
-2
/
+2
*
explicitly import using `std/` in `tempfiles.nim` (#22851)
Vindaar
2023-10-20
1
-1
/
+1
*
fixes #22844; uses arrays to store holeyenums for iterations; much more effic...
ringabout
2023-10-20
1
-1
/
+1
*
fix #22834 (#22843)
rockcavera
2023-10-20
1
-9
/
+38
*
fixes #22836; Unnecessary warning on 'options.none' with 'strictDefs'… (#22...
ringabout
2023-10-18
1
-1
/
+1
*
the compiler can be compiled with vcc (#22832)
Juan M Gómez
2023-10-16
1
-1
/
+1
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
2
-1
/
+4
[next]