Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test case | Oscar Nihlgård | 2018-01-09 | 1 | -0/+13 |
| | |||||
* | memfiles: enable test; refs #6361 | Araq | 2018-01-03 | 1 | -2/+0 |
| | |||||
* | cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968) | Mathias Stearn | 2017-12-24 | 1 | -0/+20 |
| | |||||
* | Merge pull request #6725 from FedericoCeratto/unittest-5114 | Dominik Picheta | 2017-12-22 | 1 | -0/+38 |
|\ | | | | | Add unittest suite/test name filters | ||||
| * | Add unittest suite/test name filters | Federico Ceratto | 2017-11-28 | 1 | -0/+38 |
| | | | | | | | | Support simple globbing | ||||
* | | fixes #6353 (#6951) | skilchen | 2017-12-21 | 1 | -0/+44 |
| | | |||||
* | | Better times module (#6552) | GULPF | 2017-12-18 | 1 | -156/+210 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First work on better timezones * Update tests to new api. Removed tests for checking that `isDst` was included when formatting, since `isDst` no longer affects utc offset (the entire utc offset is stored directly in `utcOffset` instead). * Deprecate getLocaltime & getGmTime * Add `now()` as a shorthand for GetTIme().inZone(Local) * Add FedericoCeratto's timezone tests (#6548) * Run more tests in all timezones * Make month enum start at 1 instead of 0 * Deprecate getDayOfWeekJulian * Fix issues with gc safety * Rename TimeInfo => DateTime * Fixes #6465 * Improve isLeapYear * FIx handling negative adjTime * Cleanup: - deprecated toSeconds and fromSeconds, added fromUnix and toUnix instead (that returns int64 instead of float) - added missing doc comments - removed some unnecessary JS specific implementations * Fix misstake in JS `-` for Time * Update usage of TimeEffect * Removed unecessary use of `difftime` * JS fix for local tz * Fix subtraction of months * Fix `days` field in `toTimeInterval` * Style and docs * Fix getDayOfYear for real this time... * Fix handling of adding/subtracting time across dst transitions * Fix some bad usage of the times module in the stdlib * Revert to use proper time resoultion for seeding in random.nim * Move deprecated procs to bottom of file * Always use `epochTime` in `randomize` * Remove TimeInterval normalization * Fixes #6905 * Fix getDayOfWeek for year < 1 * Export toEpochDay/fromEpochDay and change year/month/monthday order * Add asserts for checking that the monthday is valid * Fix some remaining ambiguous references to `Time` * Fix ambiguous reference to Time | ||||
* | | Merge branch 'parsesql' of https://github.com/treeform/Nim into ↵ | Araq | 2017-12-15 | 1 | -0/+191 |
|\ \ | | | | | | | | | | treeform-parsesql | ||||
| * | | fix | treeform | 2017-12-14 | 1 | -296/+111 |
| | | | |||||
| * | | fix | treeform | 2017-12-14 | 1 | -435/+373 |
| | | | |||||
| * | | fix | treeform | 2017-12-14 | 1 | -0/+438 |
| | | | |||||
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-12-15 | 2 | -2/+2 |
|\| | | |||||
| * | | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 2 | -2/+2 |
| | | | |||||
* | | | added SQL parser test | Andreas Rumpf | 2017-12-14 | 2 | -0/+310 |
|/ / | |||||
* | | Support all int, uint and float variants in json.to macro. | Dominik Picheta | 2017-11-30 | 1 | -1/+27 |
| | | |||||
* | | Fix infinite recursion when using json.to on ref with cycle. | Dominik Picheta | 2017-11-30 | 2 | -3/+22 |
| | | |||||
* | | Implement support for JsonNode in json.to. | Dominik Picheta | 2017-11-30 | 1 | -1/+18 |
| | | |||||
* | | Implement Table/OrderedTable support for json.to macro. | Dominik Picheta | 2017-11-30 | 1 | -2/+25 |
| | | |||||
* | | Implement support for Option[T] in json.to macro. Fixes #5848. | Dominik Picheta | 2017-11-30 | 1 | -2/+23 |
| | | |||||
* | | Fixes #6604. Rejects unnamed tuples with error. | Dominik Picheta | 2017-11-30 | 2 | -1/+39 |
| | | |||||
* | | Fixes #6095. | Dominik Picheta | 2017-11-30 | 1 | -1/+17 |
| | | |||||
* | | Fixes #5856. Code based on @loloiccl's PR (#5879). | Dominik Picheta | 2017-11-30 | 1 | -1/+14 |
| | | |||||
* | | Fixes #6223. | Dominik Picheta | 2017-11-28 | 1 | -0/+4 |
|/ | |||||
* | added a warning that the .deprecate statement is unreliable for routines | Andreas Rumpf | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Appveyor thttpclient (#6744) | Fredrik Høisæther Rasch | 2017-11-15 | 1 | -0/+1 |
| | | | | | | * App option value for disabling tests for AppVeyor * Disable thttpclient on AppVeyor | ||||
* | attempt to make travis green again | Andreas Rumpf | 2017-11-05 | 2 | -0/+2 |
| | |||||
* | make tests green again | Araq | 2017-11-01 | 2 | -4/+4 |
| | |||||
* | Update `removeSuffix` implementations to match `removePrefix` (#6636) | Bo Lingen | 2017-10-30 | 1 | -4/+26 |
| | |||||
* | remove old implementation of the roof operator; make tests green again; ↵ | Andreas Rumpf | 2017-10-29 | 2 | -4/+4 |
| | | | | close #6292 | ||||
* | add `strutils.removePrefix` proc (#6473) | Bo Lingen | 2017-10-28 | 1 | -0/+62 |
| | |||||
* | isAlphaNumberic and isDigit improvement + tests (#6579) | Viktor Marosvary | 2017-10-24 | 1 | -0/+19 |
| | | | if we encounter a character that does not satisfy the proc, we return immediately, without continuing to loop over the rest of the chars in the string. | ||||
* | Merge pull request #6495 from GULPF/Fix-countLeapYears | Dominik Picheta | 2017-10-16 | 1 | -0/+6 |
|\ | | | | | Fix countLeapYears | ||||
| * | Fix countLeapYears | Oscar Nihlgård | 2017-10-10 | 1 | -0/+6 |
| | | |||||
* | | [JSON] getBVal -> getBool; getFNum -> getFloat | Daniil Yarancev | 2017-10-14 | 1 | -2/+2 |
|/ | |||||
* | Add dst formatting tests (#6468) | GULPF | 2017-10-10 | 1 | -11/+19 |
| | | | | | | * Rename ttime.nim => ttimes.nim * Add formating tests for DST, closes #3199 * Make appveyor green * Remove broken test | ||||
* | the parser finally parses 'echo {1,2}' as it should | Andreas Rumpf | 2017-09-30 | 3 | -5/+5 |
| | |||||
* | Improved unittest check macro, fixes #5784 (#6446) | GULPF | 2017-09-30 | 1 | -6/+21 |
| | |||||
* | Reorder json `add` and `%`, fixes #6385 (#6388) | Mamy Ratsimbazafy | 2017-09-16 | 2 | -0/+15 |
| | | | | | | * Reorder json `add` and `%`, fixes https://github.com/nim-lang/Nim/issues/6385 * rename json test files | ||||
* | Changed JSON stringification to preserve UTF (#6330) | Yuriy Glukhov | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | Fix wrong result of countLines() (#6371) | Simon Krauter | 2017-09-15 | 1 | -0/+12 |
| | |||||
* | attempt to make travis green again | Araq | 2017-09-05 | 1 | -14/+18 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 3 | -20/+21 |
| | |||||
* | fixes #6049 add mixin release, acquire to withLock (#6113) | andri lim | 2017-07-16 | 2 | -0/+21 |
| | |||||
* | fixes #6046 parsecfg failed to parse negative int (#6097) | andri lim | 2017-07-14 | 1 | -0/+23 |
| | |||||
* | fixes #5966 | Fabian Keller | 2017-06-20 | 1 | -1/+22 |
| | |||||
* | fix orderedtable enlarge proc. (#5937) | Parashurama | 2017-06-05 | 1 | -0/+18 |
| | | | This fixes issue #5917 | ||||
* | Merge branch 'araq2' into devel | Araq | 2017-05-17 | 1 | -1/+23 |
|\ | |||||
| * | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-17 | 1 | -1/+23 |
| |\ | |||||
| | * | close #5757 | Zahary Karadjov | 2017-04-30 | 1 | -1/+23 |
| | | | |||||
* | | | Fixes #5761. | Dominik Picheta | 2017-05-17 | 1 | -1/+21 |
| | | |