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
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
1
-0
/
+31
*
rst: allow comment to continue on second line (#18338)
Andrey Makarov
2021-06-24
1
-0
/
+66
*
Markdown: allow to end URL with balanced parenthesis (#18321)
Andrey Makarov
2021-06-23
1
-0
/
+41
*
followup #18318: simplify `dollarImpl` and add a test (#18330)
Timothee Cour
2021-06-22
1
-0
/
+23
*
close #13196 now that we have dragonbox (#18316)
Timothee Cour
2021-06-21
2
-0
/
+22
*
fixes #17768 [backport:1.4] (#18317)
flywind
2021-06-21
1
-1
/
+8
*
validate rst field for :number-lines:, :status: (#18304)
Andrey Makarov
2021-06-20
1
-0
/
+12
*
Raise IndexDefect when deleting element at out of bounds index (#17821)
Heiko Nickerl
2021-06-20
1
-1
/
+31
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
1
-3
/
+4
*
make privateAccess work with generic types and generic instantiations; fix a ...
Timothee Cour
2021-06-19
2
-0
/
+71
*
fixes #17696 (#18276)
flywind
2021-06-16
1
-11
/
+42
*
httpclient.nim Fixes #14794 and an issue where content-header is not set on p...
Mark Pointing
2021-06-14
1
-1
/
+32
*
fix #9437(fix `re.replace` wrong behaviour) (#17546)
flywind
2021-06-10
1
-3
/
+6
*
#18216 make moveDir work across partitions on windows (#18223)
Fröhlich A
2021-06-10
1
-0
/
+45
*
avoid re-exporting options from std/wrapnils (#18222)
Timothee Cour
2021-06-10
1
-0
/
+1
*
change mimedb stroe stringtable to orderedtable (#18065)
Bung
2021-06-07
1
-0
/
+1
*
macros.treeRepr + friends: collapse SymChoice (#18072)
Timothee Cour
2021-06-05
1
-0
/
+6
*
add string-string tests for find and rfind (#18137)
n5m
2021-06-02
1
-3
/
+98
*
docs: Latex generation improvements (#18141)
Andrey Makarov
2021-06-01
1
-2
/
+2
*
jsonutils.toJson now serializes JsonNode as is by default (#18097)
Timothee Cour
2021-05-31
1
-0
/
+22
*
add `os.getCacheDir` (#18126)
Timothee Cour
2021-05-31
1
-0
/
+3
*
fix #16256: nimout: <empty> should give error (vacuously true); improve a few...
Timothee Cour
2021-05-31
5
-133
/
+56
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
1
-0
/
+28
*
document macros.unpackVarargs (#18106)
Timothee Cour
2021-05-31
1
-0
/
+50
*
hashes for refs should be an opt-in feature (#18098)
Miran
2021-05-30
1
-0
/
+1
*
Disable tasynchttpserver_transferencoding on FreeBSD (#18122)
vabresto
2021-05-29
1
-0
/
+1
*
fix #17456 flaky test tasynchttpserver_transferencoding (#18052)
vabresto
2021-05-28
1
-23
/
+32
*
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
[next]