Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586) | Timothee Cour | 2018-08-16 | 1 | -14/+26 |
| | | | | | * cleanups refs #8584 * fixes #7187 | ||||
* | fixes #8653 | Andreas Rumpf | 2018-08-16 | 3 | -3/+6 |
| | |||||
* | Genode fixes (#8501) | Emery Hemingway | 2018-08-16 | 9 | -18/+42 |
| | | | | | | | | | | | | | * Genode fixes - wrap strings in "Genode::Cstring" when logging - define SIGABRT for Genode - disable GCC -fstack-protector - use log RPC for fatal messages - add --os:genode build to appveyor - define paramStr and paramCount * Select fixups for Genode POSIX | ||||
* | added a variant of quoteShellCommand that takes an openArray of arguments ↵ | Timothee Cour | 2018-08-16 | 1 | -0/+14 |
| | | | | (#8272) | ||||
* | Merge branch 'araq-misc' into devel | Araq | 2018-08-16 | 122 | -882/+772 |
|\ | |||||
| * | attempt to make travis green | Andreas Rumpf | 2018-08-16 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'devel' into araq-misc | Andreas Rumpf | 2018-08-16 | 28 | -71/+286 |
| |\ | |||||
| * | | minor edit to the changelog | Andreas Rumpf | 2018-08-16 | 1 | -1/+1 |
| | | | |||||
| * | | implements 'case statement macros' in order to encourage the development of ↵ | Andreas Rumpf | 2018-08-16 | 4 | -79/+172 |
| | | | | | | | | | | | | pattern matching mechanisms that are not terrible to look at | ||||
| * | | put the new for loop macros under an experimental switch named 'forLoopMacros' | Andreas Rumpf | 2018-08-15 | 4 | -5/+13 |
| | | | |||||
| * | | implement the --nilseqs switch properly | Andreas Rumpf | 2018-08-15 | 2 | -2/+4 |
| | | | |||||
| * | | changes how the now illegal 'string == nil' comparison is detected | Andreas Rumpf | 2018-08-15 | 5 | -7/+12 |
| | | | |||||
| * | | make more tests green | Andreas Rumpf | 2018-08-14 | 5 | -38/+8 |
| | | | |||||
| * | | make nimweb compile again | Araq | 2018-08-14 | 2 | -2/+2 |
| | | | |||||
| * | | renames threadpool.await to blockUntil; refs #7853 |