| Commit message (Expand) | Author | Age | Files | Lines |
* | csize => csize_t for sysctl | Timothee Cour | 2020-01-28 | 3 | -11/+10 |
* | fix stdout(etc) for emscripten | Timothee Cour | 2020-01-28 | 2 | -6/+8 |
* | Repr v2 progress (#13268) | cooldome | 2020-01-28 | 2 | -76/+61 |
* | nimv2 widestring indexing (#13279) | cooldome | 2020-01-28 | 1 | -2/+2 |
* | Tiny since cleanup (#13286) | Clyybber | 2020-01-28 | 4 | -119/+119 |
* | TlSF Alloctor: use less memory for --gc:arc (#13280) | Andreas Rumpf | 2020-01-28 | 2 | -80/+101 |
* | unittest add resetOutputFormatters proc (#13267) | cooldome | 2020-01-28 | 1 | -0/+5 |
* | fixes #13219 (#13272) | Andreas Rumpf | 2020-01-27 | 1 | -3/+5 |
* | scrollTop must be settable (#13263) | Jairo | 2020-01-27 | 1 | -0/+1 |
* | Rename isNilOrWhitespace to isEmptyOrWhitespace and make it use allCharsInSet... | hlaaftana | 2020-01-26 | 1 | -10/+13 |
* | make nre compile with --gc:arc | Araq | 2020-01-26 | 1 | -66/+54 |
* | ARC: optimize complete object constructors to use nimNewObjUninit | Araq | 2020-01-26 | 1 | -0/+17 |
* | ARC: remove unnecessary code | Araq | 2020-01-26 | 1 | -14/+0 |
* | make goto based exceptions available for 'nim cpp' (#13244) | Andreas Rumpf | 2020-01-25 | 3 | -6/+10 |
* | Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254) | Ico Doornekamp | 2020-01-25 | 5 | -392/+416 |
* | contributing docs: symbols need package prefix; changed allocStats to nimAllo... | Timothee Cour | 2020-01-25 | 1 | -1/+1 |
* | Add "origin" to window.location (#13251) | Jairo | 2020-01-24 | 1 | -0/+1 |
* | Fix typo for literal `[` (#13243) | Euan | 2020-01-24 | 1 | -1/+1 |
* | Fixes asyncftpclient multiline reading, fixes #4684 (#13242) | hlaaftana | 2020-01-24 | 1 | -5/+6 |
* | Remove name attribute from docutils.nimble (#13239) | hlaaftana | 2020-01-23 | 1 | -1/+0 |
* | [backport] Make all parseutils examples auto-checking (#13238) | Kaushal Modi | 2020-01-23 | 1 | -32/+25 |
* | [backport] documentation: Add channels examples (#13202) [ci skip] | chr v1.x | 2020-01-23 | 1 | -0/+114 |
* | Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0.... | Ico Doornekamp | 2020-01-23 | 9 | -246/+234 |
* | Unexport even more symbols (#13214) | alaviss | 2020-01-23 | 2 | -3/+5 |
* | fix lots of bugs with parentDir, refs #8734 (#13236) | Timothee Cour | 2020-01-23 | 1 | -14/+23 |
* | [backport] fix #11440, add docs to isNil for seq types needing nilseq (#13234... | D-Nice | 2020-01-23 | 1 | -0/+12 |
* | [backport] Fix typo and improve in code-block of 'lib/pure/parseutils.nim' (#... | Mera | 2020-01-23 | 1 | -2/+3 |
* | new os.isRelativeTo (#13212) | Timothee Cour | 2020-01-23 | 1 | -0/+12 |
* | [backport] times/getClockStr(): fix mistake in doc (#13229) [ci skip] | Milan | 2020-01-22 | 1 | -1/+1 |
* | added note to re constructor regarding performance (#13224) | whiterock | 2020-01-22 | 1 | -1/+5 |
* | httpclient, maxredirects to Natural, newHttpClient/newAsyncHttpClient add hea... | Juan Carlos | 2020-01-21 | 1 | -5/+9 |
* | fixes a critical times.nim bug reported on IRC [backport] (#13216) | Andreas Rumpf | 2020-01-21 | 2 | -2/+6 |
* | fix #13211 relativePath("foo", ".") (#13213) | Timothee Cour | 2020-01-21 | 1 | -0/+2 |
* | Idxmin & idxmax, continuation (#13208) | Miran | 2020-01-20 | 1 | -0/+35 |
* | Add link to packaging.html (#13194) | Federico Ceratto | 2020-01-19 | 1 | -0/+2 |
* | fix docs + API for fieldPairs, fields (#13189) | Timothee Cour | 2020-01-18 | 1 | -26/+40 |
* | maybe: allows optional chaining of field access and indexing when LHS i snil ... | Timothee Cour | 2020-01-18 | 1 | -0/+109 |
* | times: toUnixFloat, fromUnixFloat (#13044) | Timothee Cour | 2020-01-18 | 2 | -10/+29 |
* | refs #13054 correctly handle {.exportc,dynlib.} and {.exportcpp,dynlib.} (#1... | Timothee Cour | 2020-01-18 | 1 | -11/+7 |
* | ARC works for async on Windows (#13179) | Andreas Rumpf | 2020-01-17 | 3 | -38/+39 |
* | style fix: change 'JS' to 'js' to make it consistent (#13168) | Miran | 2020-01-16 | 12 | -58/+58 |
* | Remove obsolete code from osalloc (#13158) | Ico Doornekamp | 2020-01-16 | 1 | -10/+0 |
* | ARC: misc bugfixes (#13156) | Andreas Rumpf | 2020-01-15 | 1 | -1/+1 |
* | export normalizePathEnd (#13152) | Timothee Cour | 2020-01-15 | 1 | -0/+9 |
* | System cleanup, part 2 (#13155) | Miran | 2020-01-15 | 9 | -1649/+1700 |
* | Added 'ansic' os support for minimal (embedded) targets (#13088) | Ico Doornekamp | 2020-01-15 | 5 | -70/+80 |
* | Expose more openSSL methods. (#13131) | treeform | 2020-01-13 | 1 | -0/+43 |
* | fix the ftp store function read the local file bug (#13108) [backport] | perter lee | 2020-01-13 | 1 | -4/+4 |
* | VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083) | Timothee Cour | 2020-01-12 | 2 | -5/+16 |
* | Add link to posix_utils.html in posix.nim (#13111) | Federico Ceratto | 2020-01-12 | 1 | -1/+4 |