Arne Döring
|
ce148e71ef
|
disallow static in return type (#9686) [nobackport]
|
2019-08-06 01:26:53 +02:00 |
|
Andreas Rumpf
|
42e83ac24c
|
fixes #11817 (#11889)
|
2019-08-05 16:48:26 +02:00 |
|
Andy Davidoff
|
d208d7a995
|
set[T].len is an alias for set[T].card (#11885) [feature]
|
2019-08-05 14:27:45 +02:00 |
|
Araq
|
61c66abbfe
|
newruntime: make system.delete and friends work with owned ref (bugfix); reported on the forum
|
2019-08-05 00:14:30 +02:00 |
|
Araq
|
7024bb800c
|
fixes #11844
|
2019-08-04 23:54:29 +02:00 |
|
John Paul Adrian Glaubitz
|
65d1140d11
|
Add build support for Linux/ia64 (#11880) [feature]
* compiler: Add ia64 as target architecture on Linux
* build.sh: Enable CPU detection for ia64
|
2019-08-04 23:16:30 +02:00 |
|
Arne Döring
|
b73d097d36
|
fixes #9829 (#11849)
|
2019-08-04 19:31:55 +02:00 |
|
Chris Heller
|
343ace8194
|
Skip db_postgres.setRow if getRow returns 0 rows (#11859)
Fixes nim-lang/Nim#11821
|
2019-08-04 19:28:24 +02:00 |
|
Leorize
|
51d998390c
|
tgetaddrinfo: disable ICMP tests for Haiku
They're not supported by Haiku's getaddrinfo()
|
2019-08-04 12:15:17 +01:00 |
|
Leorize
|
df32c45757
|
tgetaddrinfo: use sizeof() instead of hardcoding
OS like Haiku have a bigger sockaddr_in struct for legacy(?) reasons.
Using sizeof() should account for the different struct sizes.
|
2019-08-04 12:15:17 +01:00 |
|
Oscar Nihlgård
|
bcfb540e57
|
Allow typeof(nil) as generic parameter (#11869)
|
2019-08-03 10:16:07 +02:00 |
|
Oscar Nihlgård
|
50e921bb94
|
VM exception fixes (#11868)
|
2019-08-02 22:59:04 +01:00 |
|
Jjp137
|
a906b3952b
|
random: minor documentation updates (#11831)
Add docs for the sample procs that take in sets, and clean up a
few other minor things.
|
2019-08-02 02:42:18 -04:00 |
|
Oscar Nihlgård
|
829f719670
|
Fix VM conversion to var type [bugfix] (#11866)
|
2019-08-01 17:44:12 +02:00 |
|
Arne Döring
|
803406d07c
|
fix #11854 (#11857)
|
2019-07-30 17:24:42 +02:00 |
|
Dominik Picheta
|
bb949a75db
|
Fixes subtle SSL recvInto bug.
This resulted in a "value out of range: -1" exception inside `recvInto`
(on the `copyMem` line). Basically readIntoBuf was returning `-1`.
|
2019-07-27 19:06:56 +01:00 |
|
Andreas Rumpf
|
ceb1a1b688
|
IR: minor refactoring
|
2019-07-27 14:01:28 +02:00 |
|
Andreas Rumpf
|
f58d87cb43
|
IC: some progress
|
2019-07-27 14:01:28 +02:00 |
|
Andreas Rumpf
|
c9c8fa99cc
|
destructors spec: be more precise about temporaries
|
2019-07-27 14:01:28 +02:00 |
|
Andreas Rumpf
|
b9c15371a3
|
nimgrep: introduce the --rex option
|
2019-07-27 14:01:28 +02:00 |
|
Andreas Rumpf
|
f7c99838e2
|
nimgrep: fixes the -w option
|
2019-07-27 14:01:28 +02:00 |
|
Andreas Rumpf
|
25e6c53bb5
|
makes the -d:nimIncremental compiler mode compile again
|
2019-07-27 14:01:28 +02:00 |
|
Arne Döring
|
1a77040278
|
fix #11812 (#11829)
* fixes #11812
* fixes #10899
* fixes #11367
|
2019-07-27 07:21:47 +02:00 |
|
Giovanni Petrantoni
|
2fdba334da
|
Use proper types according to MSDN and fix clang build of windows dynlib (#11828)
|
2019-07-26 10:11:21 +02:00 |
|
Andrii Riabushenko
|
4c73139316
|
revert changes
|
2019-07-25 23:18:20 +01:00 |
|
Andrii Riabushenko
|
95856ab8d3
|
add test
|
2019-07-25 23:07:43 +01:00 |
|
Andrii Riabushenko
|
d7bc4e43a2
|
fixes #11826
|
2019-07-25 23:02:04 +01:00 |
|
Miran
|
3bb6d1916e
|
fix #11772, JS random seed was too large (#11820)
|
2019-07-25 04:53:50 -04:00 |
|
narimiran
|
3ccda773d6
|
close #11166 by adding a test
|
2019-07-25 10:05:02 +02:00 |
|
narimiran
|
13190435a6
|
close #9891 by adding a test
|
2019-07-25 09:25:18 +02:00 |
|
genotrance
|
44aadd50cf
|
Fix #10630 - fix broken separators in nim doc (#11814)
|
2019-07-24 14:45:05 +02:00 |
|
narimiran
|
5484352d26
|
fix asyncftpclient examples [ci skip]
|
2019-07-24 11:49:06 +02:00 |
|
Timothee Cour
|
8c93c692b9
|
run runnableExamples in the module scope (#11732) [feature]
|
2019-07-22 16:22:57 +02:00 |
|
narimiran
|
30f2cec671
|
fix failing JS tests
|
2019-07-22 11:41:20 +02:00 |
|
Benjamin Summerton
|
46f2271968
|
Add opacity to JS Style
I noticed this was missing. It has cross browser support: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity#Browser_compatibility
|
2019-07-21 23:15:36 +01:00 |
|
cooldome
|
d563efb719
|
fixes #11792 (#11793)
|
2019-07-21 16:53:22 +02:00 |
|
Araq
|
67a6effb7b
|
fixes #11745
|
2019-07-19 22:38:35 +02:00 |
|
Araq
|
affe1be47c
|
fixes #11790 [nobackport]
|
2019-07-19 22:24:56 +02:00 |
|
Araq
|
dc38b88f7e
|
bugfix: it should be [UnusedImport] [nobackport]
|
2019-07-19 19:33:56 +02:00 |
|
Araq
|
1868cbc449
|
revert the bugfix for #11747 as it really was a new, poorly though-out feature
|
2019-07-19 19:32:13 +02:00 |
|
Araq
|
5a020d641d
|
style improvements; fixes #11774
|
2019-07-19 17:25:04 +02:00 |
|
Araq
|
313cc337f2
|
fixes a 'nim check' regression
|
2019-07-19 17:09:11 +02:00 |
|
Araq
|
de69e1856f
|
installer: ship nimpretty.exe on Windows
|
2019-07-19 16:48:27 +02:00 |
|
Andreas Rumpf
|
70e8551e37
|
async macro: general stability improvements [bugfix] (#11787)
|
2019-07-19 16:47:38 +02:00 |
|
Jörg Wollenschläger
|
903d06bab8
|
Fix the range of destroyed elements when shrinking a seq (#11785)
|
2019-07-19 16:46:47 +02:00 |
|
Andreas Rumpf
|
a5d6080a81
|
Merge pull request #11766 from nim-lang/araq-detect-unused-imports
[feature] detect unused imports
|
2019-07-19 01:06:45 +02:00 |
|
Andreas Rumpf
|
fbb0642e27
|
Merge branch 'devel' into araq-detect-unused-imports
|
2019-07-18 18:16:32 +02:00 |
|
Andreas Rumpf
|
9852cf804b
|
warn about unused imports; fixes an 'export' regression [nobackport]
|
2019-07-18 18:16:25 +02:00 |
|
Araq
|
6d8913ee14
|
nimpretty: fixes #11616
|
2019-07-18 12:13:22 +02:00 |
|
Araq
|
7deb49e992
|
nimpretty: fixes #11699
|
2019-07-18 11:28:25 +02:00 |
|