Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | added types.isFinal helper proc | Andreas Rumpf | 2019-03-14 | 1 | -0/+4 |
| | |||||
* | destroyer.nim: added a remark about code generation | Andreas Rumpf | 2019-03-14 | 1 | -0/+14 |
| | |||||
* | seqs.nim: added a remark about C++ optimizers | Andreas Rumpf | 2019-03-14 | 1 | -0/+8 |
| | |||||
* | rename: semasgn -> liftdestructors | Andreas Rumpf | 2019-03-14 | 2 | -1/+1 |
| | |||||
* | create docs for the extracted modules | narimiran | 2019-03-13 | 1 | -0/+4 |
| | |||||
* | move system.dollars in a separate file (#10829) | Miran | 2019-03-13 | 9 | -212/+223 |
| | |||||
* | Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789) | Bogdan | 2019-03-13 | 2 | -3/+3 |
| | | | In Windows, a HWND is a HANDLE which is a PVOID so a pointer in Nim | ||||
* | bitops: add reverseBits and test (#10835) | Tomohiro | 2019-03-13 | 2 | -0/+87 |
| | |||||
* | testament: catch failing nimble tests (#10832) | Miran | 2019-03-13 | 3 | -53/+43 |
| | | | | | * testament: catch failing nimble tests and clean up a bit * fix name collision | ||||
* | fixes #10805 (#10806) | cooldome | 2019-03-13 | 2 | -2/+14 |
| | |||||
* | Added nimscript support to repl (#10834) | sealmove | 2019-03-13 | 1 | -2/+7 |
| | | | | | * added nimscript support to repl * added bool parameter to runRepl en/disabling nimscript support | ||||
* | fixes #10807 (#10814) | cooldome | 2019-03-12 | 6 | -9/+34 |
| | | | | | * fixes #10807 * use nkAddr instead of nkHiddenAddr | ||||
* | fixes dce regression #10703 (#10820) | cooldome | 2019-03-12 | 3 | -17/+21 |
| | | | | | | * fixes #10703 * emit frame defines once | ||||
* | Merge pull request #10823 from narimiran/json-tuples | Dominik Picheta | 2019-03-11 | 1 | -13/+7 |
|\ | | | | | simplify json.% for tuples and objects | ||||
| * | simplify json.% for tuples and objects | narimiran | 2019-03-11 | 1 | -13/+7 |
| | | |||||
* | | Less warnings in macros (#10799) | Arne Döring | 2019-03-11 | 3 | -24/+34 |
|/ | |||||
* | system: some documentation improvements (#10809) | Miran | 2019-03-11 | 5 | -813/+1405 |
| | |||||
* | Revert "Follow the documentation's recommendation (#10808)" | narimiran | 2019-03-10 | 1 | -2/+1 |
| | | | | This reverts commit 1a13b3a14eafc35615c7e9f1b72b3ab646fa7550. | ||||
* | Fixed order of output in repl and added a proc for opening a custom repl ↵ | sealmove | 2019-03-10 | 2 | -3/+25 |
| | | | | (#10802) | ||||
* | Don't include the nimhcr dev docs in the system module documentation (#10759) | zah | 2019-03-08 | 5 | -188/+186 |
| |