Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | system.nim documentation: setLen can handle nil now | Andreas Rumpf | 2018-04-28 | 1 | -4/+2 |
| | |||||
* | system.nim: minor code cleanup | Andreas Rumpf | 2018-04-28 | 1 | -4/+1 |
| | |||||
* | nil in string concats does not produce crashes anymore | Andreas Rumpf | 2018-04-27 | 1 | -11/+16 |
| | |||||
* | setLen doesn't crash on nil strings/seqs anymore | Andreas Rumpf | 2018-04-27 | 1 | -2/+9 |
| | |||||
* | 'add' on a nil sequence doesn't produce a crash anymore | Andreas Rumpf | 2018-04-27 | 1 | -0/+12 |
| | |||||
* | fix #7680 (#7683) | hlaaf | 2018-04-26 | 1 | -3/+6 |
| | | | | | | | | | | * fix #7680 * Don't send on every HTTP method * These should be squashed * 80 column limit | ||||
* | Merge pull request #7692 from teroz/patch-1 | Dominik Picheta | 2018-04-25 | 1 | -4/+4 |
|\ | | | | | tiny typo | ||||
| * | Improve deprecation messages in json docs. | Dominik Picheta | 2018-04-25 | 1 | -4/+4 |
| | | |||||
| * | tiny typo | Terence Namusonge | 2018-04-25 | 1 | -1/+1 |
| | | |||||
* | | Improve progress reporting example. Refs #7693 | Dominik Picheta | 2018-04-25 | 1 | -3/+8 |
| | | |||||
* | | copy pastable progress reporting example | David Krause | 2018-04-25 | 1 | -1/+2 |
|/ | |||||
* | Rename `Time.nanoseconds` to `nanosecond` (#7673) | Oscar Nihlgård | 2018-04-25 | 2 | -31/+31 |
| | | | | | | * Rename `Time.nanoseconds` to `nanosecond` * Fix bug with Duration comparision | ||||
* | Consts in fenv (#7688) | cooldome | 2018-04-25 | 1 | -23/+32 |
| | | | | | | | | | | * Fixes #7574 * better comments * Changes vars to consts for side effect tracking * Revert unintended changes | ||||
* | xmltree: remove usage of deprecated callsite() | Andreas Rumpf | 2018-04-24 | 1 | -6/+3 |
| | |||||
* | Don't escape multibyte characters (#7570) | Oscar Nihlgård | 2018-04-23 | 2 | -12/+47 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 28 | -35/+33 |
| | |||||
* | fixes #7637; assignments are not allowed to slice object; minor breaking change | Andreas Rumpf | 2018-04-21 | 1 | -2/+8 |
| | |||||
* | Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641) | Oscar Nihlgård | 2018-04-19 | 2 | -21/+32 |
| | |||||
* | hasCustomPragma/getCustomPragmaVal: small fix (#7650) | RSDuck | 2018-04-19 | 1 | -1/+5 |
| | | | | | | | | * fix hasCustomPragma/getCustomPragmaVal for types without pragma * fix pragma on pointer test * removed trailing spaces | ||||
* | fixes #7638; awaitAny blocks if the flow vars all have been complete already | Andreas Rumpf | 2018-04-19 | 1 | -7/+17 |
| | |||||
* | threadpool: minor documentation improvement | Andreas Rumpf | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | fixes #7507 | Araq | 2018-04-19 | 1 | -3/+11 |
| | |||||
* | Fix bright option (#7622) | WhiteDuke | 2018-04-18 | 1 | -4/+4 |
| | | | Setting the option to true, then to false would not turn off bright attribute. | ||||
* | fixes system.doAssertRaises | Araq | 2018-04-18 | 1 | -4/+5 |
| | |||||
* | Change type of `Timeval.tv_sec` to `posix.Time` (#7646) | Oscar Nihlgård | 2018-04-18 | 8 | -15/+27 |
| | |||||
* | Remove PHP backend. (#7606) | treeform | 2018-04-18 | 2 | -335/+173 |
| | | | | | | | | | | * remove php * fix * keep nimphpext * remove targetJS enum | ||||
* | allow stringification of DurationZero (#7625) | skilchen | 2018-04-18 | 1 | -1/+3 |
| | |||||
* | os.setLastModificationTime*(file: string, t: times.Time) (#7543) | Hendrik | 2018-04-16 | 3 | -6/+35 |
| | | | | | | | | | | | | | * add proc toFILETIME to winlean * add proc toWinTime to times * add proc setFileTime to winlean * openHandle with write access * add proc setLastModificationTime to os * moved epochDiff,rateDiff constants and proc toWinTime The constants were moved out of the when defined(JS) block so that they are alsways available in proc toWinTime. proc toWinTime was moved above the # Deprecated procs comment. Best new location seemed to be with the toUnix proc. | ||||
* | Add none[T]() as alias to none(T) (#7512) | hlaaf | 2018-04-16 | 1 | -0/+8 |
| | | | | | | | | * Add none[T]() as alias to none(T) * Add tests for none[T] * this test shouldn't work anyway | ||||
* | osproc: fix double close on POSIX (#5724) | Michał Zieliński | 2018-04-16 | 1 | -6/+14 |
| | | | Calling close() in some cases issued two close() syscalls to one FD, which is incorrect in multithreaded programs. | ||||
* | Fixes #7595 (#7623) | Dmitry Atamanov | 2018-04-16 | 1 | -7/+6 |
| | | | | | | | | * Fixes #7595 * Add brackets * Fix for treeRepr and lispRepr too | ||||
* | update macros.nim: followup on pull #7598 (#7619) | Timothee Cour | 2018-04-16 | 1 | -5/+2 |
| | | | | @Araq @krux02 https://github.com/nim-lang/Nim/pull/7598 seemed inaccurate eg for NLineInfo there's `mNLineInfo` but no opcNLineInfo | ||||
* | Fix docs in json module after #7537 | Dominik Picheta | 2018-04-15 | 1 | -1/+3 |
| | |||||
* | Add autovivification example (#7537) | Federico Ceratto | 2018-04-16 | 1 | -0/+5 |
| | | | | | | * Add autovivification example * Update json.nim | ||||
* | Timeinterval optimization (#7608) | Oscar Nihlgård | 2018-04-16 | 1 | -12/+37 |
| | | | | | | * TimeInterval optimization * Fix typo in `$`(Duration) | ||||
* | move eqIdent to vm.nim (#7585) | Arne Döring | 2018-04-15 | 3 | -39/+61 |
| | | | | | | * Strutils comment changes. * fix typo | ||||
* | docutils: no Babel file | Andreas Rumpf | 2018-04-15 | 2 | -6/+5 |
| | |||||
* | docutils: make ':test:' work without argument | Andreas Rumpf | 2018-04-15 | 1 | -3/+6 |
| | |||||
* | rename SomeReal to SomeFloat (#7617) | Arne Döring | 2018-04-15 | 4 | -28/+30 |
| | | | | | * rename SomeReal to SomeFloat * added changelog entry | ||||
* | Fix cmpStrings in js mode (#7604) | treeform | 2018-04-15 | 1 | -2/+2 |
| | |||||
* | add example to docs for getTypeInst and getTypeImpl (#7206) | jcosborn | 2018-04-15 | 1 | -9/+45 |
| | | | | | | | | * add example to docs for getTypeInst and getTypeImpl * made examples use runnableExamples * changed assert to doAssert | ||||
* | Nim namespace for cpp (#7453) | AdrianV | 2018-04-15 | 2 | -3/+12 |
| | | | | | - new option --usenamespace to generate nim cpp code in its own namespace Nim - minor changes for compatibility with the new Embarcadero = Borland C++-Builder (bcc) | ||||
* | implements first version of for-loop macros | Andreas Rumpf | 2018-04-15 | 1 | -0/+5 |
| | |||||
* | explicit effects for existsOrCreateDir | Andreas Rumpf | 2018-04-14 | 1 | -1/+2 |
| | |||||
* | fixes #7451 (#7575) | RSDuck | 2018-04-14 | 1 | -20/+65 |
| | |||||
* | remove deprecated timeToTimeInfo; fixes #3678 | Andreas Rumpf | 2018-04-14 | 1 | -49/+12 |
| | |||||
* | make JS tests green again | Andreas Rumpf | 2018-04-14 | 1 | -4/+4 |
| | |||||
* | fixes #6205 | Andreas Rumpf | 2018-04-14 | 1 | -19/+19 |
| | |||||
* | make nativesockets.Hostent.addrlist readable for ipv4 af_inet addresses (see ↵ | skilchen | 2018-04-13 | 1 | -2/+18 |
| | | | | issue #7314) (#7327) | ||||
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 3 | -6/+133 |
| | | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave |