summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Prevent crash on pragma templates w/ generics (#10685)LemonBoy2019-02-183-11/+26
| | | | | | | | | * Prevent crash on pragma templates w/ generics * Remove incorrect call to pragma reconversion `semOverloadedCall` may return a node with more elements than the original nkCall node had (implicit and/or explicit generics).
* Small CI improvements (#10699)LemonBoy2019-02-182-5/+7
| | | | | | * [appveyor] Cache all the downloaded binaries * [travis] Enable fast_finish
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-172-0/+16
| | | | Port of #3323 with added tests
* add links to every document, fixes #5515narimiran2019-02-161-1/+14
|
* Comment on isSorted complexity. (#10686) [ci skip]Federico Ceratto2019-02-161-1/+1
|
* some dom proc correction and complement (#10684)liuxiaodong2019-02-151-4/+9
|
* Merge pull request #10680 from narimiran/fix-10561LemonBoy2019-02-151-1/+1
|\ | | | | allow string insert in nimscript, fixes #10561
| * allow string insert in nimscript, fixes #10561narimiran2019-02-151-1/+1
|/
* Return result when found instead of keep iterating for no reason the whole ↵Juan Carlos2019-02-151-0/+1
| | | | mimedb on mimetypes module (#10675)
* add more nimble packages for testing (#10671)Miran2019-02-153-43/+79
|
* introduce object before tuple in the tutorials (#10664)Arne Döring2019-02-142-31/+102
|
* fixes #10651Araq2019-02-143-14/+40
|
* osproc: fix minor typoAraq2019-02-141-1/+1
|
* deprecated leftovers from era of no unsigned integer types (#10605)Arne Döring2019-02-141-9/+23
|
* fix typo in codeReordering error msg (#10667)Timothee Cour2019-02-142-2/+2
| | | | | | * fix typo in codeReordering * reorder=>codeReordering
* compiler/types: correctly generates signature for non-proc types (#10658)alaviss2019-02-132-1/+21
| | | | This makes signatures generated for nimsuggest correctly distinguish template/macro/converter from proc.
* disable talloc2 on 32 bits (#10656)Arne Döring2019-02-131-36/+35
|
* 32 bit fixes (#10608)Arne Döring2019-02-1226-135/+165
|
* randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior ↵Timothee Cour2019-02-121-0/+1
| | | | (#10635)
* fix travis: add set -e in script (#10631)Timothee Cour2019-02-121-0/+2
|
* reduce debug output (#10638)Arne Döring2019-02-121-58/+63
|
* Fix codegen problem with strict C++ compilers (#10639)LemonBoy2019-02-121-1/+1
| | | | | | Since tyCString is convertible to a tyPointer we must be extra careful to emit a cast to (void*) in order to appease clang++. Reported by masnagam on the Nim forum.
* nimsuggest: only log when logging is enabled (#10646)alaviss2019-02-121-2/+2
| | | fixes #6199
* deprecated list comprehension (#10636)Arne Döring2019-02-121-3/+4
|
* Lowercase ext before querying the mimedb on mimetypes module, change ↵Juan Carlos2019-02-121-11/+29
| | | | isMainModule to runnableExamples (#10644)
* travis:upgrade to xenial (trusty end of life is april 2019) (#10643)Timothee Cour2019-02-121-1/+1
|
* better docs: timesnarimiran2019-02-111-27/+93
|
* attempt to make nightlies work againAndreas Rumpf2019-02-111-1/+1
|
* Update mimetypes (#10621)Juan Carlos2019-02-111-475/+1863
| | | | * Update mimetypes const mimes, Fix for Nim mimetypes to recognize Nim and Nimble
* macros: add links in the docs [ci skip]narimiran2019-02-111-0/+4
|
* better docs: random (#10546)Jjp1372019-02-111-66/+423
|
* Propagate tfGcSafe flag to generic instantiations (#10620)LemonBoy2019-02-102-3/+13
| | | Fixes a nasty endless loop in the generic instantiation phase.
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-1011-36/+88
| | | | | | * Make index out of bounds more useful by including the 'bounds'. * fixes #9880 index out of bounds (remaining cases); revives #10228 * change err msg to: `index 3 not in 0 .. 1`
* Add note on channel usage with spawn (#10627) [ci skip]Federico Ceratto2019-02-101-3/+8
|
* Merge pull request #10622 from ehmry/xmlLemonBoy2019-02-101-4/+2
|\ | | | | Use standard XML escaping
| * Use standard XML escapingEmery Hemingway2019-02-101-4/+2
| |
* | fixes #10547Andreas Rumpf2019-02-101-5/+6
|/
* Expanded the typeinfo module's doc comment to warn that rtti will evolve and ↵Dean Thompson2019-02-101-4/+11
| | | | suggest alternative approaches. (#10596)
* Fixes #10357 (#10618)Juan Carlos2019-02-101-1/+1
|
* sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-101-3/+3
| | | | | | | | | this speeds up the system.sets time from ~0.2 to ~0.06 in release mode. This is still slower than intsets and tables (which both are ~0.01). This assumes that most sets will be sparse. fixes #10617
* Implement `json.%` for tables and optionsOscar Nihlgård2019-02-101-1/+11
|
* Do not walk into type sub-nodes for cast/conv expr (#10616)LemonBoy2019-02-092-0/+24
|
* Misc macro things (#10612)LemonBoy2019-02-092-14/+19
| | | | | | | | | | | | * Misc cleanup in macro code Generate error messages using `error` instead of `assert`. Fixes #10574 * Fix crash with hasCustomPragma on quoted fields Use the `$` operator instead of reaching for the `strVal` field directly
* Merge pull request #10614 from kobi2187/patch-1LemonBoy2019-02-091-1/+1
|\ | | | | fix replacef typo in example
| * fix replacef typo in exampleKobi2019-02-091-1/+1
|/
* fixes #6955Andreas Rumpf2019-02-092-4/+17
|
* fixes #10606Andreas Rumpf2019-02-091-2/+4
|
* disable flaky coroutines testAndreas Rumpf2019-02-091-0/+1
|
* new AppVeyor configuration that should test the compiler against sele… ↵Andreas Rumpf2019-02-093-45/+43
| | | | (#10549)
* Print missing case labels (#10600)Arne Döring2019-02-094-2/+142
|