summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237)Ico Doornekamp2020-01-231-15/+33
* [backport] Make all parseutils examples auto-checking (#13238)Kaushal Modi2020-01-231-32/+25
* [backport] documentation: Add channels examples (#13202) [ci skip]chr v1.x2020-01-231-0/+114
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-2321-311/+274
* Unexport even more symbols (#13214)alaviss2020-01-237-22/+52
* fix lots of bugs with parentDir, refs #8734 (#13236)Timothee Cour2020-01-232-19/+28
* kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ...Timothee Cour2020-01-233-148/+141
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-236-10/+13
* [backport] fix #11440, add docs to isNil for seq types needing nilseq (#13234...D-Nice2020-01-231-0/+12
* [backport] Fix typo and improve in code-block of 'lib/pure/parseutils.nim' (#...Mera2020-01-231-2/+3
* new os.isRelativeTo (#13212)Timothee Cour2020-01-233-0/+26
* [backport] times/getClockStr(): fix mistake in doc (#13229) [ci skip]Milan2020-01-221-1/+1
* [backport] Documentation Fix #12251 (#13226) [ci skip]Juan Carlos2020-01-221-0/+8
* added note to re constructor regarding performance (#13224)whiterock2020-01-221-1/+5
* httpclient, maxredirects to Natural, newHttpClient/newAsyncHttpClient add hea...Juan Carlos2020-01-212-5/+12
* fixes a critical times.nim bug reported on IRC [backport] (#13216)Andreas Rumpf2020-01-212-2/+6
* fix #13211 relativePath("foo", ".") (#13213)Timothee Cour2020-01-212-0/+6
* Idxmin & idxmax, continuation (#13208)Miran2020-01-202-7/+36
* fix range[enum] type conversion (#13204) [backport]Jasper Jenkins2020-01-202-2/+36
* compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)alaviss2020-01-203-1/+24
* fixes #13195 (#13198)cooldome2020-01-203-4/+30
* fixes #13110 (#13197)Andreas Rumpf2020-01-193-3/+15
* Revert "fixes #13195"Andrii Riabushenko2020-01-193-29/+4
* Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndrii Riabushenko2020-01-190-0/+0
|\
| * fixes #13195Andrii Riabushenko2020-01-193-4/+29
* | revert last commitAndrii Riabushenko2020-01-193-4/+29
|/
* Fixes #13186 (#13188)slangmgh2020-01-191-2/+4
* Add link to packaging.html (#13194)Federico Ceratto2020-01-191-0/+2
* more on arc codegen (#13178)cooldome2020-01-194-26/+81
* fix docs + API for fieldPairs, fields (#13189)Timothee Cour2020-01-181-26/+40
* maybe: allows optional chaining of field access and indexing when LHS i snil ...Timothee Cour2020-01-184-0/+196
* times: toUnixFloat, fromUnixFloat (#13044)Timothee Cour2020-01-183-10/+31
* fixes #13144 (#13145)Timothee Cour2020-01-181-9/+4
* refs #13054 correctly handle {.exportc,dynlib.} and {.exportcpp,dynlib.} (#1...Timothee Cour2020-01-181-11/+7
* fixes #13157Araq2020-01-171-3/+6
* followup on #10435 : should be diff, not show (#13162)Timothee Cour2020-01-171-1/+1
* Fix docs for subdirs too (#13180)Clyybber2020-01-173-13/+17
* make sink operator optional (#13068)cooldome2020-01-176-62/+56
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-175-40/+110
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-1735-204/+183
* fixes #13095 (#13181)cooldome2020-01-172-0/+23
* Fix docs (#13176)Clyybber2020-01-166-6/+6
* Cleanup DFA (#13173)Clyybber2020-01-162-36/+16
* fix tsizeof3 for aarch64 (#13169)Jasper Jenkins2020-01-163-20/+22
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-1613-16/+28
* Working towards arc codegen (#13153)cooldome2020-01-162-31/+96
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-1614-60/+60
* Remove obsolete code from osalloc (#13158)Ico Doornekamp2020-01-161-10/+0
* CI fix timeout error (#13134)Timothee Cour2020-01-151-148/+153
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-156-26/+298