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
*
privateAccess now works with ref | ptr (#17760)
Timothee Cour
2021-04-19
3
-8
/
+120
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
1
-2
/
+21
*
replace defer with try ... finally (#17753)
flywind
2021-04-17
1
-2
/
+9
*
fix nim CI following #17455 (same postmortem as #17721) (#17740)
Timothee Cour
2021-04-16
1
-6
/
+2
*
refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...
Timothee Cour
2021-04-16
1
-12
/
+38
*
std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)
Timothee Cour
2021-04-16
2
-6
/
+22
*
start using import {.all.} (#17736)
Timothee Cour
2021-04-16
1
-0
/
+19
*
rst indentation fixes (ref #17340) (#17715)
Andrey Makarov
2021-04-15
2
-2
/
+196
*
add number literal jsbigints.big (#17707)
Timothee Cour
2021-04-13
1
-3
/
+3
*
followup strformat PR. backslash escapes, tests, docs (#17700)
shirleyquirk
2021-04-12
1
-2
/
+60
*
restyle RST option lists (#17637)
Andrey Makarov
2021-04-10
1
-12
/
+23
*
add std/tasks (#17447)
flywind
2021-04-09
1
-0
/
+506
*
make repr handle setters `foo=` (#17683)
Timothee Cour
2021-04-09
1
-0
/
+9
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-0
/
+36
*
use sink and lent in deques (#17661)
flywind
2021-04-07
1
-2
/
+51
*
ref #14873 (#17644)
flywind
2021-04-06
2
-3
/
+7
*
fix :number-lines: regression (#17639)
Andrey Makarov
2021-04-05
1
-0
/
+10
*
fix #16693: testament spec nimout too lax (#16698)
flywind
2021-04-04
2
-1
/
+6
*
fix rst option list at EOF (follow-up #17442) (#17638)
Andrey Makarov
2021-04-04
1
-0
/
+2
*
fix #14850: `repr` now correctly renders `do` (#17623)
Timothee Cour
2021-04-03
1
-0
/
+49
*
repr: fix rendering of `'big`, `=destroy` etc (#17624)
Timothee Cour
2021-04-03
1
-0
/
+18
*
enable syntax highlighting for inline code (#17585)
Andrey Makarov
2021-04-02
1
-10
/
+63
*
new `genAst` as replacement for `quote do` (#17426)
Timothee Cour
2021-04-02
2
-0
/
+322
*
Fix #17017 (math edge cases) (#17588)
konsumlamm
2021-04-01
1
-7
/
+38
*
jsonutils: support cstring (including as Table key); improve docs (#16062)
Timothee Cour
2021-03-31
2
-5
/
+9
*
add getPort to resolve Port(0) (#17559)
Timothee Cour
2021-03-30
1
-2
/
+1
*
[std/uri]fix #17481 (#17568)
flywind
2021-03-29
1
-0
/
+11
*
RST: enable parsing of prefix roles (ref #17340) (#17514)
Andrey Makarov
2021-03-29
1
-0
/
+41
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+92
*
fix #14010(fix std/registry + arc) (#17551)
flywind
2021-03-29
1
-0
/
+15
*
Add a getter for all defined Sections in parsecfg (#15450)
Ardek Romak
2021-03-28
1
-14
/
+9
*
fix flaky tnetconnect which sometimes failed with: No route to host [OSError]...
Timothee Cour
2021-03-27
1
-2
/
+3
*
Fix #17199 (#17348)
Clyybber
2021-03-26
1
-15
/
+27
*
fix RST parsing after option lists (#17442)
Andrey Makarov
2021-03-25
1
-0
/
+49
*
fix #17260 render `\` properly in nim doc, rst2html (#17315)
Timothee Cour
2021-03-24
1
-2
/
+20
*
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
Timothee Cour
2021-03-24
1
-1
/
+1
*
[isolation]fix empty ref object bug (#17471)
flywind
2021-03-24
1
-0
/
+8
*
fix #17490 (#17491)
flywind
2021-03-24
1
-0
/
+11
*
add algorithm.merge (#16182)
flywind
2021-03-23
1
-1
/
+158
*
fix #17458 tnetconnect.nim flaky (#17459)
Timothee Cour
2021-03-23
1
-12
/
+16
*
refs #17292 fix `repr` with `do:` (#17449)
Timothee Cour
2021-03-23
1
-0
/
+80
*
fix #17454 (#17461)
Timothee Cour
2021-03-23
1
-1
/
+4
*
follow up #17391 add testcase (#17404)
flywind
2021-03-19
1
-0
/
+33
*
followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...
Timothee Cour
2021-03-18
1
-3
/
+3
*
Rst test check messages (fix #17280) (#17338)
Andrey Makarov
2021-03-17
1
-75
/
+125
*
allow short-style rst references with symbols (#17372)
Andrey Makarov
2021-03-17
1
-0
/
+25
*
[std/channels]fix recv leaks(Part One) (#17394)
flywind
2021-03-17
2
-3
/
+3
*
fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...
Timothee Cour
2021-03-16
2
-1
/
+35
*
Revert "make system random work in VM" (#17378)
flywind
2021-03-15
1
-2
/
+0
*
New channels implementation for ORC (#17305)
flywind
2021-03-12
2
-0
/
+389
[next]