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
/
tests
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)
ringabout
2024-05-27
1
-0
/
+36
*
fixes testament matrix doesn't work with other backends which left many JS te...
ringabout
2024-05-14
3
-3
/
+7
*
adds Nim-related mimetypes back (#23589)
ringabout
2024-05-10
1
-0
/
+5
*
Add Complex version of almostEqual function (#23549)
Angel Ezquerra
2024-05-08
1
-0
/
+3
*
rework `wasMoved`, `move` on the JS backend (#23577)
ringabout
2024-05-08
1
-11
/
+23
*
fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)
ringabout
2024-05-03
1
-0
/
+17
*
Fix std/base64.decode out of bounds read (#23526)
bptato
2024-04-22
1
-0
/
+2
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
1
-0
/
+47
*
Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...
lit
2024-04-06
1
-0
/
+4
*
fixes #16771; lower `swap` for JS backend (#23473)
ringabout
2024-04-03
1
-0
/
+19
*
strformat: detect format string errors at compile-time (#23356)
Jacek Sieka
2024-03-03
1
-1
/
+14
*
fixes #23275; Add `==` for Deque (#23276)
Tomohiro
2024-02-08
1
-0
/
+49
*
fix mime types data (#23226)
Bung
2024-01-19
1
-0
/
+3
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-1
/
+2
*
rationals: support Rational[SomeUnsignedInt] (#23046)
shirleyquirk
2023-12-15
1
-0
/
+9
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
1
-0
/
+16
*
fix: std/marshal unmarshaling of ref objects (#22983)
John Viega
2023-11-26
1
-1
/
+41
*
remove unnecessary side-effects from base64.encode(mime) (#22986)
tersec
2023-11-25
1
-0
/
+4
*
fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...
ringabout
2023-11-19
1
-16
/
+19
*
fixes #22947; static integers in quote do [backport] (#22948)
ringabout
2023-11-18
1
-0
/
+13
*
fixes #22932; treats closure iterators as pointers (#22934)
ringabout
2023-11-14
1
-1
/
+7
*
closes #16919; followup #16820, test tsugar on all backends (#22829)
ringabout
2023-10-16
1
-8
/
+8
*
fixes #22778 regression: contentLength implementation type mismatched (#22780)
ringabout
2023-10-03
1
-0
/
+1
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
1
-2
/
+4
*
fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...
ringabout
2023-09-21
1
-0
/
+4
*
make parseEnum skip type aliases for enum type sym (#22727)
metagn
2023-09-19
1
-4
/
+15
*
docgen: add Pandoc footnotes (fixes #21080) (#22591)
Andrey Makarov
2023-09-03
2
-3
/
+70
*
Add staticFileExists and staticDirExists (#22278)
Tomohiro
2023-08-18
1
-0
/
+8
*
fix #19304 Borrowing std/times.format causes Error: illformed AST (#20659)
Bung
2023-08-10
1
-0
/
+7
*
Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)
Tomohiro
2023-08-04
1
-0
/
+32
*
Make `repr(HSlice)` always available (#22332)
konsumlamm
2023-08-04
1
-2
/
+4
*
fixes #22360; compare with the half of randMax (#22361)
ringabout
2023-08-02
1
-0
/
+18
*
fixes #19101; zero initialization union casts (#22185)
ringabout
2023-06-29
1
-0
/
+26
*
Don't throw errors on RST tables in Markdown and RstMarkdown modes (#22165)
Andrey Makarov
2023-06-28
1
-5
/
+28
*
Fix regression in `std/times` (#22155)
Jake Leahy
2023-06-26
1
-0
/
+4
*
fix VM uint conversion size bug, stricter int gen on JS (#22150)
metagn
2023-06-25
1
-0
/
+3
*
fix #20023 hash for generic tables (#20346)
Bung
2023-06-21
1
-0
/
+10
*
`strutils.split/rsplit` now return src on an empty sep (#22136)
Zoom
2023-06-21
2
-12
/
+11
*
Amend divmod (#22131)
Ryan McConnell
2023-06-20
1
-4
/
+11
*
Add divmod (#22102)
Ryan McConnell
2023-06-17
1
-1
/
+9
*
add const RLIMIT_STACK (#21772)
Qinsi (James) ZHU
2023-06-09
1
-0
/
+24
*
Nested `with` blocks (#22042)
awr1
2023-06-08
1
-0
/
+16
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
7
-34
/
+77
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
1
-1
/
+2
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
1
-0
/
+14
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
1
-0
/
+6
*
Weekday parse/format (replacement) (#21857)
Carlo Capocasa
2023-05-21
1
-0
/
+24
*
tasks that support return values (#21859)
Andreas Rumpf
2023-05-17
1
-0
/
+18
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
4
-37
/
+48
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
1
-2
/
+1
[next]