summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* test case for #2416 (#7649)genotrance2018-04-182-0/+3
* Remove PHP backend. (#7606)treeform2018-04-189-778/+330
* allow stringification of DurationZero (#7625)skilchen2018-04-181-1/+3
* eqIdent new returns false on non identifier types (#7629)Arne Döring2018-04-172-5/+30
* os.setLastModificationTime*(file: string, t: times.Time) (#7543)Hendrik2018-04-163-6/+35
* Generate populationCount const at compile time (#7583)Oscar Nihlgård2018-04-161-18/+19
* Add none[T]() as alias to none(T) (#7512)hlaaf2018-04-161-0/+8
* osproc: fix double close on POSIX (#5724)Michał Zieliński2018-04-162-6/+38
* Fixes #7595 (#7623)Dmitry Atamanov2018-04-161-7/+6
* update macros.nim: followup on pull #7598 (#7619)Timothee Cour2018-04-161-5/+2
* Fix docs in json module after #7537Dominik Picheta2018-04-151-1/+3
* Add autovivification example (#7537)Federico Ceratto2018-04-161-0/+5
* Timeinterval optimization (#7608)Oscar Nihlgård2018-04-162-33/+61
* move eqIdent to vm.nim (#7585)Arne Döring2018-04-157-43/+134
* manual: remove the bind-once typedesc weirdness; replaced by how things shoul...Andreas Rumpf2018-04-151-4/+4
* docutils: no Babel fileAndreas Rumpf2018-04-152-6/+5
* docutils: make ':test:' work without argumentAndreas Rumpf2018-04-152-4/+7
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-156-34/+38
* Fix cmpStrings in js mode (#7604)treeform2018-04-152-2/+11
* Add recent `times` changes to changelog (#7607)Oscar Nihlgård2018-04-151-0/+8
* add example to docs for getTypeInst and getTypeImpl (#7206)jcosborn2018-04-151-9/+45
* Nim namespace for cpp (#7453)AdrianV2018-04-158-7/+44
* manual: cleanup the documentation; document for-loop macros; ensure the examp...Andreas Rumpf2018-04-151-22/+114
* implements first version of for-loop macrosAndreas Rumpf2018-04-154-2/+89
* fixes #7610Andreas Rumpf2018-04-141-1/+1
* manual: many additions and improvementsAndreas Rumpf2018-04-141-41/+68
* explicit effects for existsOrCreateDirAndreas Rumpf2018-04-141-1/+2
* merge the different manual/*.rst include files. Was too hard to find the corr...Andreas Rumpf2018-04-1425-8034/+8057
* fixes #7451 (#7575)RSDuck2018-04-144-36/+174
* remove deprecated timeToTimeInfo; fixes #3678Andreas Rumpf2018-04-141-49/+12
* make JS tests green againAndreas Rumpf2018-04-142-5/+5
* fixes #6205Andreas Rumpf2018-04-142-19/+22
* make nativesockets.Hostent.addrlist readable for ipv4 af_inet addresses (see ...skilchen2018-04-131-2/+18
* the new feature's name is hotCodeReloadingAndreas Rumpf2018-04-136-13/+14
* fixes #4470Andreas Rumpf2018-04-133-2/+16
* make tools/nimweb.nim compileable with latest Nim (#7602)skilchen2018-04-131-1/+1
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-1314-68/+285
* make tests green againAndreas Rumpf2018-04-133-8/+8
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-1326-56/+91
* Merge pull request #7599 from nim-lang/fix-typedesc-in-asynczah2018-04-133-8/+42
|\
| * Fix some usages of typedesc in async procsZahary Karadjov2018-04-133-8/+42
* | added comment to macros (#7598)Arne Döring2018-04-131-0/+6
|/
* [nimgrep] add option --oneline to keep file:line info when piping (#7592)Timothee Cour2018-04-131-6/+12
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-137-297/+700
* deprecate macros.callsite; fixes #7369Andreas Rumpf2018-04-122-1/+5
* 'func' is now an alias for 'proc .noSideEffect'Andreas Rumpf2018-04-122-7/+10
* fixes #3948Andreas Rumpf2018-04-122-1/+15
* Add column number to instantiation info (#7376)PMunch2018-04-124-2/+7
* unittest: default no color if stdout is not a tty (#7424)Xiao-Yong2018-04-122-5/+20
* Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)treeform2018-04-122-77/+123