Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' into sighashes | Araq | 2016-12-17 | 3 | -50/+71 |
|\ | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-12-17 | 3 | -50/+54 |
| |\ | |||||
| | * | Merge pull request #5096 from cheatfate/sup5094 | Andreas Rumpf | 2016-12-17 | 2 | -50/+49 |
| | |\ | | | | | | | | | Support android compilation of ioselectors. | ||||
| | | * | Fix compilation errors and enable async events on partially supported systems. | cheatfate | 2016-12-07 | 2 | -50/+49 |
| | | | | |||||
| * | | | reworked emit pragma; fixes #4730 | Andreas Rumpf | 2016-12-17 | 1 | -0/+22 |
| | |/ | |/| | |||||
* | | | disable not implemented test for sighashes | Araq | 2016-12-13 | 1 | -4/+5 |
| | | | |||||
* | | | make tos.nim green on Windows | Araq | 2016-12-13 | 1 | -4/+7 |
| | | | |||||
* | | | make tvarargsuntyped test deterministic, independent of compiler's hashing order | Araq | 2016-12-13 | 1 | -1/+2 |
| | | | |||||
* | | | make tsigbreak.nim compile | Andreas Rumpf | 2016-12-12 | 1 | -0/+28 |
| | | | |||||
* | | | fixes serious codegen regression that caused Nimble to misbehave | Araq | 2016-12-10 | 1 | -0/+47 |
| | | | |||||
* | | | Merge branch 'devel' into sighashes | Araq | 2016-12-06 | 1 | -0/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | make sure first call to running() after process exit returns false | Johannes Hofmann | 2016-12-03 | 1 | -0/+5 |
| |/ | |||||
* | | real world examples compile | Andreas Rumpf | 2016-12-06 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'devel' into sighashes | Andreas Rumpf | 2016-12-06 | 2 | -2/+44 |
|\| | |||||
| * | Merge pull request #5080 from FedericoCeratto/httpheaders | Dominik Picheta | 2016-12-01 | 1 | -0/+28 |
| |\ | | | | | | | Add HTTP header deletion, improve tests | ||||
| | * | Add HTTP header deletion, improve tests | Federico Ceratto | 2016-12-01 | 1 | -0/+28 |
| | | | |||||
| * | | Merge pull request #5074 from nigredo-tori/fix-5073 | Andreas Rumpf | 2016-12-01 | 1 | -2/+16 |
| |\ \ | | | | | | | | | Make xmltree.innerText recursive, define for all node kinds | ||||
| | * | | Rewrite xmltools.innerText | Dmitry Polienko | 2016-11-30 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | Make it recursive, define for node types other than xnElement | ||||
* | | | | Merge branch 'devel' into sighashes | Araq | 2016-12-01 | 5 | -0/+56 |
|\| | | | |||||
| * | | | attempt to make travis green again | Araq | 2016-12-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixes #5081 | Araq | 2016-12-01 | 1 | -0/+3 |
| | |/ | |/| | |||||
| * | | fixes #5055 | Araq | 2016-11-30 | 1 | -0/+14 |
| | | | |||||
| * | | fixes #5079 | Araq | 2016-11-30 | 1 | -0/+25 |
| | | | |||||
| * | | fixes #5076 | Araq | 2016-11-30 | 2 | -0/+14 |
| |/ | |||||
* | | sighashes: make more tests green | Araq | 2016-11-29 | 1 | -6/+3 |
| | | |||||
* | | further progress; more tests are green | Araq | 2016-11-28 | 1 | -1/+1 |
|/ | |||||
* | Added deques module, deprecating queues | Ruslan Mustakov | 2016-11-24 | 3 | -10/+10 |
| | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 3 | -6/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 4 | -4/+4 |
| | |||||
* | reverted deepcopy fix for now | Andreas Rumpf | 2016-11-24 | 1 | -0/+1 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 6 | -4/+14 |
| | |||||
* | Merge pull request #5036 from flyx/tablesdelfix | Andreas Rumpf | 2016-11-19 | 1 | -1/+24 |
|\ | | | | | Fixes #5035 | ||||
| * | Fixes #5035 | Felix Krause | 2016-11-18 | 1 | -1/+24 |
| | | |||||
* | | added test case for deepcopy | Andreas Rumpf | 2016-11-19 | 1 | -0/+94 |
|/ | |||||
* | Parse 'Z' as valid timezone if offset is expected | Felix Krause | 2016-11-14 | 1 | -0/+4 |
| | |||||
* | Improved `-`; fixed tests | Felix Krause | 2016-11-14 | 1 | -2/+2 |
| | | | | | | * added prefix `-` operator for TimeInterval * improved `-` for both TimeInterval and TimeInfo * Fixed a DST test | ||||
* | Fixed daylight saving time | Felix Krause | 2016-11-14 | 1 | -1/+22 |
| | | | | | | | | | * When formatting timezone, substract 1 hour from timezone when isDST * Do not depend DST in current timezone when parsing arbitrary date because formatted timestamps are never in DST. * On the way, removed an unnecessary line in parsing code which could cause bugs. * Added DST tests | ||||
* | Fixed timezone rendering, added test | Felix Krause | 2016-11-10 | 1 | -0/+12 |
| | |||||
* | Merge pull request #5002 from goldenreign/time-compare-nosideeffect | Andreas Rumpf | 2016-11-07 | 1 | -0/+11 |
|\ | | | | | Add 'noSideEffect' pragma for Time type's operators. Fixes #4981 | ||||
| * | Add 'noSideEffect' pragma for Time type's operators | goldenreign | 2016-11-07 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #4984 from flyx/timezonefix | Andreas Rumpf | 2016-11-07 | 1 | -51/+66 |
|\ \ | |/ |/| | Fixed timezone handling | ||||
| * | Use ISO 8601 format for times.`$`. Fixed tests. | Felix Krause | 2016-11-01 | 1 | -51/+66 |
| | | | | | | | | | | | | * `$` now uses format() with explicit time zone. * Fixed errors in rendering "z", "zz" and "zzz" * Updated tests | ||||
| * | Removed tzname because it's broken | Felix Krause | 2016-11-01 | 1 | -12/+12 |
| | | | | | | | | | | | | | | * No mapping between TimeInfo.tzname and TimeInfo.timezone * tzname of time.h is not well-defined, may have almost arbitrary length, and localization may differ * Code used hardcoded "UTC" string | ||||
* | | async all() now immediately completes if arg is empty | Ruslan Mustakov | 2016-11-03 | 1 | -0/+9 |
|/ | |||||
* | Merge pull request #4980 from jlp765/tostring | Andreas Rumpf | 2016-11-01 | 1 | -0/+2 |
|\ | | | | | Add nill value handling for seq/sets to system.CollectionToString() | ||||
| * | add test: echo a seq with a nil value | jlp765 | 2016-11-01 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'braces' into refactor-identcache | Araq | 2016-10-31 | 1 | -0/+432 |
|\ \ | |/ |/| | |||||
| * | implements #?braces syntax | Araq | 2016-10-16 | 1 | -0/+432 |
| | | |||||
* | | add test | andri lim | 2016-10-27 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #4924 from nigredo-tori/fix-4917 | Andreas Rumpf | 2016-10-24 | 1 | -0/+22 |
|\ \ | | | | | | | Make createDir return discardable bool |