| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix #16150 improve type mismatch errors (#16152) | Timothee Cour | 2020-12-09 | 1 | -0/+2 |
* | add collect with infered init, refs #16078 fixes #14332 (#16089) | Antonis Geralis | 2020-12-03 | 1 | -0/+3 |
* | add support for parsing chars in `scanf` macro (#16240) | Miran | 2020-12-03 | 1 | -0/+4 |
* | fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(... | Timothee Cour | 2020-12-03 | 1 | -0/+1 |
* | clean up changelog (#16155) | flywind | 2020-11-27 | 1 | -3/+5 |
* | add `**` to jsffi (#16141) | flywind | 2020-11-26 | 1 | -0/+1 |
* | add simple writeStackTrace for JS backend (#16016) | flywind | 2020-11-24 | 1 | -0/+2 |
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -0/+2 |
* | Disallow nil dereference at compile time (#16032) | cooldome | 2020-11-18 | 1 | -1/+1 |
* | ORC: prepare for another patent-pending optimization (#15996) | Andreas Rumpf | 2020-11-18 | 1 | -0/+4 |
* | fix https://github.com/nim-lang/RFCs/issues/286: add FileInfo.blockSize (#16023) | Timothee Cour | 2020-11-18 | 1 | -0/+2 |
* | telling us once about a change is enough [ci skip] | narimiran | 2020-11-16 | 1 | -2/+1 |
* | attempt to make asynchttpserver better; fixes #15925; [backport:1.0] | Araq | 2020-11-13 | 1 | -0/+6 |
* | Update changelog.md | Timothee Cour | 2020-11-12 | 1 | -1/+1 |
* | js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `e... | Timothee Cour | 2020-11-12 | 1 | -0/+2 |
* | doAssertRaises improvements; nimscript supports `except Exception as e` (#15765) | Timothee Cour | 2020-11-12 | 1 | -1/+2 |
* | fix #14157 (#15877) | flywind | 2020-11-12 | 1 | -0/+2 |
* | remove ioutils mention in changelog (#15907) | Timothee Cour | 2020-11-10 | 1 | -3/+0 |
* | followup #15854: add a changelog entry about markdown tables support | narimiran | 2020-11-10 | 1 | -12/+33 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -0/+1 |
* | Add a macro returning enum items count (#15824) | Ivan Bobev | 2020-11-09 | 1 | -0/+2 |
* | Make `{.requiresInit.}` to work for distinct types (#15869) | Ivan Bobev | 2020-11-06 | 1 | -0/+2 |
* | remove iup from stdlib in contrast to #15828 (#15830) | flywind | 2020-11-03 | 1 | -0/+2 |
* | EnumUtils, speed up findStr in compiler (#15777) | cooldome | 2020-11-03 | 1 | -0/+1 |
* | add approxequal (#15766) | Antonis Geralis | 2020-10-30 | 1 | -0/+2 |
* | fixes #15413 (#15768) | Andreas Rumpf | 2020-10-29 | 1 | -0/+7 |
* | Make default state public (#15763) | Antonis Geralis | 2020-10-29 | 1 | -1/+1 |
* | Add C function dup and dup2 posix to system/io (#15675) | Regis Caillaud | 2020-10-27 | 1 | -1/+2 |
* | Fix Prelude (#15714) | Juan Carlos | 2020-10-26 | 1 | -0/+1 |
* | small changelog cleanup [ci skip] | narimiran | 2020-10-22 | 1 | -2/+3 |
* | add Source+Edit links on top of every docgend file (#15642) | Timothee Cour | 2020-10-22 | 1 | -0/+1 |
* | add --declaredlocs (#15666) | Timothee Cour | 2020-10-21 | 1 | -1/+1 |
* | 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 |