Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | htmlgen: Add lazy loading (#15986) | Juan Carlos | 2020-11-16 | 1 | -2/+2 |
| | |||||
* | telling us once about a change is enough [ci skip] | narimiran | 2020-11-16 | 1 | -2/+1 |
| | |||||
* | rename: stmt -> typed and expr -> untyped (#15989) | flywind | 2020-11-16 | 3 | -4/+4 |
| | | | | | | | * stmt -> typed * expr -> untyped * minor | ||||
* | fix #15910 (#15984) | cooldome | 2020-11-16 | 2 | -5/+77 |
| | | | | | | | * fix #15910 * produce op of op is nil * Trigger build | ||||
* | fix #15934 and #15620 (#15938) [backport:1.4] | Andreas Rumpf | 2020-11-15 | 3 | -1/+35 |
|\ | | | | | | | * make workaround for #15934 and #15620 * add testcase for #9754 | ||||
| * | minor | flywind | 2020-11-13 | 1 | -0/+4 |
| | | |||||
| * | add testcase for #9754 | flywind | 2020-11-13 | 1 | -0/+2 |
| | | |||||
| * | nil | flywind | 2020-11-13 | 1 | -0/+2 |
| | | |||||
| * | add testcase | flywind | 2020-11-12 | 1 | -0/+25 |
| | | |||||
| * | make workaround for #15934 and #15620 | flywind | 2020-11-12 | 1 | -1/+2 |
| | | |||||
* | | fixes #15753 [backport:1.4] (#15971) | Andreas Rumpf | 2020-11-15 | 2 | -19/+109 |
| | | |||||
* | | Fix nimsuggest/#117 (#15602) | Clyybber | 2020-11-15 | 1 | -4/+1 |
| | | |||||
* | | Documentation only (#15968) | Andreas Rumpf | 2020-11-15 | 1 | -1/+27 |
|\ \ | | | | | | | | | | | | | * Fix #15806 * https://github.com/nim-lang/Nim/pull/15968/files#r523468677 | ||||
| * | | https://github.com/nim-lang/Nim/pull/15968/files#r523468677 | Juan Carlos | 2020-11-14 | 1 | -7/+1 |
| | | | |||||
| * | | Fix #15806 | Juan Carlos | 2020-11-14 | 1 | -1/+2 |
| | | | |||||
| * | | Fix #15806 | Juan Carlos | 2020-11-14 | 1 | -2/+3 |
| | | | |||||
| * | | Fix #15806 | Juan Carlos | 2020-11-14 | 1 | -1/+2 |
| | | | |||||
| * | | Fix #15806 | Juan Carlos | 2020-11-14 | 1 | -1/+30 |
| | | | |||||
* | | | asynchttpserver cleanups [backport:1.0] (#15966) | Andreas Rumpf | 2020-11-15 | 2 | -12/+10 |
|/ / | | | | | | | * asynchttpserver cleanups [backport:1.0] | ||||
* | | [docs minor]add some tips to intern.rst (#15967) | Andreas Rumpf | 2020-11-14 | 1 | -2/+10 |
|\ \ | | | | | | | | | | | | | * [docs minor]add some tips yo intern.rst * minor | ||||
| * | | minor | flywind | 2020-11-14 | 1 | -1/+1 |
| | | | |||||
| * | | [docs minor]add some tips yo intern.rst | flywind | 2020-11-14 | 1 | -2/+10 |
| |/ | |||||
* | | fix #12303 (#15964) | flywind | 2020-11-14 | 3 | -2/+26 |
| | | |||||
* | | nimgrep: change 2 iterators to closure (#15962) | Andreas Rumpf | 2020-11-14 | 1 | -12/+14 |
|\ \ | |||||
| * | | nimgrep: change 2 iterators to closure | Andrey Makarov | 2020-11-14 | 1 | -12/+14 |
| | | | |||||
* | | | targets: use cpp instead of c++ everywhere (was by far the most common) (#15961) | Timothee Cour | 2020-11-14 | 5 | -5/+5 |
| | | | |||||
* | | | strengthen taddr.nim: add test case for #14578; reference other issues; test ↵ | Timothee Cour | 2020-11-13 | 1 | -15/+13 |
|/ / | | | | | | | cpp (#15960) | ||||
* | | attempt to make asynchttpserver better; fixes #15925; [backport:1.0] (#15957) | Andreas Rumpf | 2020-11-13 | 8 | -36/+124 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | * attempt to make asynchttpserver better; fixes #15925; [backport:1.0] * better documentation * fixes 'nim doc' * makes test green again * ported to FreeRTOS * fixes the doc rendering | ||||
| * | | fixes the doc rendering | Araq | 2020-11-13 | 1 | -38/+35 |
| | | | |||||
| * | | ported to FreeRTOS | Araq | 2020-11-13 | 2 | -11/+22 |
| | | | |||||
| * | | makes test green again | Araq | 2020-11-13 | 1 | -2/+2 |
| | | | |||||
| * | | fixes 'nim doc' | Araq | 2020-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | better documentation | Araq | 2020-11-13 | 1 | -4/+11 |
| | | | |||||
| * | | attempt to make asynchttpserver better; fixes #15925; [backport:1.0] | Araq | 2020-11-13 | 7 | -50/+123 |
| | | | |||||
* | | | Make IntSet a generic ordinal set OrdSet[A] (#15564) | landerlo | 2020-11-13 | 4 | -752/+873 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make IntSet an ordinal set OrdSet[A: Ordinal] Backward compatibility with IntSet is maintained. IntSet is an alias for OrdSet[int] * move ordsets to new file, intsets exports it * ordset, move to lib/std folder * Fix `$` for ordsets and test cleanup * Fix ordsets compilation in doc example * Rename ordsets to packedsets | ||||
* | | | Alternate to https://github.com/nim-lang/Nim/pull/15915 (#15937) | c-blake | 2020-11-13 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Alternate PR to https://github.com/nim-lang/Nim/pull/15915 to resolve the problem mentioned there (`hash() == 0`) as well as to close https://github.com/nim-lang/Nim/issues/15624 * Address https://github.com/nim-lang/Nim/pull/15937#discussion_r522759669 { though this was only a move from 2 copies to 3 copies. ;-) } | ||||
* | | | Fix #8404 JS backend doesn't handle float->int type conversion (#15950) ↵ | Bung | 2020-11-13 | 2 | -3/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [backport] * Fix #8404 JS backend doesn't handle float->int type conversion * handle conv to uint as cast, discard other cases * limit to int32, times use int64 * toInt including tyInt64 break times timezones lib, ignore for now * also affect to vm * move to tests/misc/t8404.nim | ||||
* | | | close #13062(add testcase for #13062) (#15956) | flywind | 2020-11-13 | 1 | -0/+27 |
| | | | |||||
* | | | close #2771(add testcase for #2771) (#15932) | flywind | 2020-11-13 | 1 | -0/+21 |
| | | | |||||
* | | | refactoring: modernize rst.nim (#15953) | Miran | 2020-11-13 | 1 | -509/+449 |
|/ / | |||||
* | | Update buildsh.nimf (#15945) | lenoil98 | 2020-11-13 | 1 | -3/+4 |
| | | | | | | fix powerpc64le detection | ||||
* | | Don't use os for Standalone (#15944) | wilypomegranate | 2020-11-13 | 1 | -2/+2 |
| | | |||||
* | | Add documentElement to Document. (#15943) | treeform | 2020-11-13 | 1 | -0/+1 |
| | | |||||
* | | fix #15941 (#15948) | flywind | 2020-11-13 | 2 | -4/+24 |
| | | | | | | | | | | | | | | * fix #15941 * add testcase * update | ||||
* | | add a tester for rst2html (#15936) | Miran | 2020-11-12 | 4 | -0/+864 |
| | | |||||
* | | Update changelog.md | Timothee Cour | 2020-11-12 | 1 | -1/+1 |
| | | |||||
* | | follow #8463 #14157 and document cstring literals modification is not ↵ | flywind | 2020-11-12 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | allowed (#15878) * follow #8463 #14157 and document cstring literals * Update doc/manual.rst Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | | js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, ↵ | Timothee Cour | 2020-11-12 | 3 | -215/+279 |
| | | | | | | | | | | | | | | | | | | | | | | `existsEnv` (v2) (#15826) * js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `existsEnv` * refactor to osenv * fix for js (without -d:nodejs) + VM Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | | add parent property to window in dom.nim (#15922) | Bung | 2020-11-12 | 1 | -0/+1 |
| | | |||||
* | | make var string return var char w/ BackwardsIndex (#15461) | hlaaftana | 2020-11-12 | 3 | -3/+11 |
| | | | | | | | | | | | | | | | | * make var string return var char w/ BackwardsIndex fixes #14497 * work around VM bug * properly workaround again |