| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | scrollTop must be settable (#13263) | Jairo | 2020-01-27 | 1 | -0/+1 |
* | Clearer final objects error; fixes #13256 (#13257) | hlaaftana | 2020-01-26 | 1 | -1/+2 |
* | 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 | 5 | -12/+40 |
* | ARC: remove unnecessary code | Araq | 2020-01-26 | 2 | -18/+3 |
* | make goto based exceptions available for 'nim cpp' (#13244) | Andreas Rumpf | 2020-01-25 | 11 | -18/+29 |
* | Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254) | Ico Doornekamp | 2020-01-25 | 5 | -392/+416 |
* | testament/azure: major rewrite (#13246) | alaviss | 2020-01-25 | 2 | -77/+125 |
* | contributing docs: symbols need package prefix; changed allocStats to nimAllo... | Timothee Cour | 2020-01-25 | 10 | -9/+23 |
* | nim dump: add libpath (#13249) | Timothee Cour | 2020-01-24 | 1 | -0/+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 |
* | Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237) | Ico Doornekamp | 2020-01-23 | 1 | -15/+33 |
* | [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 | 21 | -311/+274 |
* | Unexport even more symbols (#13214) | alaviss | 2020-01-23 | 7 | -22/+52 |
* | fix lots of bugs with parentDir, refs #8734 (#13236) | Timothee Cour | 2020-01-23 | 2 | -19/+28 |
* | kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ... | Timothee Cour | 2020-01-23 | 3 | -148/+141 |
* | VM: allow overriding MaxLoopIterations without rebuilding nim (#13233) | Timothee Cour | 2020-01-23 | 6 | -10/+13 |
* | [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 | 3 | -0/+26 |
* | [backport] times/getClockStr(): fix mistake in doc (#13229) [ci skip] | Milan | 2020-01-22 | 1 | -1/+1 |
* | [backport] Documentation Fix #12251 (#13226) [ci skip] | Juan Carlos | 2020-01-22 | 1 | -0/+8 |
* | 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 | 2 | -5/+12 |
* | 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 | 2 | -0/+6 |
* | Idxmin & idxmax, continuation (#13208) | Miran | 2020-01-20 | 2 | -7/+36 |
* | fix range[enum] type conversion (#13204) [backport] | Jasper Jenkins | 2020-01-20 | 2 | -2/+36 |
* | compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199) | alaviss | 2020-01-20 | 3 | -1/+24 |
* | fixes #13195 (#13198) | cooldome | 2020-01-20 | 3 | -4/+30 |
* | fixes #13110 (#13197) | Andreas Rumpf | 2020-01-19 | 3 | -3/+15 |
* | Revert "fixes #13195" | Andrii Riabushenko | 2020-01-19 | 3 | -29/+4 |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andrii Riabushenko | 2020-01-19 | 0 | -0/+0 |
|\ |
|
| * | fixes #13195 | Andrii Riabushenko | 2020-01-19 | 3 | -4/+29 |
* | | revert last commit | Andrii Riabushenko | 2020-01-19 | 3 | -4/+29 |
|/ |
|
* | Fixes #13186 (#13188) | slangmgh | 2020-01-19 | 1 | -2/+4 |
* | Add link to packaging.html (#13194) | Federico Ceratto | 2020-01-19 | 1 | -0/+2 |
* | more on arc codegen (#13178) | cooldome | 2020-01-19 | 4 | -26/+81 |
* | 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 | 4 | -0/+196 |
* | times: toUnixFloat, fromUnixFloat (#13044) | Timothee Cour | 2020-01-18 | 3 | -10/+31 |
* | fixes #13144 (#13145) | Timothee Cour | 2020-01-18 | 1 | -9/+4 |
* | refs #13054 correctly handle {.exportc,dynlib.} and {.exportcpp,dynlib.} (#1... | Timothee Cour | 2020-01-18 | 1 | -11/+7 |
* | fixes #13157 | Araq | 2020-01-17 | 1 | -3/+6 |