Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | documentation style tweaks (#10790) | Miran | 2019-03-08 | 6 | -20/+20 |
| | | | | | | | * exports are the least important field in the docs: they are put in the last place (at the bottom) * indent text after proc/type declaration for an easier navigation (noticeable difference between declarations and examples) * quickfix invalid style in `asynchttpserver` | ||||
* | 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 |
| | | | | The doc states "Make sure to pass options explicitly.", but the example didn't. Since constructing a string for the shell with appropriate quotes is non-trivial, the first example should be how to use `execProcess` including `args` | ||||
* | 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 |
| | | | | | * move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions | ||||
* | better nimpy test | narimiran | 2019-03-06 | 1 | -1/+1 |
| | | | | As discussed with @yglukhov. | ||||
* | fixes #10791 | Andreas Rumpf | 2019-03-06 | 1 | -0/+3 |
| | |||||
* | fixes #10795 | Andreas Rumpf | 2019-03-06 | 2 | -10/+23 |
| | |||||
* | make tests green again | Andreas Rumpf | 2019-03-06 | 1 | -1/+2 |
| | |||||
* | dfa.nim: continues are bad | Andreas Rumpf | 2019-03-06 | 1 | -2/+3 |
| | |||||
* | tsizeof test is now correct (#10788) | Arne Döring | 2019-03-06 | 1 | -16/+47 |
| | |||||
* | Merge pull request #10787 from silent-observer/patch-1 | Dominik Picheta | 2019-03-05 | 1 | -1/+1 |
|\ | | | | | Remove var | ||||
| * | Remove var | silent-observer | 2019-03-05 | 1 | -1/+1 |
| | | | | | | Shouldn't testing bit require only immutable access? I think this is a typo | ||||
* | | make tests green again | Andreas Rumpf | 2019-03-05 | 3 | -0/+3 |
| | | |||||
* | | implement system.default for the JS target | Andreas Rumpf | 2019-03-05 | 2 | -11/+30 |
| | | |||||
* | | introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the ↵ | Andreas Rumpf | 2019-03-05 | 9 | -63/+30 |
| | | | | | | | | GC has ignored this hint for quite some time now | ||||
* | | colors for debugging (not for windows) (#10786) | Arne Döring | 2019-03-05 | 1 | -3/+33 |
| | | |||||
* | | fixes a critical GC safety inference bug (#10615) | Andreas Rumpf | 2019-03-05 | 7 | -34/+65 |
|/ | | | | | | * fixes a critical GC safety inference bug * make nimsuggest compile again * make Nimble compile again | ||||
* | stdlib: use system.default if it exists | Andreas Rumpf | 2019-03-05 | 2 | -12/+10 |
| | |||||
* | added system.default in order to prevent the abstraction inversion that ↵ | Andreas Rumpf | 2019-03-05 | 7 | -11/+50 |
| | | | | 'template default(T): untyped = (var x: T; x)' causes | ||||
* | make megatest green again | Andreas Rumpf | 2019-03-05 | 10 | -0/+16 |
| | |||||
* | no underscores | Andreas Rumpf | 2019-03-05 | 1 | -3/+3 |
| | |||||
* | better error message for 'owned' | Andreas Rumpf | 2019-03-05 | 1 | -1/+2 |
| | |||||
* | make exception handling use owned refs | Andreas Rumpf | 2019-03-05 | 1 | -5/+13 |
| | |||||
* | DFA: fixes wrong 'def' instruction emission | Andreas Rumpf | 2019-03-05 | 1 | -5/+6 |
| | |||||
* | make test green | Andreas Rumpf | 2019-03-05 | 1 | -1/+0 |
| | |||||
* | make tests green again | Andreas Rumpf | 2019-03-04 | 7 | -24/+14 |
| | |||||
* | destructors/dfa: more documentation | Andreas Rumpf | 2019-03-04 | 2 | -8/+40 |
| | |||||
* | attempt to make the CIs happy by using the older syntax | Andreas Rumpf | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | nimsuggest: make use project file name if none given for 'sug' command; ↵ | Andreas Rumpf | 2019-03-04 | 1 | -4/+8 |
| | | | | allows for more convenient debugging | ||||
* | ccgexprs.nim: less confusing code layout | Andreas Rumpf | 2019-03-04 | 1 | -5/+10 |
| | |||||
* | cgen.nim: code cleanups | Andreas Rumpf | 2019-03-04 | 1 | -15/+17 |
| | |||||
* | special typing rules for owned pointers | Andreas Rumpf | 2019-03-04 | 6 | -19/+52 |
| | |||||
* | code cleanup: there is no MoveError and sinks are always available | Andreas Rumpf | 2019-03-04 | 2 | -32/+16 |
| | |||||
* | Fixes #10387 (#10743) | Tomohiro | 2019-03-04 | 1 | -8/+21 |
| | |||||
* | Added optional proc parameter to llStreamOpenStdIn (#10769) | sealmove | 2019-03-04 | 1 | -2/+6 |
| | |||||
* | doc: move specific checks to advanced options, for a less intimidatin… ↵ | Jacek Sieka | 2019-03-04 | 5 | -16/+16 |
| | | | | | | | | (#10779) * doc: move specific checks to advanced options, for a less intimidating help * remove useless bool | ||||
* | sizealign of union type (#10780) | Arne Döring | 2019-03-04 | 2 | -4/+62 |
| | | | | | | * sizealign of union type * add error message for packed union | ||||
* | More depth debug proc (#10782) | Arne Döring | 2019-03-04 | 1 | -89/+209 |
| | | | | | | | | * improved output on debugType * cycle detection in debug print * debug info finally really helpful * finally usable debug info * quote enum values | ||||
* | compiler/extccomp: use getNimcacheDir for writing build instruction (#10772) | alaviss | 2019-03-04 | 1 | -1/+1 |
| | | | | | | | | `conf.nimcacheDir` might be empty during build, which results in the json build instructions being generated in the current directory. This commit fixes the problem by using getNimcacheDir, which generates a valid nimcacheDir should it be empty. Fixes #10768 | ||||
* | typo | Andreas Rumpf | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | make 'doc io.nim' work | Andreas Rumpf | 2019-03-04 | 2 | -2/+4 |
| |