| Age | Commit message (Expand) | Author | Lines |
| 2016-09-16 | fix dynamic drop for unions | Ariel Ben-Yehuda | -1/+24 |
| 2016-09-16 | forbid moves out of slices | Ariel Ben-Yehuda | -0/+21 |
| 2016-09-16 | Auto merge of #36338 - estebank:primitive-shadow, r=jseyfried | bors | -0/+36 |
| 2016-09-15 | Specify when type parameter shadows primitive type | Esteban Küber | -0/+36 |
| 2016-09-15 | Auto merge of #36393 - petrochenkov:ancient, r=eddyb | bors | -18/+0 |
| 2016-09-15 | Auto merge of #36491 - Manishearth:rollup, r=Manishearth | bors | -32/+252 |
| 2016-09-15 | Rollup merge of #36461 - nikomatsakis:issue-36053, r=arielb1 | Manish Goregaokar | -0/+53 |
| 2016-09-15 | Rollup merge of #36459 - nikomatsakis:issue-35546, r=eddyb | Manish Goregaokar | -0/+28 |
| 2016-09-15 | Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-09-15 | Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrc | Manish Goregaokar | -6/+52 |
| 2016-09-15 | Rollup merge of #36429 - durka:patch-30, r=nagisa | Manish Goregaokar | -4/+4 |
| 2016-09-15 | Rollup merge of #36425 - michaelwoerister:stable-projection-bounds, r=eddyb | Manish Goregaokar | -0/+19 |
| 2016-09-15 | Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichton | Manish Goregaokar | -21/+95 |
| 2016-09-15 | Auto merge of #36372 - sfackler:sum-prod-overflow, r=alexcrichton | bors | -0/+58 |
| 2016-09-14 | Auto merge of #36293 - liigo:docblock-short, r=steveklabnik | bors | -1/+1 |
| 2016-09-14 | Auto merge of #36270 - petrochenkov:pipwarnagain, r=nikomatsakis | bors | -2/+6 |
| 2016-09-14 | core: Use primitive indexing in slice's Index/IndexMut | Ulrik Sverdrup | -1/+1 |
| 2016-09-14 | clear obligations-added flag with nested fulfillcx | Niko Matsakis | -0/+53 |
| 2016-09-14 | Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnik | bors | -0/+10 |
| 2016-09-13 | add missing test | Niko Matsakis | -0/+28 |
| 2016-09-13 | Auto merge of #35021 - japaric:rustc-builtins, r=alexcrichton | bors | -2/+18 |
| 2016-09-13 | Remove parsing of obsolete pre-1.0 syntaxes | Vadim Petrochenkov | -18/+0 |
| 2016-09-13 | Link test to compiler builtins and make unstable | Alex Crichton | -2/+4 |
| 2016-09-13 | TypeIdHasher: Let projections be hashed implicitly by the visitor. | Michael Woerister | -0/+19 |
| 2016-09-13 | Auto merge of #36181 - seanmonstar:likely, r=nikomatsakis | bors | -0/+41 |
| 2016-09-13 | Auto merge of #36264 - matklad:zeroing-cstring, r=alexcrichton | bors | -0/+49 |
| 2016-09-13 | Rollup merge of #36389 - jfirebaugh:E0297, r=GuillaumeGomez | Guillaume Gomez | -1/+3 |
| 2016-09-13 | Rewrite the unit tests in `ext/expand.rs` as a `compile-fail` test. | Jeffrey Seyfried | -0/+46 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -6/+6 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -0/+14 |
| 2016-09-13 | fix "X is not a member of trait Y" span labels | Alex Burka | -4/+4 |
| 2016-09-12 | Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoerister | bors | -0/+111 |
| 2016-09-12 | Auto merge of #36354 - mikhail-m1:master, r=jonathandturner | bors | -0/+24 |
| 2016-09-12 | Auto merge of #36406 - arielb1:constant-padding, r=eddyb | bors | -0/+25 |
| 2016-09-11 | Auto merge of #36344 - sanxiyn:llvm-components, r=alexcrichton | bors | -0/+10 |
| 2016-09-12 | use `adt::trans_const` when translating constant closures and tuples | Ariel Ben-Yehuda | -0/+25 |
| 2016-09-11 | Auto merge of #36308 - dtolnay:inputitem, r=alexcrichton | bors | -3/+3 |
| 2016-09-11 | Auto merge of #36369 - uweigand:s390x, r=alexcrichton | bors | -0/+23 |
| 2016-09-10 | Update E0297 to new error format | John Firebaugh | -1/+3 |
| 2016-09-10 | Auto merge of #36351 - pnkfelix:fix-36278-size-miscalc, r=eddyb | bors | -0/+28 |
| 2016-09-10 | Improve `Eq` deriving | Vadim Petrochenkov | -2/+42 |
| 2016-09-10 | Inherit overflow checks for sum and product | Steven Fackler | -0/+58 |
| 2016-09-10 | Improve shallow `Clone` deriving | Vadim Petrochenkov | -20/+54 |
| 2016-09-10 | Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik | Guillaume Gomez | -0/+59 |
| 2016-09-10 | Rollup merge of #35691 - jaredwy:update-error-63, r=jonathandturner | Guillaume Gomez | -3/+39 |
| 2016-09-10 | Auto merge of #36333 - apasel422:issue-35668, r=eddyb | bors | -0/+24 |
| 2016-09-10 | fix span for errors E0537, E0535 & E0536 | Mikhail Modin | -0/+24 |
| 2016-09-09 | Auto merge of #36332 - llogiq:static_consts_feature, r=nikomatsakis | bors | -181/+16 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -0/+23 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -2/+2 |