summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes dce regression #10703 (#10820)cooldome2019-03-123-17/+21
* Merge pull request #10823 from narimiran/json-tuplesDominik Picheta2019-03-111-13/+7
|\
| * 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
* Fixed order of output in repl and added a proc for opening a custom repl (#10...sealmove2019-03-102-3/+25
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-085-188/+186
* documentation style tweaks (#10790)Miran2019-03-086-20/+20
* Render a colon for command if last arg list (#10803)Alexander Ivanov2019-03-081-1/+10
* Follow the documentation's recommendation (#10808)Anthon van der Neut2019-03-081-1/+2
* make tests green againAndreas Rumpf2019-03-071-1/+1
* fixes the regressionAndreas Rumpf2019-03-071-1/+2
* owned refs must be movedAndreas Rumpf2019-03-074-27/+8
* explicit default values for a leaner codegen, .cursor variables for optimizationAndreas Rumpf2019-03-077-46/+172
* move assertions and iterators out of system.nim (#10597)Miran2019-03-079-434/+450
* better nimpy testnarimiran2019-03-061-1/+1
* fixes #10791Andreas Rumpf2019-03-061-0/+3
* fixes #10795Andreas Rumpf2019-03-062-10/+23
* make tests green againAndreas Rumpf2019-03-061-1/+2
* dfa.nim: continues are badAndreas Rumpf2019-03-061-2/+3
* tsizeof test is now correct (#10788)Arne Döring2019-03-061-16/+47
* Merge pull request #10787 from silent-observer/patch-1Dominik Picheta2019-03-051-1/+1
|\
| * Remove varsilent-observer2019-03-051-1/+1
* | make tests green againAndreas Rumpf2019-03-053-0/+3
* | implement system.default for the JS targetAndreas Rumpf2019-03-052-11/+30
* | introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...Andreas Rumpf2019-03-059-63/+30
* | colors for debugging (not for windows) (#10786)Arne Döring2019-03-051-3/+33
* | fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-057-34/+65
|/
* stdlib: use system.default if it existsAndreas Rumpf2019-03-052-12/+10
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-057-11/+50
* make megatest green againAndreas Rumpf2019-03-0510-0/+16
* no underscoresAndreas Rumpf2019-03-051-3/+3
* better error message for 'owned'Andreas Rumpf2019-03-051-1/+2
* make exception handling use owned refsAndreas Rumpf2019-03-051-5/+13
* DFA: fixes wrong 'def' instruction emissionAndreas Rumpf2019-03-051-5/+6
* make test greenAndreas Rumpf2019-03-051-1/+0
* make tests green againAndreas Rumpf2019-03-047-24/+14
* destructors/dfa: more documentationAndreas Rumpf2019-03-042-8/+40
* attempt to make the CIs happy by using the older syntaxAndreas Rumpf2019-03-041-1/+1
* nimsuggest: make use project file name if none given for 'sug' command; allow...Andreas Rumpf2019-03-041-4/+8
* ccgexprs.nim: less confusing code layoutAndreas Rumpf2019-03-041-5/+10
* cgen.nim: code cleanupsAndreas Rumpf2019-03-041-15/+17
* special typing rules for owned pointersAndreas Rumpf2019-03-046-19/+52
* code cleanup: there is no MoveError and sinks are always availableAndreas Rumpf2019-03-042-32/+16
* Fixes #10387 (#10743)Tomohiro2019-03-041-8/+21
* Added optional proc parameter to llStreamOpenStdIn (#10769)sealmove2019-03-041-2/+6
* doc: move specific checks to advanced options, for a less intimidatin… (#10...Jacek Sieka2019-03-045-16/+16
* sizealign of union type (#10780)Arne Döring2019-03-042-4/+62
* More depth debug proc (#10782)Arne Döring2019-03-041-89/+209