Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logging: better documentation (#10895) | Jjp137 | 2019-03-24 | 1 | -94/+572 |
| | |||||
* | stats.nim: bugfix: use min in '+' [backport] | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
| | |||||
* | fixes #8202 (#10888) | Andreas Rumpf | 2019-03-23 | 2 | -1/+27 |
| | | | | | | * fixes #8202 * make tests green | ||||
* | improvements on the hot code reloading support (#10892) | Viktor Kirilov | 2019-03-23 | 7 | -16/+42 |
| | | | | | | | | * calling the "_actual" versions of functions when defined within the same module - slowdown for the snappy compression is now down from x6 to x4-x5 when HCR is ON * dynamically linking to the runtime for VS when HCR is on - binaries are smaller * compilerProcs are also called using the _actual direct version within the module they are defined (system)! * updated comments & goals * handling VS-compatible compilers on Windows in a cleaner way * now the .dll/.so files end up in the nimcache even when --nimcache isn't explicitly stated | ||||
* | fixes #10886 [backport] (#10897) | Andreas Rumpf | 2019-03-23 | 2 | -7/+34 |
| | |||||
* | system.nim: documentation improvements | Andreas Rumpf | 2019-03-23 | 2 | -20/+22 |
| | |||||
* | add short overview of the system module (#10883) | Miran | 2019-03-23 | 2 | -24/+223 |
| | |||||
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 39 | -244/+445 |
| | | | | | | | | | | | * mark user defined destructors with sfOverriden to simplify the logic * refactoring in preparation to merge liftings and generic instantiations for destructors * ast: introduce nkHiddenTryStmt for destructor generation in order to be able to optimize better the code later on * renamed 'patterns' switch to 'trmacros' as it was totally misleading before * destructors: introduce tfCheckedForDestructor flag in preparation of strict =destroy checking * test for invalid/too late destructor introductions * liftdestructors: make code robust for nimsuggest * --newruntime works for hello world again * newruntime: code generation for closures | ||||
* | Add OpenMP overload with stepping (#10891) | Mamy Ratsimbazafy | 2019-03-22 | 3 | -5/+35 |
| | |||||
* | fixes #10884 (#10887) | Andreas Rumpf | 2019-03-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2019-03-21 | 16 | -25/+75 |
|\ | |||||
| * | add condition for szUnknown (#10869) | Arne Döring | 2019-03-21 | 1 | -2/+2 |
| | | |||||
| * | Lineinfo fix (#10871) | Arne Döring | 2019-03-21 | 3 | -1/+20 |
| | | |||||
| * | use abort instead of quit (#10872) | Arne Döring | 2019-03-21 | 2 | -5/+9 |
| | | |||||
| * | fixes #10861 (#10877) | cooldome | 2019-03-21 | 2 | -3/+18 |
| | | |||||
| * | REVERT "optPar" | Andrii Riabushenko | 2019-03-21 | 1 | -3/+2 |
| | | | | | | | | This reverts commit 5f1a59216bb79684a5c708978cded1c5d5140574. | ||||
| * | optPar | Andrii Riabushenko | 2019-03-21 | 1 | -2/+3 |
| | | |||||
| * | increase VM limit (#10870) | cooldome | 2019-03-20 | 1 | -1/+1 |
| | | |||||
| * | docgen: add links for var, let and const (refs #10487) (#10868) | Miran | 2019-03-20 | 2 | -4/+4 |
| | | | | | | | | | | | | * docgen: add links for var, let and const (refs #10487) * change the expected html | ||||
| * | improve docs for os.joinPath, fixes #10836 (#10866) | Miran | 2019-03-20 | 1 | -2/+7 |
| | | |||||
| * | live with the hacks, PCRE's design is crap | Araq | 2019-03-19 | 3 | -5/+6 |
| | | |||||
| * | docgen: generate pragma after generic, fixes #10792 (#10865) | Miran | 2019-03-19 | 1 | -2/+8 |
| | | |||||
* | | fixes -d:nimTypeNames leak detection regression | Andreas Rumpf | 2019-03-21 | 1 | -4/+4 |
|/ | |||||
* | pcre.nim: added pcre_free and removed hacks in nre and re.nim | Andreas Rumpf | 2019-03-19 | 3 | -6/+5 |
| | |||||
* | mark user defined destructors with sfOverriden to simplify the logic | Andreas Rumpf | 2019-03-19 | 1 | -0/+3 |
| | |||||
* | add tastspec (and ast_pattern_matching) (#10863) | Arne Döring | 2019-03-19 | 2 | -0/+1600 |
| | |||||
* | fixes #10857 invisible span had width (#10860) | Anthon van der Neut | 2019-03-19 | 4 | -13/+29 |
| | |||||
* | sizeof alignof offsetof macros api (#10855) | Arne Döring | 2019-03-19 | 7 | -1/+93 |
| | |||||
* | Fix nightlies :test: snippet issue (#10862) | genotrance | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Size ptr tuple (#10846) | Arne Döring | 2019-03-18 | 8 | -10/+153 |
| | | | | | | * fixes #10117 * Add support for recursive tuples * detect in generics | ||||
* | correct argument name, (#10813) | Anthon van der Neut | 2019-03-18 | 1 | -1/+2 |
| | | | | | | | | | | * correct argument name, updated using poUsePath, based on feedback from c-blake * Update osproc.nim * explicit args parameter | ||||
* | Support for stmtListExpr in parser after major keywords. Scaled down ↵ | cooldome | 2019-03-18 | 4 | -12/+54 |
| | | | | | | | version. (#10852) * Support for stmtListExpr in parser after major keywords * fixes #4035 | ||||
* | fixes #10838 (#10841) | cooldome | 2019-03-18 | 2 | -0/+16 |
| | | | | | | * fixes #10838 * reject func in types instead * trigger tests | ||||
* | multi-methods need to be explicitly enabled (#10856) | Miran | 2019-03-18 | 8 | -7/+36 |
| | | | | | | * multi-methods need to be explicitly enabled * update changelog, manual and tutorial | ||||
* | Merge pull request #10850 from FedericoCeratto/egress-ipaddr | Dominik Picheta | 2019-03-17 | 3 | -0/+44 |
|\ | | | | | Detect local "egress" IP address | ||||
| * | Detect local "primary" IP address | Federico Ceratto | 2019-03-17 | 3 | -0/+44 |
|/ | |||||
* | make DLLs tests green again | Andreas Rumpf | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | newruntime: progress | Andreas Rumpf | 2019-03-15 | 2 | -12/+10 |
| | |||||
* | fixes #10845 | Andreas Rumpf | 2019-03-15 | 1 | -15/+20 |
| | |||||
* | rename for code clarity | Andreas Rumpf | 2019-03-15 | 1 | -5/+5 |
| | |||||
* | newruntime: make dynamic destructors compatible with C++ | Andreas Rumpf | 2019-03-15 | 2 | -3/+4 |
| | |||||
* | revert discard in destroyer (#10840) | cooldome | 2019-03-15 | 3 | -27/+1 |
| | | | | | | * revert discard in destroyer * disable test | ||||
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 15 | -110/+112 |
| | |||||
* | bring back `typetraits.$` for backward compatibility | narimiran | 2019-03-14 | 1 | -0/+2 |
| | | | | | Some packages are still using ``from typetraits import `$` `` which is now available from system (no need to import it). | ||||
* | Revert "put extracted modules behind the switch, to enable doc generation" | narimiran | 2019-03-14 | 6 | -17/+11 |
| | | | | This reverts commit 71bff7d2df428896d3395d18b09c6f0c9c2fea4d. | ||||
* | put extracted modules behind the switch, to enable doc generation | narimiran | 2019-03-14 | 6 | -11/+17 |
| | |||||
* | multi-methods: remove hack, make tmethod_various compile under strict C++ ↵ | Andreas Rumpf | 2019-03-14 | 2 | -12/+12 |
| | | | | [backport] | ||||
* | --newruntime: work in progress | Andreas Rumpf | 2019-03-14 | 13 | -241/+574 |
| | |||||
* | gc: removed dead code | Andreas Rumpf | 2019-03-14 | 2 | -6/+0 |
| | |||||
* | added lowerings.genLen helper proc | Andreas Rumpf | 2019-03-14 | 1 | -0/+9 |
| |