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
*
add effectsOf to map in the std/sets module (#20760)
ringabout
2022-11-05
1
-1
/
+4
*
ref #20694; quit value gets saturated to ranges (#20753)
ringabout
2022-11-05
16
-64
/
+95
*
fix posix.mq_receive compilation with cpp backend (#20710)
n5m
2022-11-05
2
-24
/
+41
*
revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)
ringabout
2022-11-04
3
-23
/
+21
*
add `effectsOf` to `std/tables` (#20751)
ringabout
2022-11-04
1
-2
/
+6
*
Uri.isIpv6 exported (#20736)
Juan Carlos
2022-11-03
1
-1
/
+1
*
Improve dollar IpAddress (#20729)
Juan Carlos
2022-11-03
1
-10
/
+14
*
Export FileMode (#20726)
Antonis Geralis
2022-11-02
1
-0
/
+1
*
fixes ssl static link regression (#20722)
ringabout
2022-11-01
1
-1
/
+5
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
14
-4
/
+35
*
change `include genode/env` to an import (#20721)
ringabout
2022-11-01
2
-2
/
+2
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
7
-7
/
+9
*
make `system/fatal` importable (#20719)
ringabout
2022-11-01
3
-16
/
+15
*
Improve dollar (#20672)
Juan Carlos
2022-10-31
1
-30
/
+49
*
Improve getDataUri (#20670)
Juan Carlos
2022-10-31
1
-4
/
+12
*
Genode: add scheduleCallbacks to asyncdispatch (#20708)
ehmry
2022-10-31
5
-3
/
+188
*
allow deferred close of nil stream (#20706)
n5m
2022-10-31
1
-4
/
+14
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
4
-3
/
+5
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
5
-15
/
+15
*
follow up #20668; fixes nightlies (#20701)
ringabout
2022-10-31
1
-4
/
+5
*
move threads out of system (#20674)
ringabout
2022-10-29
14
-390
/
+425
*
fix #16264 low(Time) OverflowDefect (#20552)
Bung
2022-10-29
1
-1
/
+1
*
Fix #20628 for Windows (#20667)
Andrey Makarov
2022-10-28
4
-26
/
+29
*
openssl 3 support no longer opt in + some 1.0 support (#20668)
metagn
2022-10-27
2
-45
/
+100
*
Added openarray[char] overloads to std/unicode (#20648)
Jason Beetham
2022-10-27
1
-46
/
+417
*
cleanup os related documentation links (#20663)
ringabout
2022-10-27
3
-27
/
+12
*
fixes #20654 FAMs should not be used in the C++ backend (#20655)
Juan M Gómez
2022-10-25
1
-1
/
+3
*
clean up `std/os` related modules (#20651)
ringabout
2022-10-25
6
-157
/
+140
*
Change both code snippets to use the same test URL (#20647)
Saint
2022-10-25
1
-1
/
+1
*
Implement Unix file regularity check (#20448) (#20628)
Andrey Makarov
2022-10-25
4
-41
/
+61
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
4
-114
/
+481
*
Add better error messages to `std/jsonutils` (#20629)
Jake Leahy
2022-10-24
1
-7
/
+7
*
fix fwrite prototype (#20644)
Jacek Sieka
2022-10-24
2
-2
/
+2
*
fixes the typical (not a == b) bug in the documentation (#20643)
ringabout
2022-10-24
1
-2
/
+2
*
Fix tuple size check in `std/jsonutils` (#20637)
Jake Leahy
2022-10-24
1
-2
/
+12
*
Pass json options to hooks (#20638)
Jake Leahy
2022-10-24
1
-14
/
+16
*
Remove side-effects from sysFatal with panics on (#20632)
Tanguy
2022-10-24
1
-16
/
+17
*
improve error message when using `toTask` with a call with a return value (#2...
ringabout
2022-10-23
1
-1
/
+2
*
add `std/appdirs` (#20618)
ringabout
2022-10-22
1
-0
/
+73
*
add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)
ringabout
2022-10-21
4
-0
/
+522
*
Add `safe` parameter to `base64.encodeMime` (#20559)
Amjad Ben Hedhili
2022-10-21
1
-3
/
+11
*
move procs in os to `appdirs` (#20605)
ringabout
2022-10-20
2
-141
/
+150
*
[std/os] split and re-export (#20593)
ringabout
2022-10-20
6
-2044
/
+2245
*
refactor envvars, oserrors; register vmops (#20592)
ringabout
2022-10-18
3
-339
/
+5
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-1
/
+2
*
[`std/os` clean up] import and export `osseps` (#20580)
ringabout
2022-10-17
3
-2
/
+3
*
Documentation only, dom (#20584)
Juan Carlos
2022-10-17
1
-0
/
+31
*
atomicInc global alloc counters (#20571)
Antonis Geralis
2022-10-16
2
-9
/
+9
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
3
-10
/
+10
*
fixes #3748 (#20563)
Andreas Rumpf
2022-10-14
1
-2
/
+5
[next]