about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-09-16fix dynamic drop for unionsAriel Ben-Yehuda-23/+60
2016-09-16forbid moves out of slicesAriel Ben-Yehuda-12/+36
2016-09-16groundwork refactoring of `gather_moves`Ariel Ben-Yehuda-708/+480
2016-09-16Auto merge of #36338 - estebank:primitive-shadow, r=jseyfriedbors-5/+63
2016-09-15Auto merge of #36213 - josephDunne:dist_version, r=brsonbors-0/+8
2016-09-15Specify when type parameter shadows primitive typeEsteban Küber-5/+63
2016-09-15Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaricbors-8/+39
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-196/+40
2016-09-15Auto merge of #35992 - SimonSapin:rc-arc-ptr-eq, r=alexcrichtonbors-0/+108
2016-09-15Add std::ptr::eq, for referential equality of &T references.Simon Sapin-0/+34
2016-09-15Add `pub fn ptr_eq(this: &Self, other: &Self) -> bool` to `Rc` and `Arc`.Simon Sapin-0/+74
2016-09-15Auto merge of #36491 - Manishearth:rollup, r=Manishearthbors-977/+1399
2016-09-15Rollup merge of #36463 - eugene-bulkin:duration-checked-ops, r=alexcrichtonManish Goregaokar-35/+182
2016-09-15Rollup merge of #36461 - nikomatsakis:issue-36053, r=arielb1Manish Goregaokar-22/+104
2016-09-15Rollup merge of #36459 - nikomatsakis:issue-35546, r=eddybManish Goregaokar-4/+58
2016-09-15Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichtonManish Goregaokar-5/+5
2016-09-15Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrcManish Goregaokar-722/+696
2016-09-15Rollup merge of #36429 - durka:patch-30, r=nagisaManish Goregaokar-7/+7
2016-09-15Rollup merge of #36425 - michaelwoerister:stable-projection-bounds, r=eddybManish Goregaokar-60/+53
2016-09-15Rollup merge of #36405 - solson:typo, r=eddybManish Goregaokar-1/+1
2016-09-15Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichtonManish Goregaokar-121/+293
2016-09-15Auto merge of #36372 - sfackler:sum-prod-overflow, r=alexcrichtonbors-14/+68
2016-09-14Auto merge of #36347 - knight42:str-replacen, r=alexcrichtonbors-0/+58
2016-09-14Add feature crate attribute for duration_checked_ops to docsEugene Bulkin-0/+8
2016-09-14Fix doc-tests for DurationEugene Bulkin-2/+10
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-11/+11
2016-09-14Auto merge of #36270 - petrochenkov:pipwarnagain, r=nikomatsakisbors-3/+11
2016-09-14core: Use primitive indexing in slice's Index/IndexMutUlrik Sverdrup-5/+5
2016-09-14Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-111/+235
2016-09-14Rollup merge of #36467 - frewsxcv:ipaddr, r=GuillaumeGomezGuillaume Gomez-0/+18
2016-09-14Rollup merge of #36396 - athulappadan:Default-docs, r=blussGuillaume Gomez-0/+38
2016-09-14Rollup merge of #36374 - dangcheng:patch-1, r=steveklabnikGuillaume Gomez-2/+2
2016-09-14Rollup merge of #36363 - GuillaumeGomez:add_urls, r=steveklabnikGuillaume Gomez-89/+160
2016-09-14Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnikGuillaume Gomez-20/+17
2016-09-14clear obligations-added flag with nested fulfillcxNiko Matsakis-22/+104
2016-09-14Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnikbors-6/+25
2016-09-13Auto merge of #36041 - ahmedcharles:try, r=nrcbors-109/+105
2016-09-13Add doc examples for std::net::IpAddr construction.Corey Farwell-0/+18
2016-09-13Implement add, sub, mul and div methods using checked methods for DurationEugene Bulkin-35/+4
2016-09-13Fix Duration::checked_mul documentationEugene Bulkin-1/+1
2016-09-13Add checked operation methods to DurationEugene Bulkin-0/+162
2016-09-13add missing testNiko Matsakis-0/+28
2016-09-13Auto merge of #35021 - japaric:rustc-builtins, r=alexcrichtonbors-449/+552
2016-09-13Remove parsing of obsolete pre-1.0 syntaxesVadim Petrochenkov-62/+4
2016-09-13Remove some more dead code from mem categorizationVadim Petrochenkov-78/+20
2016-09-13Remove some ancient code providing special support for newtypesVadim Petrochenkov-56/+16
2016-09-13invoke drop glue with a ptr to (data, meta)Niko Matsakis-4/+30
2016-09-13TypeIdHasher: Remove more redundant explicit visit calls.Michael Woerister-10/+0
2016-09-13Fix rebasing fallout.Michael Woerister-1/+1
2016-09-13Link test to compiler builtins and make unstableAlex Crichton-3/+9