| Commit message (Expand) | Author | Age | Files | Lines |
* | DrNim (Nim compiler with Z3 integration) (#13743) | Andreas Rumpf | 2020-03-31 | 1 | -0/+1 |
* | Remove 2 old deprecated files (#13702) | Juan Carlos | 2020-03-20 | 1 | -3/+1 |
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ... | Timothee Cour | 2020-03-13 | 1 | -1/+3 |
* | `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516) | Timothee Cour | 2020-03-11 | 1 | -7/+11 |
* | fix nightlies builds on Windows (#13587) | Varriount | 2020-03-04 | 1 | -4/+4 |
* | docgen: don't create compiler's docs + cleanup (#13509) | Miran | 2020-02-26 | 1 | -95/+12 |
* | add more files to the ignore list, hopefully fixes nightlies on windows (#13474) | Miran | 2020-02-24 | 1 | -7/+13 |
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -3/+5 |
* | Quote nim executable before executing. (#13316) [backport] | Fredrik Høisæther Rasch | 2020-02-02 | 1 | -8/+8 |
* | kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ... | Timothee Cour | 2020-01-23 | 1 | -145/+138 |
* | maybe: allows optional chaining of field access and indexing when LHS i snil ... | Timothee Cour | 2020-01-18 | 1 | -0/+1 |
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -6/+3 |
* | feature dracula themed doc (#12816) | Andreas Rumpf | 2019-12-10 | 1 | -1/+9 |
* | different fix for #12279 [backport] | Araq | 2019-09-30 | 1 | -1/+0 |
* | fixes #12279 [backport] | Araq | 2019-09-30 | 1 | -0/+1 |
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -0/+1 |
* | added destructors.rst spec to the build documentation | Araq | 2019-08-16 | 1 | -0/+1 |
* | [feature] Added std/monotimes | Oscar Nihlgård | 2019-07-12 | 1 | -0/+1 |
* | minor style changes | Araq | 2019-07-10 | 1 | -6/+6 |
* | [bugfix] fix #11543, add std/sums to theindex.html | narimiran | 2019-06-20 | 1 | -0/+1 |
* | HCR: better documentation | Araq | 2019-06-18 | 1 | -0/+1 |
* | manual.rst: move experimental features to manual_experimental | Andreas Rumpf | 2019-03-27 | 1 | -0/+1 |
* | create docs for the extracted modules | narimiran | 2019-03-13 | 1 | -0/+4 |
* | Improved posix module, added new posix_utils module (#10723) | Federico Ceratto | 2019-02-28 | 1 | -0/+1 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -1/+1 |
* | fixes #10586 | Araq | 2019-02-07 | 1 | -0/+1 |
* | Enable Travis folding in winrelease (#10528) | genotrance | 2019-02-02 | 1 | -5/+10 |
* | Improve Travis CI folding (#10473) | Federico Ceratto | 2019-01-28 | 1 | -2/+7 |
* | Add packaging guide #5182 (#10384) | Federico Ceratto | 2019-01-23 | 1 | -0/+1 |
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -2/+0 |
* | Enable log folding in Travis CI (#10414) | Federico Ceratto | 2019-01-22 | 1 | -0/+9 |
* | remove queues (#10347) | Miran | 2019-01-17 | 1 | -1/+0 |
* | Revert export of times.CTime; add std/time_t instead. (#10319) | Oscar Nihlgård | 2019-01-16 | 1 | -0/+1 |
* | fixes #10240 (#10269) | Andreas Rumpf | 2019-01-11 | 1 | -5/+1 |
* | revert moving `oids` and `smtp` to graveyard | narimiran | 2019-01-11 | 1 | -0/+2 |
* | Merge pull request #10248 from narimiran/graveyard | Miran | 2019-01-10 | 1 | -4/+0 |
|\ |
|
| * | remove `oids` | narimiran | 2019-01-10 | 1 | -1/+0 |
| * | remove `smtp` | narimiran | 2019-01-10 | 1 | -1/+0 |
| * | remove `scgi` | narimiran | 2019-01-10 | 1 | -1/+0 |
| * | remove `subexes` | narimiran | 2019-01-10 | 1 | -1/+0 |
* | | fixes #10039 : CI now runs buildTools (eg, nimfind wasn't being compiled befo... | Timothee Cour | 2019-01-10 | 1 | -6/+0 |
|/ |
|
* | [CI] fixes #10041 move bulk of `travis` and `appveyor` logic to koch.nim (#10... | Timothee Cour | 2019-01-08 | 1 | -0/+6 |
* | remove deprecated modules (#10215) | Miran | 2019-01-07 | 1 | -4/+0 |
* | move diff.nim to experimental | Araq | 2018-12-12 | 1 | -1/+1 |
* | added diff.nim to the stdlib | Araq | 2018-12-12 | 1 | -0/+1 |
* | added a new macro tutorial (#9588) | Arne Döring | 2018-11-21 | 1 | -0/+2 |
* | Fixes #9671 (#9750) | Randy Smith | 2018-11-19 | 1 | -1/+1 |
* | add nimCompile to simplify koch; add nimfind to koch tools (#9723) | Timothee Cour | 2018-11-15 | 1 | -0/+10 |
* | add the new modules to the documentation generator | Araq | 2018-11-08 | 1 | -1/+2 |
* | added new editdistance stdlib module, deprecated strutils.editDistance, refs ... | Andreas Rumpf | 2018-10-14 | 1 | -0/+1 |