summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #11747Andreas Rumpf2019-07-172-0/+17
|
* Merge pull request #11740 from nim-lang/araq-fixes-11723Andreas Rumpf2019-07-162-2/+20
|\ | | | | fixes #11723
| * fixes #11723Araq2019-07-152-2/+20
| |
* | Fix Typos in Internal Docs (#11735) [ci skip]Tristano Ajmone2019-07-153-7/+7
| |
* | fix broken link (#11736) [ci skip]Kartik Saranathan2019-07-151-1/+1
| |
* | Add std/monotimes which implements monotonic timestamps (#11712)Andreas Rumpf2019-07-155-10/+195
|\ \ | |/ |/| | | | | | | * [feature] Added std/monotimes * [other] Minor optimization in times
| * [other] Minor optimization in timesOscar Nihlgård2019-07-121-9/+12
| |
| * [feature] Added std/monotimesOscar Nihlgård2019-07-125-1/+183
| |
* | styleCheck fixes [bugfix]Araq2019-07-151-3/+3
| |
* | styleCheck fixes [bugfix]Araq2019-07-151-2/+2
| |
* | styleCheck fixes [bugfix]Araq2019-07-152-4/+4
| |
* | newruntime: progress to make 'async' work with --newruntimeAraq2019-07-153-9/+8
| |
* | makes devel green againAndreas Rumpf2019-07-141-1/+3
| |
* | 'nim check' stability improvementsAraq2019-07-144-8/+17
| |
* | makes --styleCheck:error the default for the Nim compiler itselfAraq2019-07-142-5/+16
| |
* | minor update for the genode targetAraq2019-07-142-2/+2
| |
* | make 'koch temp' work againAraq2019-07-142-13/+20
| |
* | [refactoring] moves transformation for 'spawn' into its own spawn.nim ↵Araq2019-07-146-432/+447
| | | | | | | | implementation
* | os: confine osErrorMsg example to Linux (#11725)alaviss2019-07-131-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 Sieka2019-07-132-12/+4
| | | | | | | | | | | | * times: use posix constant instead of import * simplify clock id usage
* | fixes #11715 (#11721)Andreas Rumpf2019-07-132-1/+9
| |
* | better run also considers the command line; fixes #11719 [feature]Araq2019-07-123-1/+18
| |
* | newruntime: refchecks:on|off switchAraq2019-07-125-6/+14
| |
* | made --newruntime ready for multi-threadingAraq2019-07-121-5/+21
| |
* | atomics.nim: minor improvementsAraq2019-07-121-1/+1
| |
* | documented --newruntime switchAraq2019-07-121-1/+4
| |
* | preparations to be able to use atomics in runtime_v2.nimAraq2019-07-121-11/+16
| |
* | fixes tcompiletimerange [bugfix] (#11720)Andreas Rumpf2019-07-123-7/+29
| |
* | Moved 'Case statement macros' documentation out of manual into ↵Ico Doornekamp2019-07-122-51/+51
| | | | | | | | manual_experimental (#11716)
* | [bugfix] VM: finally do inheritance properlyAraq2019-07-122-21/+36
| |
* | koch/nim: completion of the 'better run' featureAraq2019-07-123-4/+6
| |
* | document 'nim' defines prefixAraq2019-07-121-0/+3
| |
* | nimpretty: implement a --maxLineLen command line optionAraq2019-07-122-7/+12
| |
* | JS codegen: supports toOpenArray [bugfix]Araq2019-07-124-14/+30
| |
* | koch temp bugfixAraq2019-07-121-3/+2
| |
* | nimpretty: fix #11700, no extra newlines (#11714)Miran2019-07-123-15/+64
| |
* | better run [feature] (#11709)Andreas Rumpf2019-07-1110-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 Picheta2019-07-111-1/+1
|
* make async tests green againAndreas Rumpf2019-07-113-8/+12
|
* minor style changesAraq2019-07-1115-110/+134
|
* minor style changesAraq2019-07-1011-56/+60
|
* make tests green againAraq2019-07-101-5/+5
|
* there is only one style -- my styleAraq2019-07-1016-213/+232
|
* fixes linter regressionsAraq2019-07-104-3/+15
|
* make editdistance work with --styleCheck:errorAraq2019-07-101-108/+108
|
* fixes #10901Araq2019-07-101-0/+2
|
* fixes #11683Araq2019-07-101-5/+6
|
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-1017-98/+98
|
* fixes #11691Araq2019-07-101-5/+5
|
* [feature] add `unsafeColumnAt` procs, that return unsafe cstring from ↵Huy2019-07-105-1/+24
| | | | InstantRow (#11647)