summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fix #11854 (#11857)Arne Döring2019-07-303-5/+5
|
* Fixes subtle SSL recvInto bug.Dominik Picheta2019-07-271-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 refactoringAndreas Rumpf2019-07-271-1/+4
|
* IC: some progressAndreas Rumpf2019-07-275-14/+12
|
* destructors spec: be more precise about temporariesAndreas Rumpf2019-07-271-1/+3
|
* nimgrep: introduce the --rex optionAndreas Rumpf2019-07-271-5/+12
|
* nimgrep: fixes the -w optionAndreas Rumpf2019-07-271-1/+1
|
* makes the -d:nimIncremental compiler mode compile againAndreas Rumpf2019-07-275-83/+75
|
* fix #11812 (#11829)Arne Döring2019-07-272-1/+79
| | | | | | * fixes #11812 * fixes #10899 * fixes #11367
* Use proper types according to MSDN and fix clang build of windows dynlib ↵Giovanni Petrantoni2019-07-261-12/+8
| | | | (#11828)
* revert changesAndrii Riabushenko2019-07-2512-80/+43
|
* add testAndrii Riabushenko2019-07-253-2/+30
|
* fixes #11826Andrii Riabushenko2019-07-259-41/+50
|
* fix #11772, JS random seed was too large (#11820)Miran2019-07-251-1/+1
|
* close #11166 by adding a testnarimiran2019-07-251-0/+4
|
* close #9891 by adding a testnarimiran2019-07-252-0/+19
|
* Fix #10630 - fix broken separators in nim doc (#11814)genotrance2019-07-241-95/+77
|
* fix asyncftpclient examples [ci skip]narimiran2019-07-241-29/+29
|
* run runnableExamples in the module scope (#11732) [feature]Timothee Cour2019-07-224-17/+81
|
* fix failing JS testsnarimiran2019-07-221-1/+0
|
* Add `opacity` to JS `Style`Benjamin Summerton2019-07-211-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)cooldome2019-07-212-1/+31
|
* fixes #11745Araq2019-07-192-1/+14
|
* fixes #11790 [nobackport]Araq2019-07-191-1/+1
|
* bugfix: it should be [UnusedImport] [nobackport]Araq2019-07-191-2/+1
|
* revert the bugfix for #11747 as it really was a new, poorly though-out featureAraq2019-07-192-4/+1
|
* style improvements; fixes #11774Araq2019-07-196-9/+9
|
* fixes a 'nim check' regressionAraq2019-07-191-1/+1
|
* installer: ship nimpretty.exe on WindowsAraq2019-07-191-0/+1
|
* async macro: general stability improvements [bugfix] (#11787)Andreas Rumpf2019-07-191-10/+13
|
* Fix the range of destroyed elements when shrinking a seq (#11785)Jörg Wollenschläger2019-07-191-1/+1
|
* Merge pull request #11766 from nim-lang/araq-detect-unused-importsAndreas Rumpf2019-07-1912-35/+66
|\ | | | | [feature] detect unused imports
| * Merge branch 'devel' into araq-detect-unused-importsAndreas Rumpf2019-07-18105-791/+1274
| |\ | |/ |/|
* | 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 stdli…
| * | [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 stdlib [feature]
| * | 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
|\ \ \ | | | | | | | | fixes #8305; fixes #7808; fixes #10285; fixes #11061 + other bugs with type mismatch error msgs
| * | | 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 ↵Timothee Cour2019-07-081-5/+5
| | | | | | | | | | | | | | | | machine dependent
| * | | make tests/concepts/t3330.nim disabled again: the order of candidates is ↵Timothee Cour2019-07-081-0/+142
| | | | | | | | | | | | | | | | machine dependent