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
*
ORC: added -d:nimOrcStats switch and related API (#23272)
Andreas Rumpf
2024-02-21
4
-18
/
+62
*
Remove count field from Deque (#23318)
Tomohiro
2024-02-20
1
-51
/
+46
*
fixes #23304; uses `snprintf` instead of `sprintf` (#23322)
ringabout
2024-02-20
4
-9
/
+12
*
fixes refc with non-var destructor; cancel warnings (#23156)
ringabout
2024-02-13
2
-2
/
+4
*
Remove mask field from Deque (#23299)
Tomohiro
2024-02-11
1
-5
/
+6
*
Add items and contains to heapqueue (#23296)
Antonis Geralis
2024-02-09
1
-0
/
+15
*
fixes #23275; Add `==` for Deque (#23276)
Tomohiro
2024-02-08
1
-1
/
+28
*
follow up #22380; fixes incorrect usages of `newWideCString` (#23278)
ringabout
2024-02-05
4
-5
/
+6
*
Docs-improve: os.getCurrentCompilerExe replace with clearer short-desc (#23270)
litlighilit
2024-02-02
1
-1
/
+1
*
Additional speed ups of complex.pow (#23264)
Angel Ezquerra
2024-01-29
1
-8
/
+25
*
Update cmdline.nim, fix broken (dragged) doc-reference for getAppFile… (#23...
litlighilit
2024-01-28
1
-4
/
+4
*
clean up goto exceptions; remove the setjmp.h dep (#23259)
ringabout
2024-01-27
3
-35
/
+53
*
Fix system.currentSourcePath() documentation [backport 2.0] (#23243)
rockcavera
2024-01-23
1
-4
/
+5
*
remove unreachable code (#23244)
ringabout
2024-01-22
1
-1
/
+0
*
fixes a broken link in `std/algorithm` (#23246)
ringabout
2024-01-22
1
-1
/
+1
*
Speed up complex.pow when the exponent is 2.0 or 0.5 (#23237)
Angel Ezquerra
2024-01-20
1
-1
/
+5
*
fix mime types data (#23226)
Bung
2024-01-19
1
-1725
/
+851
*
Make std/math classify work without `--passc:-fast-math`. (#23211)
Angel Ezquerra
2024-01-18
1
-3
/
+2
*
workaround arrayWith issues (#23230)
ringabout
2024-01-18
1
-1
/
+2
*
Add `^` operator support for Rational numbers (#23219)
Angel Ezquerra
2024-01-18
1
-0
/
+20
*
fixes #23223; prevents `insert` self-assignment (#23225)
ringabout
2024-01-18
1
-0
/
+2
*
remove unnecessary workaround from `arrayWith` (#23208)
ringabout
2024-01-15
1
-2
/
+1
*
patches for #23129 (#23198)
ringabout
2024-01-11
1
-1
/
+1
*
fixes #22923; fixes `=dup` issues (#23182)
ringabout
2024-01-11
1
-1
/
+2
*
Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181)
Zoom
2024-01-08
1
-7
/
+20
*
fixes #23139; Cannot get repr of range type of enum (#23164)
ringabout
2024-01-05
1
-1
/
+1
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
10
-111
/
+112
*
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
[next]