summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-12Convert playpen.js to plain JS.Nick Howell-21/+36
2015-06-12usize -> u32 to match previous exampleLeo Correa-1/+1
2015-06-12Auto merge of #26232 - eefriedman:rename-sty, r=nrcbors-1338/+1385
2015-06-12Fix up wording in lifetime elision docsSteve Klabnik-1/+1
2015-06-12Remove unstable feature from TRPL: iteratorsSteve Klabnik-6/+5
2015-06-12Auto merge of #26221 - sanxiyn:wf-span, r=arielb1bors-27/+28
2015-06-12Re-enable html literals testSteve Klabnik-2/+0
2015-06-12Update dead-code-closure-bangSteve Klabnik-1/+1
2015-06-12ignore-test cleanupSteve Klabnik-11650/+0
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-1338/+1385
2015-06-12Remove old runtime panic testSteve Klabnik-52/+0
2015-06-12Remove ignored test for #2061Steve Klabnik-26/+0
2015-06-12Remove ignore'd test for old ICESteve Klabnik-21/+0
2015-06-12Mention the short form pattern syntax in the bookMarkus Westerlind-3/+18
2015-06-12[reference] Fix typo in extern fn sectionMatt Brubeck-1/+1
2015-06-12Add tests for tuple-like structs and dictionary-like enum variantsSeo Sanghyeon-0/+8
2015-06-12Use more precise span when checking type definitionsSeo Sanghyeon-27/+20
2015-06-12Rollup merge of #26231 - reem:patch-2, r=GankroManish Goregaokar-0/+1
2015-06-12Rollup merge of #26229 - Stebalien:versionless-book, r=steveklabnikManish Goregaokar-7/+5
2015-06-12Rollup merge of #24495 - nathanl:nathanl-explain-bin-flag, r=steveklabnikManish Goregaokar-2/+1
2015-06-12Auto merge of #26225 - arielb1:raw-self, r=eddybbors-2/+20
2015-06-11Add Terminal.com to the list of companies using rust in production.Jonathan Reem-0/+1
2015-06-11Auto merge of #26199 - swgillespie:issue-26092, r=alexcrichtonbors-2/+18
2015-06-11Don't link to specific versions of rust in the book.Steven Allen-7/+5
2015-06-11Prevent raw pointers from being used as an explicit selfAriel Ben-Yehuda-2/+20
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-361/+359
2015-06-11Auto merge of #26212 - Manishearth:rollup, r=Manishearthbors-38/+34
2015-06-11Auto merge of #26197 - dhuseby:fixing_morestack_breakage, r=brsonbors-2/+2
2015-06-11Explain the `--bin` flag more clearlyNathan Long-2/+1
2015-06-11Auto merge of #26184 - aepsil0n:error-desc-funcargs, r=alexcrichtonbors-4/+91
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-109/+109
2015-06-11Auto merge of #26177 - jooert:fix26169, r=alexcrichtonbors-54/+71
2015-06-11Auto merge of #26172 - nham:add_E0116, r=alexcrichtonbors-8/+33
2015-06-11Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brsonbors-101/+60
2015-06-11Rollup merge of #26202 - nham:revise_E0072, r=alexcrichtonManish Goregaokar-5/+3
2015-06-11Rollup merge of #26195 - tshepang:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-06-11Rollup merge of #26191 - jimblandy:master, r=steveklabnikManish Goregaokar-26/+24
2015-06-11Rollup merge of #26189 - bluss:iter-once-clone, r=GankroManish Goregaokar-0/+2
2015-06-11Rollup merge of #26184 - aepsil0n:error-desc-funcargs, r=alexcrichtonManish Goregaokar-4/+91
2015-06-11Rollup merge of #26181 - Stebalien:fix-26178, r=steveklabnikManish Goregaokar-6/+4
2015-06-11Auto merge of #26155 - dhuseby:fixing_bitrig_net_tests, r=alexcrichtonbors-0/+6
2015-06-11Auto merge of #26154 - pmarcelll:master, r=Gankrobors-17/+29
2015-06-11Auto merge of #26122 - bluss:borrow-box, r=alexcrichtonbors-1/+38
2015-06-10Revise the E0072 explanation.Nick Hamann-5/+3
2015-06-10fix #26092 by returning an empty OS string when the output file path has no f...swgillespie-2/+18
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-45/+105
2015-06-10Auto merge of #25777 - shepmaster:cstring-return-to-c, r=alexcrichtonbors-4/+41
2015-06-11doc: typo fixTshepang Lekhonkhobe-1/+1
2015-06-10Auto merge of #24689 - SimonSapin:formatter-write-char, r=alexcrichtonbors-5/+26
2015-06-10Fix examples for returning closures.Jim Blandy-26/+24