summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* nimpretty: fixes #11616Araq2019-07-183-6/+99
* nimpretty: fixes #11699Araq2019-07-183-7/+71
* [refactoring] nimprettyAraq2019-07-182-17/+31
* Merge pull request #11771 from nim-lang/araq-remove-unused-importsAndreas Rumpf2019-07-1876-558/+531
|\
| * [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-1876-558/+531
|/
* update changelogs [ci skip]narimiran2019-07-173-35/+72
* fixes #11758 [nobackport]Andreas Rumpf2019-07-171-1/+7
* [bugfix] Make std/unicode compile with --styleCheck:error (#11763)Kaushal Modi2019-07-171-3/+3
* [bugfix] Make std/unittest compile with --styleCheck:error (#11762)Kaushal Modi2019-07-171-8/+8
* [refactoring] don't use 'defer'Andreas Rumpf2019-07-171-13/+18
* Merge pull request #11743 from GULPF/stdlib-monotimes [feature]Andreas Rumpf2019-07-173-20/+25
|\
| * Use std/monotimes in the stdlibOscar Nihlgård2019-07-163-20/+25
* | Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsgAndreas Rumpf2019-07-1714-127/+396
|\ \
| * | address commentsTimothee Cour2019-07-082-61/+11
| * | add tests for #8305 #7808 #10285 #11061 + other bugsTimothee Cour2019-07-081-18/+98
| * | make tests/concepts/t3330.nim disabled again: the order of candidates is mach...Timothee Cour2019-07-081-5/+5
| * | make tests/concepts/t3330.nim disabled again: the order of candidates is mach...Timothee Cour2019-07-081-0/+142
| * | fix testsTimothee Cour2019-07-0811-76/+156
| * | fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgsTimothee Cour2019-07-082-51/+68
* | | Merge pull request #11751 from nim-lang/araq-fixes-11474Andreas Rumpf2019-07-172-0/+17
|\ \ \
| * | | fixes #11747Andreas Rumpf2019-07-172-0/+17
* | | | Merge pull request #11753 from kaushalmodi/fix-compilation-warning-in-macrosAndreas Rumpf2019-07-171-1/+1
|\ \ \ \
| * | | | Fix compilation warning in macros.nimKaushal Modi2019-07-161-1/+1
| |/ / /
* | | | fixes a critical 'nim secret' regressionAndreas Rumpf2019-07-171-1/+1
* | | | [bugfix] critbits styleCheck fix: consistent var naming (#11752)Kaushal Modi2019-07-161-8/+8
* | | | [bugfix] openssl styleCheck fix: consistent var naming (#11750)Kaushal Modi2019-07-161-4/+4
* | | | styleCheck fix: type naming: s/outType/OutType/ (#11749)Kaushal Modi2019-07-161-9/+9
|/ / /
* | | Merge pull request #11740 from nim-lang/araq-fixes-11723Andreas Rumpf2019-07-162-2/+20
|\ \ \
| * | | 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
|\ \ \ | |/ / |/| |
| * | [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 impleme...Araq2019-07-146-432/+447
* | | os: confine osErrorMsg example to Linux (#11725)alaviss2019-07-131-1/+1
* | | times: use posix constant instead of import (#11692)Jacek Sieka2019-07-132-12/+4
* | | 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