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
...
*
[minor] documentation improvement (#20825)
ringabout
2022-11-12
1
-4
/
+4
*
support `UncheckedArray[T]` in repr_v2.nim (#20816)
Derek 呆
2022-11-11
1
-1
/
+4
*
[sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)
Vindaar
2022-11-10
1
-3
/
+13
*
fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)
ringabout
2022-11-10
1
-2
/
+2
*
remove name field for ARC (#20797)
ringabout
2022-11-09
2
-2
/
+4
*
Use same defaults as JS for fetch options (#20783)
Jake Leahy
2022-11-09
1
-3
/
+3
*
clean up `system/arc` (#20792)
ringabout
2022-11-09
1
-37
/
+0
*
implements display based subtype checking (6.4x faster without threads; 2.8x ...
ringabout
2022-11-08
2
-16
/
+5
*
fixes nightlies regression; patches for freebsd (#20786)
ringabout
2022-11-08
1
-0
/
+12
*
fixes #20694; the `exit` function now takes `cint` type (#20775)
ringabout
2022-11-07
1
-8
/
+7
*
Export trace member of exception type to allow custom stack trace entries (#2...
Ico Doornekamp
2022-11-07
1
-2
/
+2
*
fixes pre-existing `quit` documentation regression [backport] (#20763)
ringabout
2022-11-06
1
-3
/
+3
*
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
[prev]
[next]