| Commit message (Expand) | Author | Age | Files | Lines |
* | Size ptr tuple (#10846) | Arne Döring | 2019-03-18 | 8 | -10/+153 |
* | correct argument name, (#10813) | Anthon van der Neut | 2019-03-18 | 1 | -1/+2 |
* | Support for stmtListExpr in parser after major keywords. Scaled down version.... | cooldome | 2019-03-18 | 4 | -12/+54 |
* | fixes #10838 (#10841) | cooldome | 2019-03-18 | 2 | -0/+16 |
* | multi-methods need to be explicitly enabled (#10856) | Miran | 2019-03-18 | 8 | -7/+36 |
* | Merge pull request #10850 from FedericoCeratto/egress-ipaddr | Dominik Picheta | 2019-03-17 | 3 | -0/+44 |
|\ |
|
| * | 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 |
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 15 | -110/+112 |
* | bring back `typetraits.$` for backward compatibility | narimiran | 2019-03-14 | 1 | -0/+2 |
* | Revert "put extracted modules behind the switch, to enable doc generation" | narimiran | 2019-03-14 | 6 | -17/+11 |
* | 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++ [ba... | Andreas Rumpf | 2019-03-14 | 2 | -12/+12 |
* | --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 |
* | 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 |
* | fixes #10805 (#10806) | cooldome | 2019-03-13 | 2 | -2/+14 |
* | Added nimscript support to repl (#10834) | sealmove | 2019-03-13 | 1 | -2/+7 |
* | fixes #10807 (#10814) | cooldome | 2019-03-12 | 6 | -9/+34 |
* | fixes dce regression #10703 (#10820) | cooldome | 2019-03-12 | 3 | -17/+21 |
* | Merge pull request #10823 from narimiran/json-tuples | Dominik Picheta | 2019-03-11 | 1 | -13/+7 |
|\ |
|
| * | 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 |
* | Fixed order of output in repl and added a proc for opening a custom repl (#10... | sealmove | 2019-03-10 | 2 | -3/+25 |
* | Don't include the nimhcr dev docs in the system module documentation (#10759) | zah | 2019-03-08 | 5 | -188/+186 |
* | documentation style tweaks (#10790) | Miran | 2019-03-08 | 6 | -20/+20 |
* | Render a colon for command if last arg list (#10803) | Alexander Ivanov | 2019-03-08 | 1 | -1/+10 |
* | Follow the documentation's recommendation (#10808) | Anthon van der Neut | 2019-03-08 | 1 | -1/+2 |
* | make tests green again | Andreas Rumpf | 2019-03-07 | 1 | -1/+1 |
* | fixes the regression | Andreas Rumpf | 2019-03-07 | 1 | -1/+2 |
* | owned refs must be moved | Andreas Rumpf | 2019-03-07 | 4 | -27/+8 |
* | explicit default values for a leaner codegen, .cursor variables for optimization | Andreas Rumpf | 2019-03-07 | 7 | -46/+172 |
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 9 | -434/+450 |
* | better nimpy test | narimiran | 2019-03-06 | 1 | -1/+1 |