| Age | Commit message (Expand) | Author | Lines |
| 2016-09-17 | Auto merge of #36485 - nnethercote:char_lit-2, r=nagisa | bors | -43/+28 |
| 2016-09-16 | Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrc | bors | -10/+22 |
| 2016-09-16 | Auto merge of #36468 - michaelwoerister:collect-vtable-drop-glue, r=eddyb | bors | -12/+29 |
| 2016-09-16 | Auto merge of #36444 - jseyfried:macro_rules_ext, r=nrc | bors | -114/+63 |
| 2016-09-16 | Auto merge of #36536 - jonathandturner:rollup, r=jonathandturner | bors | -168/+332 |
| 2016-09-16 | Rollup merge of #36521 - Mark-Simulacrum:documentation-fix, r=apasel422 | Jonathan Turner | -1/+1 |
| 2016-09-16 | Rollup merge of #36519 - Mark-Simulacrum:example-asmut, r=GuillaumeGomez | Jonathan Turner | -0/+16 |
| 2016-09-16 | Rollup merge of #36509 - nagisa:rustbuild-py3, r=alexcrichton | Jonathan Turner | -3/+5 |
| 2016-09-16 | Rollup merge of #36505 - nagisa:temp-stack-size, r=eddyb | Jonathan Turner | -1/+2 |
| 2016-09-16 | Rollup merge of #36484 - frewsxcv:patch-33, r=eddyb | Jonathan Turner | -1/+1 |
| 2016-09-16 | Rollup merge of #36480 - tshepang:stronger-pause, r=steveklabnik | Jonathan Turner | -2/+2 |
| 2016-09-16 | Rollup merge of #36424 - kmcallister:gh-29361-marker-docs, r=GuillaumeGomez | Jonathan Turner | -155/+268 |
| 2016-09-16 | Rollup merge of #36383 - GuillaumeGomez:e0049, r=jonathandturner | Jonathan Turner | -5/+37 |
| 2016-09-16 | Auto merge of #36353 - arielb1:union-drops, r=pnkfelix | bors | -729/+562 |
| 2016-09-16 | fix test fallout | Ariel Ben-Yehuda | -7/+7 |
| 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 #36441 - alexcrichton:rustbuild-target, r=brson | bors | -7/+33 |
| 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 | Add example in AsMut trait documentation | Mark-Simulacrum | -0/+16 |
| 2016-09-15 | Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaric | bors | -8/+39 |
| 2016-09-16 | Overhaul char_lit(). | Nicholas Nethercote | -43/+28 |
| 2016-09-16 | Try to support py3 with rustbuild better | Simonas Kazlauskas | -3/+5 |
| 2016-09-15 | Remove irrelevant test. | Jeffrey Seyfried | -44/+0 |
| 2016-09-15 | Remove `MacroRulesTT`. | Jeffrey Seyfried | -57/+51 |
| 2016-09-15 | Allow `IdentMacroExpander::expand` to access the ident macro invocation's att... | Jeffrey Seyfried | -3/+5 |
| 2016-09-15 | Move fields `single_step` and `keep_macs` from `MacroExpander` to `ExpansionC... | Jeffrey Seyfried | -11/+8 |
| 2016-09-15 | Default RUST_MIN_STACK to 16MiB for now | Simonas Kazlauskas | -1/+2 |
| 2016-09-15 | Auto merge of #36393 - petrochenkov:ancient, r=eddyb | bors | -196/+40 |
| 2016-09-15 | Tweak std::marker docs | Keegan McAllister | -155/+268 |
| 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-15 | Add regression test. | Jeffrey Seyfried | -0/+3 |
| 2016-09-15 | Avoid loading and parsing unconfigured non-inline modules. | Jeffrey Seyfried | -10/+19 |
| 2016-09-14 | Auto merge of #36347 - knight42:str-replacen, r=alexcrichton | bors | -0/+58 |