| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | jsonutils: handle holey enum as regular enum, via ord (#17995) | Timothee Cour | 2021-05-11 | 1 | -0/+3 |
* | jsonutils: support set (#17994) | Timothee Cour | 2021-05-11 | 1 | -1/+5 |
* | improve std/tempfiles (#17920) | Timothee Cour | 2021-05-11 | 1 | -21/+49 |
* | misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl... | Timothee Cour | 2021-05-01 | 1 | -1/+1 |
* | gitutils: add diffStrings, diffFiles, and use it in testament to compare expe... | Timothee Cour | 2021-04-30 | 2 | -24/+64 |
* | fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem... | Timothee Cour | 2021-04-29 | 1 | -3/+10 |
* | refactor all code that builds csources (#17815) | Timothee Cour | 2021-04-23 | 1 | -1/+1 |
* | close #9372 add std/tempfiles (#17361) | flywind | 2021-04-21 | 1 | -0/+139 |
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 8 | -26/+26 |
* | [std/tasks]add gcsafe pragmas (#17799) | flywind | 2021-04-21 | 1 | -4/+4 |
* | Small privateAccess improvement (#17786) | Clyybber | 2021-04-19 | 1 | -1/+1 |
* | Rename `=` to `=copy` in stdlib (#17781) | Clyybber | 2021-04-19 | 2 | -2/+2 |
* | privateAccess now works with ref | ptr (#17760) | Timothee Cour | 2021-04-19 | 1 | -1/+1 |
* | `import foo {.all.}` reboot (#17706) | Timothee Cour | 2021-04-16 | 1 | -0/+34 |
* | callback cannot be nil (#17718) | flywind | 2021-04-14 | 1 | -0/+1 |
* | Update channels.nim (#17717) | flywind | 2021-04-14 | 1 | -4/+4 |
* | add number literal jsbigints.big (#17707) | Timothee Cour | 2021-04-13 | 1 | -7/+13 |
* | add std/tasks (#17447) | flywind | 2021-04-09 | 1 | -0/+272 |