Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add build support for Linux/ia64 (#11880) [feature] | John Paul Adrian Glaubitz | 2019-08-04 | 2 | -1/+3 |
| | | | | | * compiler: Add ia64 as target architecture on Linux * build.sh: Enable CPU detection for ia64 | ||||
* | fixes #9829 (#11849) | Arne Döring | 2019-08-04 | 2 | -1/+16 |
| | |||||
* | Skip db_postgres.setRow if getRow returns 0 rows (#11859) | Chris Heller | 2019-08-04 | 1 | -2/+4 |
| | | | Fixes nim-lang/Nim#11821 | ||||
* | tgetaddrinfo: disable ICMP tests for Haiku | Leorize | 2019-08-04 | 1 | -1/+1 |
| | | | | They're not supported by Haiku's getaddrinfo() | ||||
* | tgetaddrinfo: use sizeof() instead of hardcoding | Leorize | 2019-08-04 | 1 | -3/+3 |
| | | | | | OS like Haiku have a bigger sockaddr_in struct for legacy(?) reasons. Using sizeof() should account for the different struct sizes. | ||||
* | Allow typeof(nil) as generic parameter (#11869) | Oscar Nihlgård | 2019-08-03 | 2 | -4/+11 |
| | |||||
* | VM exception fixes (#11868) | Oscar Nihlgård | 2019-08-02 | 3 | -2/+28 |
| | |||||
* | random: minor documentation updates (#11831) | Jjp137 | 2019-08-02 | 1 | -8/+42 |
| | | | | Add docs for the sample procs that take in sets, and clean up a few other minor things. | ||||
* | Fix VM conversion to var type [bugfix] (#11866) | Oscar Nihlgård | 2019-08-01 | 2 | -2/+7 |
| | |||||
* | fix #11854 (#11857) | Arne Döring | 2019-07-30 | 3 | -5/+5 |
| | |||||
* | Fixes subtle SSL recvInto bug. | Dominik Picheta | 2019-07-27 | 1 | -0/+1 |
| | | | | | This resulted in a "value out of range: -1" exception inside `recvInto` (on the `copyMem` line). Basically readIntoBuf was returning `-1`. | ||||
* | IR: minor refactoring | Andreas Rumpf | 2019-07-27 | 1 | -1/+4 |
| | |||||
* | IC: some progress | Andreas Rumpf | 2019-07-27 | 5 | -14/+12 |
| | |||||
* | destructors spec: be more precise about temporaries | Andreas Rumpf | 2019-07-27 | 1 | -1/+3 |
| | |||||
* | nimgrep: introduce the --rex option | Andreas Rumpf | 2019-07-27 | 1 | -5/+12 |
| | |||||
* | nimgrep: fixes the -w option | Andreas Rumpf | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | makes the -d:nimIncremental compiler mode compile again | Andreas Rumpf | 2019-07-27 | 5 | -83/+75 |
| | |||||
* | fix #11812 (#11829) | Arne Döring | 2019-07-27 | 2 | -1/+79 |
| | | | | | | * fixes #11812 * fixes #10899 * fixes #11367 | ||||
* | 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 |
| | |