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
*
followup #18453 (#18582)
Timothee Cour
2021-07-25
1
-2
/
+2
*
std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)
Timothee Cour
2021-07-23
1
-1
/
+62
*
Replace calls to `putenv` with `setenv` (#18530)
Caden Haustein
2021-07-23
1
-0
/
+3
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
2
-13
/
+12
*
rst: add missing line/column info for some warnings (#18383)
Andrey Makarov
2021-07-20
2
-56
/
+128
*
close #18489 (#18524)
flywind
2021-07-19
1
-0
/
+15
*
fixed system.delete (#18507)
Andreas Rumpf
2021-07-18
1
-4
/
+4
*
deprecate strutils.delete and add an overload with saner semantics consistent...
Timothee Cour
2021-07-18
1
-1
/
+25
*
Revert #17398 and #17402 (#18480)
Miran
2021-07-18
2
-4
/
+4
*
fix nativeToUnixPath (#18501)
Timothee Cour
2021-07-17
1
-0
/
+20
*
make dragonbox opt-in via -d:nimFpRoundtrips (#18504)
Andreas Rumpf
2021-07-16
2
-13
/
+14
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-4
/
+4
*
Add changes required by Nimble lock file support (#12104)
Ivan Bobev
2021-07-15
1
-0
/
+10
*
deprecate `sequtils.delete` and add an overload with saner semantics consiste...
Timothee Cour
2021-07-15
1
-44
/
+98
*
close #17986 add testcase (#18477)
flywind
2021-07-12
1
-0
/
+12
*
rm redundant blank lines before literal blocks (#18465)
Andrey Makarov
2021-07-08
1
-0
/
+16
*
Rename test variable due to unfortunate connotations (#18453)
Aditya Siram
2021-07-08
1
-4
/
+4
*
major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...
Timothee Cour
2021-07-07
1
-74
/
+207
*
deprecate std/mersenne (#18395)
pyautogui
2021-07-05
1
-0
/
+1
*
Removed hard coded ports from thttpclient_standalone.nim. (#18374)
Mark Pointing
2021-06-30
1
-23
/
+26
*
Simplify addInt, remove digits10 (#18356)
Clyybber
2021-06-28
1
-23
/
+0
*
Peg captures get stack-like behavior (#18369)
gemath
2021-06-28
1
-0
/
+28
*
rst: fix bug 20 from #17340 (#18360)
Andrey Makarov
2021-06-26
1
-0
/
+47
*
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
[next]