Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update changelogs [ci skip] | narimiran | 2019-07-17 | 3 | -35/+72 |
| | |||||
* | fixes #11758 [nobackport] | Andreas Rumpf | 2019-07-17 | 1 | -1/+7 |
| | |||||
* | [bugfix] Make std/unicode compile with --styleCheck:error (#11763) | Kaushal Modi | 2019-07-17 | 1 | -3/+3 |
| | |||||
* | [bugfix] Make std/unittest compile with --styleCheck:error (#11762) | Kaushal Modi | 2019-07-17 | 1 | -8/+8 |
| | |||||
* | [refactoring] don't use 'defer' | Andreas Rumpf | 2019-07-17 | 1 | -13/+18 |
| | |||||
* | Merge pull request #11743 from GULPF/stdlib-monotimes [feature] | Andreas Rumpf | 2019-07-17 | 3 | -20/+25 |
|\ | | | | | Use std/monotimes in the stdlib [feature] | ||||
| * | Use std/monotimes in the stdlib | Oscar Nihlgård | 2019-07-16 | 3 | -20/+25 |
| | | |||||
* | | Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsg | Andreas Rumpf | 2019-07-17 | 14 | -127/+396 |
|\ \ | | | | | | | fixes #8305; fixes #7808; fixes #10285; fixes #11061 + other bugs with type mismatch error msgs | ||||
| * | | address comments | Timothee Cour | 2019-07-08 | 2 | -61/+11 |
| | | | |||||
| * | | add tests for #8305 #7808 #10285 #11061 + other bugs | Timothee Cour | 2019-07-08 | 1 | -18/+98 |
| | | | |||||
| * | | make tests/concepts/t3330.nim disabled again: the order of candidates is ↵ | Timothee Cour | 2019-07-08 | 1 | -5/+5 |
| | | | | | | | | | | | | machine dependent | ||||
| * | | make tests/concepts/t3330.nim disabled again: the order of candidates is ↵ | Timothee Cour | 2019-07-08 | 1 | -0/+142 |
| | | | | | | | | | | | | machine dependent | ||||
| * | | fix tests | Timothee Cour | 2019-07-08 | 11 | -76/+156 |
| | | | |||||
| * | | fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgs | Timothee Cour | 2019-07-08 | 2 | -51/+68 |
| | | | |||||
* | | | Merge pull request #11751 from nim-lang/araq-fixes-11474 | Andreas Rumpf | 2019-07-17 | 2 | -0/+17 |
|\ \ \ | | | | | | | | | fixes #11747 | ||||
| * | | | fixes #11747 | Andreas Rumpf | 2019-07-17 | 2 | -0/+17 |
| | | | | |||||
* | | | | Merge pull request #11753 from kaushalmodi/fix-compilation-warning-in-macros | Andreas Rumpf | 2019-07-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [bugfix] Fix compilation warning in macros.nim | ||||
| * | | | | Fix compilation warning in macros.nim | Kaushal Modi | 2019-07-16 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: > macros.nim(1423, 35) Warning: `typed` will change its meaning in future versions of Nim. `void` or no return type declaration at all has the same meaning as the current meaning of `typed` as return type declaration. [Deprecated] | ||||
* | | | | fixes a critical 'nim secret' regression | Andreas Rumpf | 2019-07-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | [bugfix] critbits styleCheck fix: consistent var naming (#11752) | Kaushal Modi | 2019-07-16 | 1 | -8/+8 |
| | | | | |||||
* | | | | [bugfix] openssl styleCheck fix: consistent var naming (#11750) | Kaushal Modi | 2019-07-16 | 1 | -4/+4 |
| | | | | |||||
* | | | | styleCheck fix: type naming: s/outType/OutType/ (#11749) | Kaushal Modi | 2019-07-16 | 1 | -9/+9 |
|/ / / | |||||
* | | | Merge pull request #11740 from nim-lang/araq-fixes-11723 | Andreas Rumpf | 2019-07-16 | 2 | -2/+20 |
|\ \ \ | | | | | | | | | fixes #11723 | ||||
| * | | | fixes #11723 | Araq | 2019-07-15 | 2 | -2/+20 |
| | | | | |||||
* | | | | Fix Typos in Internal Docs (#11735) [ci skip] | Tristano Ajmone | 2019-07-15 | 3 | -7/+7 |
| | | | | |||||
* | | | | fix broken link (#11736) [ci skip] | Kartik Saranathan | 2019-07-15 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Add std/monotimes which implements monotonic timestamps (#11712) | Andreas Rumpf | 2019-07-15 | 5 | -10/+195 |
|\ \ \ | |/ / |/| | | | | | | | | | | | * [feature] Added std/monotimes * [other] Minor optimization in times | ||||
| * | | [other] Minor optimization in times | Oscar Nihlgård | 2019-07-12 | 1 | -9/+12 |
| | | | |||||
| * | | [feature] Added std/monotimes | Oscar Nihlgård | 2019-07-12 | 5 | -1/+183 |
| | | | |||||
* | | | styleCheck fixes [bugfix] | Araq | 2019-07-15 | 1 | -3/+3 |
| | | | |||||
* | | | styleCheck fixes [bugfix] | Araq | 2019-07-15 | 1 | -2/+2 |
| | | | |||||
* | | | styleCheck fixes [bugfix] | Araq | 2019-07-15 | 2 | -4/+4 |
| | | | |||||
* | | | newruntime: progress to make 'async' work with --newruntime | Araq | 2019-07-15 | 3 | -9/+8 |
| | | | |||||
* | | | makes devel green again | Andreas Rumpf | 2019-07-14 | 1 | -1/+3 |
| | | | |||||
* | | | 'nim check' stability improvements | Araq | 2019-07-14 | 4 | -8/+17 |
| | | | |||||
* | | | makes --styleCheck:error the default for the Nim compiler itself | Araq | 2019-07-14 | 2 | -5/+16 |
| | | | |||||
* | | | minor update for the genode target | Araq | 2019-07-14 | 2 | -2/+2 |
| | | | |||||
* | | | make 'koch temp' work again | Araq | 2019-07-14 | 2 | -13/+20 |
| | | | |||||
* | | | [refactoring] moves transformation for 'spawn' into its own spawn.nim ↵ | Araq | 2019-07-14 | 6 | -432/+447 |
| | | | | | | | | | | | | implementation | ||||
* | | | os: confine osErrorMsg example to Linux (#11725) | alaviss | 2019-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | POSIX does **not** define the exact number for each errors. This caused a failure in docs building on Haiku. | ||||
* | | | times: use posix constant instead of import (#11692) | Jacek Sieka | 2019-07-13 | 2 | -12/+4 |
| | | | | | | | | | | | | | | | | | | * times: use posix constant instead of import * simplify clock id usage | ||||
* | | | fixes #11715 (#11721) | Andreas Rumpf | 2019-07-13 | 2 | -1/+9 |
| | | | |||||
* | | | better run also considers the command line; fixes #11719 [feature] | Araq | 2019-07-12 | 3 | -1/+18 |
| | | | |||||
* | | | newruntime: refchecks:on|off switch | Araq | 2019-07-12 | 5 | -6/+14 |
| | | | |||||
* | | | made --newruntime ready for multi-threading | Araq | 2019-07-12 | 1 | -5/+21 |
| | | | |||||
* | | | atomics.nim: minor improvements | Araq | 2019-07-12 | 1 | -1/+1 |
| | | | |||||
* | | | documented --newruntime switch | Araq | 2019-07-12 | 1 | -1/+4 |
| | | | |||||
* | | | preparations to be able to use atomics in runtime_v2.nim | Araq | 2019-07-12 | 1 | -11/+16 |
| | | | |||||
* | | | fixes tcompiletimerange [bugfix] (#11720) | Andreas Rumpf | 2019-07-12 | 3 | -7/+29 |
| | | | |||||
* | | | Moved 'Case statement macros' documentation out of manual into ↵ | Ico Doornekamp | 2019-07-12 | 2 | -51/+51 |
| | | | | | | | | | | | | manual_experimental (#11716) |