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
...
*
close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...
Timothee Cour
2021-05-23
1
-1
/
+16
*
docs: make inline markup more compatible with Markdown (#18053)
Andrey Makarov
2021-05-21
2
-10
/
+67
*
jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...
Timothee Cour
2021-05-18
1
-0
/
+13
*
follow-up #17930 - inline syntax highlighting (#18013)
Andrey Makarov
2021-05-16
1
-0
/
+21
*
fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...
Timothee Cour
2021-05-16
2
-1
/
+43
*
RST opt.list to have priority over def.list (#17845)
Andrey Makarov
2021-05-15
1
-0
/
+26
*
Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...
Andreas Rumpf
2021-05-15
1
-17
/
+1
*
refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...
Timothee Cour
2021-05-14
1
-1
/
+1
*
jsonutils: handle holey enum as regular enum, via ord (#17995)
Timothee Cour
2021-05-11
1
-3
/
+3
*
jsonutils: support set (#17994)
Timothee Cour
2021-05-11
1
-0
/
+6
*
improve std/tempfiles (#17920)
Timothee Cour
2021-05-11
1
-10
/
+42
*
fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)
Timothee Cour
2021-05-11
1
-4
/
+27
*
Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...
Andreas Rumpf
2021-05-09
1
-12
/
+0
*
Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)
Beshr Kayali
2021-05-09
1
-0
/
+12
*
testament :show duration also for failed tests; improve `tshould_not_work`; m...
Timothee Cour
2021-05-08
2
-1
/
+16
*
improve tbase64.nim (#17964)
Timothee Cour
2021-05-07
1
-12
/
+6
*
fix #14873 properly by skipping `abi` field in importc type (#17944)
Timothee Cour
2021-05-07
1
-1
/
+17
*
follow-up #17837: add `Console` for interactive sessions (#17930)
Andrey Makarov
2021-05-06
1
-2
/
+15
*
highlite: fix #17890 - tokenize Nim escape seq-s (#17919)
Andrey Makarov
2021-05-03
1
-0
/
+13
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
3
-8
/
+8
*
fix #17911 rawProc for cpp (#17912)
Timothee Cour
2021-05-01
2
-4
/
+72
*
Fix nim-lang/nimforum#285 - punctuation after URL (#17908)
Andrey Makarov
2021-05-01
1
-0
/
+50
*
close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)
Timothee Cour
2021-04-30
1
-1
/
+1
*
more strict RST inline markup parsing (#17827)
Andrey Makarov
2021-04-29
1
-0
/
+161
*
[std/encodings]move to tests (#17866)
flywind
2021-04-29
1
-0
/
+73
*
[std/pegs] increase test coverage (#17871)
flywind
2021-04-27
1
-4
/
+154
*
fix gbk encodings on windows (#17843)
flywind
2021-04-26
1
-0
/
+25
*
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
Timothee Cour
2021-04-24
2
-8
/
+1
*
js generates spurious >>> on shr (#17767)
Sivchari
2021-04-21
1
-0
/
+49
*
add RST highlighting for command line / shells (also fixes #16858) (#17789)
Andrey Makarov
2021-04-21
1
-8
/
+12
*
close #9372 add std/tempfiles (#17361)
flywind
2021-04-21
1
-0
/
+17
*
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
[prev]
[next]