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