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
/
std
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added `std/envvars` for env vars handling (#19421)
flywind
2022-01-20
1
-0
/
+212
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
1
-0
/
+118
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
1
-1
/
+2
*
Fix #19038 - making the Nim compiler work again on Windows XP (#19331)
rockcavera
2022-01-07
1
-20
/
+21
*
add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...
flywind
2022-01-04
1
-0
/
+15
*
fix 19292 (#19293)
rockcavera
2021-12-29
1
-6
/
+9
*
Implement zephyr urandom and monotime (#19142)
Jaremy Creechley
2021-11-14
2
-1
/
+18
*
Fix undeclared 'SYS_getrandom' on emscripten (#19144)
Anuken
2021-11-13
1
-1
/
+1
*
fixes #19078 [backport] (#19090)
Andreas Rumpf
2021-11-02
1
-3
/
+6
*
Freeing critical sections via atexit in system/alloc and system/io (#19062)
Tail Wag Games
2021-10-29
1
-3
/
+0
*
Fix #19052; [backport:1.6.0] (#19053)
Timothy Alexander
2021-10-26
1
-1
/
+6
*
deinitializing locks at program exit (#19043)
Tail Wag Games
2021-10-25
1
-0
/
+3
*
fix a potential bug (#18900)
flywind
2021-10-14
1
-1
/
+1
*
rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)
flywind
2021-10-01
1
-1
/
+5
*
[std/tempfiles] docs improvement (#18936)
flywind
2021-10-01
1
-5
/
+6
*
correct licence header (#18935)
flywind
2021-10-01
4
-4
/
+4
*
[std/tasks] more gcsafe stuffs [backport] (#18926)
flywind
2021-09-30
1
-3
/
+3
*
remove channels (#18801)
flywind
2021-09-04
1
-498
/
+0
*
Fix initrand to avoid random number sequences overlapping (#18744)
Tomohiro
2021-09-02
1
-5
/
+2
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-1
/
+6
*
Implement RFC-391 (#18585)
Juan Carlos
2021-08-22
1
-107
/
+106
*
fix #17898(randomPathName called twice in a row can return the same string on...
flywind
2021-08-22
1
-3
/
+17
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
2
-20
/
+57
*
fix a sqlite bug (#18669)
flywind
2021-08-12
1
-0
/
+15
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
1
-2
/
+2
*
renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...
Timothee Cour
2021-08-08
1
-0
/
+0
*
fixes #18371 (#18617)
Andreas Rumpf
2021-07-30
1
-1
/
+1
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
1
-0
/
+92
*
Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)
Vindaar
2021-07-29
1
-1
/
+5
*
various small documentation improvements (#18602)
Miran
2021-07-28
2
-10
/
+29
*
clean unused imports on runnableExamples (#18551)
flywind
2021-07-21
1
-2
/
+0
*
fix nativeToUnixPath (#18501)
Timothee Cour
2021-07-17
1
-3
/
+8
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-1
/
+1
*
Add changes required by Nimble lock file support (#12104)
Ivan Bobev
2021-07-15
1
-0
/
+4
*
major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...
Timothee Cour
2021-07-07
1
-51
/
+134
*
typo: enmRange => enumElementsAsSet (#18394)
Timothee Cour
2021-06-29
1
-2
/
+2
*
Simplify addInt, remove digits10 (#18356)
Clyybber
2021-06-28
1
-35
/
+23
*
docs now show nimExperimentalX APIs (#18345)
Timothee Cour
2021-06-25
1
-1
/
+1
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
1
-0
/
+11
*
merge similar procs regarding digits (#18318)
flywind
2021-06-22
1
-0
/
+88
*
make privateAccess work with generic types and generic instantiations; fix a ...
Timothee Cour
2021-06-19
1
-11
/
+21
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-0
/
+1
*
avoid re-exporting options from std/wrapnils (#18222)
Timothee Cour
2021-06-10
1
-1
/
+1
*
up to 20x faster jsonutils deserialization (#18183)
Timothee Cour
2021-06-05
1
-6
/
+6
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
1
-1
/
+17
*
clarify what a 'monotonic' timestamp is (#18163)
Andreas Rumpf
2021-06-03
1
-3
/
+2
*
jsonutils.toJson now serializes JsonNode as is by default (#18097)
Timothee Cour
2021-05-31
1
-4
/
+16
*
jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...
Timothee Cour
2021-05-18
2
-13
/
+95
*
fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...
Timothee Cour
2021-05-16
1
-0
/
+3
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
1
-1
/
+1
[next]