summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* improve docs for os.joinPath, fixes #10836 (#10866)Miran2019-03-201-2/+7
|
* live with the hacks, PCRE's design is crapAraq2019-03-193-5/+6
|
* docgen: generate pragma after generic, fixes #10792 (#10865)Miran2019-03-191-2/+8
|
* pcre.nim: added pcre_free and removed hacks in nre and re.nimAndreas Rumpf2019-03-193-6/+5
|
* mark user defined destructors with sfOverriden to simplify the logicAndreas Rumpf2019-03-191-0/+3
|
* add tastspec (and ast_pattern_matching) (#10863)Arne Döring2019-03-192-0/+1600
|
* fixes #10857 invisible span had width (#10860)Anthon van der Neut2019-03-194-13/+29
|
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-197-1/+93
|
* Fix nightlies :test: snippet issue (#10862)genotrance2019-03-191-1/+1
|
* Size ptr tuple (#10846)Arne Döring2019-03-188-10/+153
| | | | | | * fixes #10117 * Add support for recursive tuples * detect in generics
* correct argument name, (#10813)Anthon van der Neut2019-03-181-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 ↵cooldome2019-03-184-12/+54
| | | | | | | version. (#10852) * Support for stmtListExpr in parser after major keywords * fixes #4035
* fixes #10838 (#10841)cooldome2019-03-182-0/+16
| | | | | | * fixes #10838 * reject func in types instead * trigger tests
* multi-methods need to be explicitly enabled (#10856)Miran2019-03-188-7/+36
| | | | | | * multi-methods need to be explicitly enabled * update changelog, manual and tutorial
* Merge pull request #10850 from FedericoCeratto/egress-ipaddrDominik Picheta2019-03-173-0/+44
|\ | | | | Detect local "egress" IP address
| * Detect local "primary" IP addressFederico Ceratto2019-03-173-0/+44
|/
* make DLLs tests green againAndreas Rumpf2019-03-151-1/+1
|
* newruntime: progressAndreas Rumpf2019-03-152-12/+10
|
* fixes #10845Andreas Rumpf2019-03-151-15/+20
|
* rename for code clarityAndreas Rumpf2019-03-151-5/+5
|
* newruntime: make dynamic destructors compatible with C++Andreas Rumpf2019-03-152-3/+4
|
* revert discard in destroyer (#10840)cooldome2019-03-153-27/+1
| | | | | | * revert discard in destroyer * disable test
* --newruntime: progressAndreas Rumpf2019-03-1415-110/+112
|
* bring back `typetraits.$` for backward compatibilitynarimiran2019-03-141-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"narimiran2019-03-146-17/+11
| | | | This reverts commit 71bff7d2df428896d3395d18b09c6f0c9c2fea4d.
* put extracted modules behind the switch, to enable doc generationnarimiran2019-03-146-11/+17
|
* multi-methods: remove hack, make tmethod_various compile under strict C++ ↵Andreas Rumpf2019-03-142-12/+12
| | | | [backport]
* --newruntime: work in progressAndreas Rumpf2019-03-1413-241/+574
|
* gc: removed dead codeAndreas Rumpf2019-03-142-6/+0
|
* added lowerings.genLen helper procAndreas Rumpf2019-03-141-0/+9
|
* added types.isFinal helper procAndreas Rumpf2019-03-141-0/+4
|
* destroyer.nim: added a remark about code generationAndreas Rumpf2019-03-141-0/+14
|
* seqs.nim: added a remark about C++ optimizersAndreas Rumpf2019-03-141-0/+8
|
* rename: semasgn -> liftdestructorsAndreas Rumpf2019-03-142-1/+1
|
* create docs for the extracted modulesnarimiran2019-03-131-0/+4
|
* move system.dollars in a separate file (#10829)Miran2019-03-139-212/+223
|
* Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789)Bogdan2019-03-132-3/+3
| | | In Windows, a HWND is a HANDLE which is a PVOID so a pointer in Nim
* bitops: add reverseBits and test (#10835)Tomohiro2019-03-132-0/+87
|
* testament: catch failing nimble tests (#10832)Miran2019-03-133-53/+43
| | | | | * testament: catch failing nimble tests and clean up a bit * fix name collision
* fixes #10805 (#10806)cooldome2019-03-132-2/+14
|
* Added nimscript support to repl (#10834)sealmove2019-03-131-2/+7
| | | | | * added nimscript support to repl * added bool parameter to runRepl en/disabling nimscript support
* fixes #10807 (#10814)cooldome2019-03-126-9/+34
| | | | | * fixes #10807 * use nkAddr instead of nkHiddenAddr
* fixes dce regression #10703 (#10820)cooldome2019-03-123-17/+21
| | | | | | * fixes #10703 * emit frame defines once
* Merge pull request #10823 from narimiran/json-tuplesDominik Picheta2019-03-111-13/+7
|\ | | | | simplify json.% for tuples and objects
| * simplify json.% for tuples and objectsnarimiran2019-03-111-13/+7
| |
* | Less warnings in macros (#10799)Arne Döring2019-03-113-24/+34
|/
* system: some documentation improvements (#10809)Miran2019-03-115-813/+1405
|
* Revert "Follow the documentation's recommendation (#10808)"narimiran2019-03-101-2/+1
| | | | This reverts commit 1a13b3a14eafc35615c7e9f1b72b3ab646fa7550.
* Fixed order of output in repl and added a proc for opening a custom repl ↵sealmove2019-03-102-3/+25
| | | | (#10802)
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-085-188/+186
|