summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* move assertions and iterators out of system.nim (#10597)Miran2019-03-079-434/+450
| | | | | * move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions
* better nimpy testnarimiran2019-03-061-1/+1
| | | | As discussed with @yglukhov.
* 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 var
| * Remove varsilent-observer2019-03-051-1/+1
| | | | | | Shouldn't testing bit require only immutable access? I think this is a typo
* | 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 ↵Andreas Rumpf2019-03-059-63/+30
| | | | | | | | GC has ignored this hint for quite some time now
* | 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
|/ | | | | | * fixes a critical GC safety inference bug * make nimsuggest compile again * make Nimble compile again
* stdlib: use system.default if it existsAndreas Rumpf2019-03-052-12/+10
|
* added system.default in order to prevent the abstraction inversion that ↵Andreas Rumpf2019-03-057-11/+50
| | | | 'template default(T): untyped = (var x: T; x)' causes
* 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; ↵Andreas Rumpf2019-03-041-4/+8
| | | | allows for more convenient debugging
* 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… ↵Jacek Sieka2019-03-045-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öring2019-03-042-4/+62
| | | | | | * sizealign of union type * add error message for packed union
* More depth debug proc (#10782)Arne Döring2019-03-041-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)alaviss2019-03-041-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
* typoAndreas Rumpf2019-03-041-1/+1
|
* make 'doc io.nim' workAndreas Rumpf2019-03-042-2/+4
|
* make 'nim doc times.nim' work on old versions of OSX againAndreas Rumpf2019-03-041-1/+1
|
* Merge pull request #10776 from arnetheduck/wasm32-platformDominik Picheta2019-03-032-2/+5
|\ | | | | add wasm32 platform
| * add wasm32 platformJacek Sieka2019-03-032-2/+5
|/
* hashes: fix inconsistent tests, fixes #10771narimiran2019-03-031-4/+3
|
* times.nim: Fix docs for duration conversion procs [ci skip] (#10770)ee72019-03-021-5/+5
|
* Matching actual proc name (#10766) [ci skip]Anthon van der Neut2019-03-021-1/+1
|
* Merge pull request #10764 from alaviss/htmlparser-docDominik Picheta2019-03-011-3/+3
|\ | | | | htmlparser: update example
| * htmlparser: update exampleLeorize2019-03-021-3/+3
|/ | | | This update htmlparser example to compile with the current stdlib.
* alloc et al don't have any effect; fixes #9746Araq2019-03-013-25/+25
|
* improved documentation for several modules (#10752)Miran2019-03-016-177/+325
| | | | | | | | | | | | More detailed documentation for: * md5 * hashes Mostly cosmetic improvements for: * threadpool * typetraits * channels * threads
* Fix corner-case uses of newLit (#10760)zah2019-03-011-5/+11
|
* Improved posix module, added new posix_utils module (#10723)Federico Ceratto2019-02-284-4/+130
|