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 #4695; closure iterators support for JS backend (#23493)
ringabout
2024-04-18
1
-0
/
+4
*
allow Nix builds by not calling git in isGitRepo for Nimble (#23515)
Jakub
2024-04-18
1
-10
/
+3
*
strictdefs for `repr` so that it can used for debugging purposes in t… (#23...
ringabout
2024-04-15
1
-2
/
+2
*
fixes #23487; JS chckNilDisp is wrong (#23490)
ringabout
2024-04-13
1
-1
/
+1
*
fix JSON deep copy description (#23495)
Pouriya Jamshidi
2024-04-12
1
-1
/
+1
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
2
-1
/
+13
*
Better documentation for typedthreads module (#23483)
Antoine Delègue
2024-04-11
1
-27
/
+67
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...
lit
2024-04-06
1
-1
/
+1
*
remove `internalNew` from system (#23475)
ringabout
2024-04-04
1
-3
/
+0
*
fixes #16771; lower `swap` for JS backend (#23473)
ringabout
2024-04-03
1
-3
/
+1
*
Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456)
lit
2024-04-03
1
-1
/
+4
*
dynlib keeps exported functions alive in emscripten (#23469)
ringabout
2024-04-02
1
-5
/
+12
*
Fix compile time errors when using tables on 8/16-bits systems. (#23450)
Gianmarco
2024-03-28
1
-1
/
+4
*
Change unicode lookup tables to have int32 elements to support platforms wher...
Gianmarco
2024-03-25
2
-9
/
+9
*
fix atomicarc increment (#23427)
Jaremy Creechley
2024-03-25
1
-1
/
+1
*
Adds support for custom ASTs in the Nim parser (#23417)
Andreas Rumpf
2024-03-18
1
-1
/
+1
*
chore: fix some typos (#23412)
soonsouth
2024-03-16
1
-2
/
+2
*
fix BigInt conversion, xOffset/yOffset to int from int64 (#23404)
Chancy K
2024-03-15
1
-1
/
+1
*
Fix #23381, Use `sink` and `lent` to avoid Future[object] making a copy (#23389)
握猫猫
2024-03-14
1
-10
/
+16
*
fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380)
ringabout
2024-03-09
1
-2
/
+2
*
fix `isAbsolute` broken when `nodejs` on Windows (#23365)
litlighilit
2024-03-04
1
-3
/
+3
*
ref #23333; fixes AF_INET6 value on Linux (#23334)
ringabout
2024-03-03
1
-1
/
+1
*
Update browsers.nim, deprecate unimplemented `openDefaultBrowser()` (#23332)
litlighilit
2024-03-03
1
-14
/
+25
*
strformat: detect format string errors at compile-time (#23356)
Jacek Sieka
2024-03-03
1
-39
/
+97
*
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
[next]