| Commit message (Expand) | Author | Age | Files | Lines |
* | create a changelog for 1.4.0 | narimiran | 2020-10-16 | 1 | -354/+1 |
* | renamed '=' to '=copy' [backport:1.2] (#15585) | Andreas Rumpf | 2020-10-15 | 1 | -0/+4 |
* | suggest: try to find the implementation of a symbol when def is used (#15555) | alaviss | 2020-10-14 | 1 | -0/+4 |
* | Make useVersion:1.0 disable the proc arg sym change (#15570) | Clyybber | 2020-10-14 | 1 | -1/+4 |
* | os: add overload copyFile*(source, dest: string, isDir = false) (#15537) | Timothee Cour | 2020-10-11 | 1 | -0/+1 |
* | changelog.md: Group the new `to` procs (#15522) | ee7 | 2020-10-08 | 1 | -12/+8 |
* | changelog improvements | Araq | 2020-10-08 | 1 | -14/+12 |
* | implements https://github.com/nim-lang/RFCs/issues/258 (#15503) | Andreas Rumpf | 2020-10-06 | 1 | -1/+4 |
* | Provide a configurable progressInterval. (#15477) | supakeen | 2020-10-04 | 1 | -0/+3 |
* | heapqueue.nim: Add `toHeapQueue` proc (#15459) | ee7 | 2020-10-02 | 1 | -0/+4 |
* | intsets.nim: Add `toIntSet` proc (#15460) | ee7 | 2020-10-02 | 1 | -0/+5 |
* | Added std/effecttraits.nim (#15462) | Andreas Rumpf | 2020-10-02 | 1 | -1/+3 |
* | Add first draft of new osproc.readLines (#15429) | c-blake | 2020-10-01 | 1 | -0/+2 |
* | fix #15405. deepcopy arc (#15410) | cooldome | 2020-10-01 | 1 | -0/+3 |
* | Add critbits.toCritBitTree (#15444) | Juan Carlos | 2020-10-01 | 1 | -0/+3 |
* | Clean out (#15440) | Juan Carlos | 2020-10-01 | 1 | -1/+1 |
* | document that items no longer works with enum with holes (#15426) | Timothee Cour | 2020-09-29 | 1 | -0/+1 |
* | .noalias annotation; frontend support (#15419) | Andreas Rumpf | 2020-09-28 | 1 | -1/+4 |
* | fix #15333 (#15336) | flywind | 2020-09-24 | 1 | -0/+2 |
* | Add strutils.indentation and make unindent use it (#15264) | Clyybber | 2020-09-22 | 1 | -0/+9 |
* | dom.Navigator add missing attributes (#15310) | Juan Carlos | 2020-09-14 | 1 | -1/+2 |
* | Add some enhancements to `jsonutils.nim` (#15133) | Ivan Bobev | 2020-09-09 | 1 | -0/+14 |
* | add getprotobyname (#15273) | flywind | 2020-09-09 | 1 | -0/+3 |
* | "for-loop macros" are no longer an experimental feature (#15288) | Miran | 2020-09-08 | 1 | -0/+4 |
* | remove deprecation from `math.round` (#15224) | Miran | 2020-08-25 | 1 | -0/+7 |
* | std/with support field assign (#14484) | slangmgh | 2020-08-15 | 1 | -0/+15 |
* | deques.nim: Refactor the `toDeque` functionality (#15166) | ee7 | 2020-08-07 | 1 | -0/+3 |
* | export asyncdispatch handles (#15140) | flywind | 2020-08-01 | 1 | -0/+2 |
* | Fix forward declaration issues in template/macro context (#15091) | Clyybber | 2020-07-29 | 1 | -0/+1 |
* | Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1... | c-blake | 2020-07-28 | 1 | -0/+1 |
* | disable sink inference, only enable it for the stdlib. Reason: better source ... | Andreas Rumpf | 2020-07-28 | 1 | -0/+4 |
* | strict func: much better error messages (#15068) | Andreas Rumpf | 2020-07-25 | 1 | -11/+16 |
* | Clean up macros (#14959) | Juan Carlos | 2020-07-14 | 1 | -1/+1 |
* | Update docs and changelog | Clyybber | 2020-07-10 | 1 | -0/+2 |
* | remove a condition that table size must be passed as power of 2 (#14926) | Miran | 2020-07-08 | 1 | -26/+43 |
* | Fix logging tiny bug (#14910) | Juan Carlos | 2020-07-06 | 1 | -0/+4 |
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -0/+1 |
* | Add jsre (#14870) | Juan Carlos | 2020-07-03 | 1 | -0/+3 |
* | typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of... | Timothee Cour | 2020-07-02 | 1 | -1/+3 |
* | Clean out sharedlists (#14857) | Juan Carlos | 2020-07-02 | 1 | -0/+3 |
* | Clean out strutils (#14859) | Juan Carlos | 2020-07-01 | 1 | -0/+1 |
* | fix #14846; add macros.extractDocCommentsAndRunnables (#14849) | Timothee Cour | 2020-07-01 | 1 | -0/+1 |
* | Clean out sharedtables (#14858) | Juan Carlos | 2020-06-30 | 1 | -0/+1 |
* | Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854) | Juan Carlos | 2020-06-30 | 1 | -0/+1 |
* | add debug fmt string like python's (#14808) | flywind | 2020-06-30 | 1 | -0/+2 |
* | Clean out dom (#14855) | Juan Carlos | 2020-06-30 | 1 | -1/+1 |
* | Clean out oldast (#14837) | Juan Carlos | 2020-06-30 | 1 | -0/+1 |
* | fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799) | Timothee Cour | 2020-06-29 | 1 | -0/+1 |
* | Remove double entry for thiscall (#14842) | Danil Yarantsev | 2020-06-28 | 1 | -3/+1 |
* | Changelog: Tiny style improvement | Clyybber | 2020-06-28 | 1 | -1/+1 |