| Commit message (Expand) | Author | Age | Files | Lines |
* | bootstrap the compiler with nimPreviewSlimSystem (#20176) | ringabout | 2022-08-09 | 1 | -1/+1 |
* | .forbids pragma: defining forbidden tags (#20050) | Lancer11211 | 2022-07-26 | 1 | -0/+2 |
* | Change `styleCheck` to ignore foreign packages (#19822) | quantimnot | 2022-07-14 | 1 | -32/+32 |
* | [vm] refactor `stdlib.marshal.load` (#19905) | flywind | 2022-06-19 | 1 | -17/+1 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+4 |
* | register callback for marshal in VM (#19578) | flywind | 2022-03-08 | 1 | -1/+35 |
* | move io out of system (#19442) | flywind | 2022-02-02 | 1 | -1/+1 |
* | add mm to compilesettings; deprecate gc (#19394) | flywind | 2022-01-16 | 1 | -0/+1 |
* | Use openarray of bytes in md5 (#19307) | hlaaftana | 2022-01-15 | 1 | -6/+0 |
* | envPairs works in vm, nims (#18615) | Timothee Cour | 2021-09-29 | 1 | -3/+11 |
* | followup #18759: make compiler build cleanly with 0 warnings/hints (#18764) | Timothee Cour | 2021-08-28 | 1 | -2/+4 |
* | more minor bootstrapping cleanups (#18759) | Miran | 2021-08-28 | 1 | -1/+0 |
* | fixes #18371 (#18617) | Andreas Rumpf | 2021-07-30 | 1 | -2/+5 |
* | delEnv now works at CT (#18568) | Timothee Cour | 2021-07-27 | 1 | -1/+2 |
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -0/+11 |
* | minor clenup in vmops (#18529) | Timothee Cour | 2021-07-19 | 1 | -4/+5 |
* | enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244) | Timothee Cour | 2021-06-24 | 1 | -0/+3 |
* | merge BuildMode into SuccessX, remove code duplication w drnim, add useful in... | Timothee Cour | 2021-06-14 | 1 | -0/+1 |
* | bring back std/ prefix within compiler and ensure it works in bootstrap + bsd... | Timothee Cour | 2021-04-30 | 1 | -8/+8 |
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -8/+8 |
* | Add `hasClosure` to `std/typetraits` (#17501) | flywind | 2021-03-29 | 1 | -0/+4 |
* | Revert "make system random work in VM" (#17378) | flywind | 2021-03-15 | 1 | -33/+0 |
* | fix #17118 (#17119) [backport:1.2] | flywind | 2021-02-22 | 1 | -1/+10 |
* | make system random work in VM (#17059) | flywind | 2021-02-17 | 1 | -9/+45 |
* | compilesettings: add libpath (#16997) | Timothee Cour | 2021-02-12 | 1 | -0/+1 |
* | fix #16815 round(x,places) works again in vm (#16825) | Timothee Cour | 2021-01-28 | 1 | -1/+8 |
* | add math.signbit (#16592) | flywind | 2021-01-07 | 1 | -0/+6 |
* | Add math.copySign (#16406) | flywind | 2020-12-30 | 1 | -0/+6 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -1/+1 |
* | implements https://github.com/nim-lang/RFCs/issues/258 (#15503) | Andreas Rumpf | 2020-10-06 | 1 | -3/+17 |
* | Added std/effecttraits.nim (#15462) | Andreas Rumpf | 2020-10-02 | 1 | -0/+9 |
* | Remove little lies :) | Clyybber | 2020-08-08 | 1 | -5/+6 |
* | Fix bootstrapping | Clyybber | 2020-08-08 | 1 | -3/+4 |
* | implement (#15153) | cooldome | 2020-08-04 | 1 | -1/+1 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -2/+3 |
* | fix https://github.com/nim-lang/Nim/issues/14275 querySetting(nimcacheDir) wo... | Timothee Cour | 2020-05-08 | 1 | -1/+1 |
* | add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813) | Timothee Cour | 2020-04-20 | 1 | -9/+24 |
* | make bootstrapping more robust for people who have Nim inside /usr/bin (#13855) | Andreas Rumpf | 2020-04-03 | 1 | -32/+34 |
* | std/compilesettings implementation (#13584) | Andreas Rumpf | 2020-03-04 | 1 | -0/+33 |
* | fixes #13013, reverts previous changes to readLines() (#13036) [backport] | cooldome | 2020-01-05 | 1 | -1/+1 |
* | remove default argument for readLines (#12807) [backport] | cooldome | 2020-01-02 | 1 | -1/+1 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -2/+2 |
* | fixes #12491 [backport] | Andreas Rumpf | 2019-10-24 | 1 | -1/+5 |
* | added cpuTime to VM (#12346) | Ico Doornekamp | 2019-10-04 | 1 | -0/+10 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
* | fixes #12125 (#12131) | Andreas Rumpf | 2019-09-06 | 1 | -1/+9 |
* | hashes: implement murmur3 (#12022) | Miran | 2019-09-01 | 1 | -0/+29 |
* | Implement isExported for symbols in macros (#11963) | nc-x | 2019-08-18 | 1 | -1/+10 |
* | VM exception fixes (#11868) | Oscar NihlgÄrd | 2019-08-02 | 1 | -0/+4 |
* | Compiler plugin for implementing incremental computation in user space (#10819) | cooldome | 2019-04-11 | 1 | -3/+21 |