Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper types according to MSDN and fix clang build of windows dynlib ↵ | Giovanni Petrantoni | 2019-07-26 | 1 | -12/+8 |
| | | | | (#11828) | ||||
* | revert changes | Andrii Riabushenko | 2019-07-25 | 12 | -80/+43 |
| | |||||
* | add test | Andrii Riabushenko | 2019-07-25 | 3 | -2/+30 |
| | |||||
* | fixes #11826 | Andrii Riabushenko | 2019-07-25 | 9 | -41/+50 |
| | |||||
* | fix #11772, JS random seed was too large (#11820) | Miran | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | close #11166 by adding a test | narimiran | 2019-07-25 | 1 | -0/+4 |
| | |||||
* | close #9891 by adding a test | narimiran | 2019-07-25 | 2 | -0/+19 |
| | |||||
* | Fix #10630 - fix broken separators in nim doc (#11814) | genotrance | 2019-07-24 | 1 | -95/+77 |
| | |||||
* | fix asyncftpclient examples [ci skip] | narimiran | 2019-07-24 | 1 | -29/+29 |
| | |||||
* | run runnableExamples in the module scope (#11732) [feature] | Timothee Cour | 2019-07-22 | 4 | -17/+81 |
| | |||||
* | fix failing JS tests | narimiran | 2019-07-22 | 1 | -1/+0 |
| | |||||
* | Add `opacity` to JS `Style` | Benjamin Summerton | 2019-07-21 | 1 | -0/+2 |
| | | | I noticed this was missing. It has cross browser support: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity#Browser_compatibility | ||||
* | fixes #11792 (#11793) | cooldome | 2019-07-21 | 2 | -1/+31 |
| | |||||
* | fixes #11745 | Araq | 2019-07-19 | 2 | -1/+14 |
| | |||||
* | fixes #11790 [nobackport] | Araq | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | bugfix: it should be [UnusedImport] [nobackport] | Araq | 2019-07-19 | 1 | -2/+1 |
| | |||||
* | revert the bugfix for #11747 as it really was a new, poorly though-out feature | Araq | 2019-07-19 | 2 | -4/+1 |
| | |||||
* | style improvements; fixes #11774 | Araq | 2019-07-19 | 6 | -9/+9 |
| | |||||
* | fixes a 'nim check' regression | Araq | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | installer: ship nimpretty.exe on Windows | Araq | 2019-07-19 | 1 | -0/+1 |
| | |||||
* | async macro: general stability improvements [bugfix] (#11787) | Andreas Rumpf | 2019-07-19 | 1 | -10/+13 |
| | |||||
* | Fix the range of destroyed elements when shrinking a seq (#11785) | Jörg Wollenschläger | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11766 from nim-lang/araq-detect-unused-imports | Andreas Rumpf | 2019-07-19 | 12 | -35/+66 |
|\ | | | | | [feature] detect unused imports | ||||
| * | Merge branch 'devel' into araq-detect-unused-imports | Andreas Rumpf | 2019-07-18 | 105 | -791/+1274 |
| |\ | |/ |/| | |||||
* | | nimpretty: fixes #11616 | Araq | 2019-07-18 | 3 | -6/+99 |
| | | |||||
* | | nimpretty: fixes #11699 | Araq | 2019-07-18 | 3 | -7/+71 |
| | | |||||
* | | [refactoring] nimpretty | Araq | 2019-07-18 | 2 | -17/+31 |
| | | |||||
* | | Merge pull request #11771 from nim-lang/araq-remove-unused-imports | Andreas Rumpf | 2019-07-18 | 76 | -558/+531 |
|\ \ | | | | | | | [refactoring] remove unused imports in the compiler and in some stdli… | ||||
| * | | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 76 | -558/+531 |
|/ / | |||||
* | | 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 |
| | | | | | |||||
| | | | * | warn about unused imports; fixes an 'export' regression [nobackport] | Andreas Rumpf | 2019-07-18 | 3 | -7/+9 |
| | | | | | |||||
| | | | * | [feature] detect unused imports | Araq | 2019-07-17 | 12 | -33/+62 |
| |_|_|/ |/| | | |