Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #11747 | Andreas Rumpf | 2019-07-17 | 2 | -0/+17 |
| | |||||
* | 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) | ||||
* | | [bugfix] VM: finally do inheritance properly | Araq | 2019-07-12 | 2 | -21/+36 |
| | | |||||
* | | koch/nim: completion of the 'better run' feature | Araq | 2019-07-12 | 3 | -4/+6 |
| | | |||||
* | | document 'nim' defines prefix | Araq | 2019-07-12 | 1 | -0/+3 |
| | | |||||
* | | nimpretty: implement a --maxLineLen command line option | Araq | 2019-07-12 | 2 | -7/+12 |
| | | |||||
* | | JS codegen: supports toOpenArray [bugfix] | Araq | 2019-07-12 | 4 | -14/+30 |
| | | |||||
* | | koch temp bugfix | Araq | 2019-07-12 | 1 | -3/+2 |
| | | |||||
* | | nimpretty: fix #11700, no extra newlines (#11714) | Miran | 2019-07-12 | 3 | -15/+64 |
| | | |||||
* | | better run [feature] (#11709) | Andreas Rumpf | 2019-07-11 | 10 | -24/+88 |
|/ | | | | | | | * track the checksums of all involved Nim files for smarter 'nim c -r' recompiles * don't recompile unless necessary for 'nim c -r' [feature] * [feature] koch boot uses a two step process in order to free the RAM before the GCC/Clang invocations * fixes a serious regression | ||||
* | Give NilAccessError a message (#11706) | Dominik Picheta | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | make async tests green again | Andreas Rumpf | 2019-07-11 | 3 | -8/+12 |
| | |||||
* | minor style changes | Araq | 2019-07-11 | 15 | -110/+134 |
| | |||||
* | minor style changes | Araq | 2019-07-10 | 11 | -56/+60 |
| | |||||
* | make tests green again | Araq | 2019-07-10 | 1 | -5/+5 |
| | |||||
* | there is only one style -- my style | Araq | 2019-07-10 | 16 | -213/+232 |
| | |||||
* | fixes linter regressions | Araq | 2019-07-10 | 4 | -3/+15 |
| | |||||
* | make editdistance work with --styleCheck:error | Araq | 2019-07-10 | 1 | -108/+108 |
| | |||||
* | fixes #10901 | Araq | 2019-07-10 | 1 | -0/+2 |
| | |||||
* | fixes #11683 | Araq | 2019-07-10 | 1 | -5/+6 |
| | |||||
* | make more parts of the stdlib compile with --styleCheck:error | Araq | 2019-07-10 | 17 | -98/+98 |
| | |||||
* | fixes #11691 | Araq | 2019-07-10 | 1 | -5/+5 |
| | |||||
* | [feature] add `unsafeColumnAt` procs, that return unsafe cstring from ↵ | Huy | 2019-07-10 | 5 | -1/+24 |
| | | | | InstantRow (#11647) |