summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* Add optional recursive arg to distinctBase (v2) (#18659)Timothee Cour2021-08-091-2/+2
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-081-0/+0
* fixes #18371 (#18617)Andreas Rumpf2021-07-301-1/+1
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-291-0/+92
* Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)Vindaar2021-07-291-1/+5
* various small documentation improvements (#18602)Miran2021-07-282-10/+29
* clean unused imports on runnableExamples (#18551)flywind2021-07-211-2/+0
* fix nativeToUnixPath (#18501)Timothee Cour2021-07-171-3/+8
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-1/+1
* Add changes required by Nimble lock file support (#12104)Ivan Bobev2021-07-151-0/+4
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-51/+134
* typo: enmRange => enumElementsAsSet (#18394)Timothee Cour2021-06-291-2/+2
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-281-35/+23
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-251-1/+1
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+11
* merge similar procs regarding digits (#18318)flywind2021-06-221-0/+88
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-191-11/+21
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-0/+1
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-1/+1
* up to 20x faster jsonutils deserialization (#18183)Timothee Cour2021-06-051-6/+6
* simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)Timothee Cour2021-06-031-1/+17
* clarify what a 'monotonic' timestamp is (#18163)Andreas Rumpf2021-06-031-3/+2
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-4/+16
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-182-13/+95
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-161-0/+3
* ORC: progress (#18000)Andreas Rumpf2021-05-121-1/+1
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-0/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-1/+5
* improve std/tempfiles (#17920)Timothee Cour2021-05-111-21/+49
* misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...Timothee Cour2021-05-011-1/+1
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-302-24/+64
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-291-3/+10
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-1/+1
* close #9372 add std/tempfiles (#17361)flywind2021-04-211-0/+139
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-218-26/+26
* [std/tasks]add gcsafe pragmas (#17799)flywind2021-04-211-4/+4
* Small privateAccess improvement (#17786)Clyybber2021-04-191-1/+1
* Rename `=` to `=copy` in stdlib (#17781)Clyybber2021-04-192-2/+2
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-191-1/+1
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-0/+34
* callback cannot be nil (#17718)flywind2021-04-141-0/+1
* Update channels.nim (#17717)flywind2021-04-141-4/+4
* add number literal jsbigints.big (#17707)Timothee Cour2021-04-131-7/+13
* add std/tasks (#17447)flywind2021-04-091-0/+272
* Update `sysrand` documentation (#17676)konsumlamm2021-04-081-16/+16
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-2/+2
* new `genAst` as replacement for `quote do` (#17426)Timothee Cour2021-04-021-0/+87
* jsonutils: support cstring (including as Table key); improve docs (#16062)Timothee Cour2021-03-311-5/+17
* remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...Timothee Cour2021-03-291-17/+10
* Small doc improvements for `std/with` (#17556)konsumlamm2021-03-291-3/+4