| Age | Commit message (Expand) | Author | Lines |
| 2017-04-18 | change note for patterns | Cengiz Can | -3/+3 |
| 2017-04-18 | fixes #40013 | Cengiz Can | -19/+36 |
| 2017-04-18 | Rollup merge of #41361 - arielb1:move-mir-init, r=pnkfelix | Corey Farwell | -0/+29 |
| 2017-04-18 | update `dep-graph-struct-signature` test case | Niko Matsakis | -11/+0 |
| 2017-04-18 | lower `move_val_init` during MIR construction | Ariel Ben-Yehuda | -0/+29 |
| 2017-04-17 | Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis | Corey Farwell | -2/+6 |
| 2017-04-17 | Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov | bors | -11/+90 |
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -11/+90 |
| 2017-04-17 | Rollup merge of #41012 - durka:vis-matcher, r=petrochenkov | Corey Farwell | -0/+134 |
| 2017-04-16 | Auto merge of #40409 - mbrubeck:calloc, r=sfackler | bors | -0/+5 |
| 2017-04-16 | rustc_typeck: fix binops needing more type informations to coerce. | Eduard-Mihai Burtescu | -0/+4 |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -2/+6 |
| 2017-04-15 | reduce macro rule duplication in test | Alex Burka | -20/+4 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -0/+20 |
| 2017-04-15 | parse interpolated visibility tokens | Alex Burka | -2/+14 |
| 2017-04-15 | update :vis implementation to current rust | Alex Burka | -10/+9 |
| 2017-04-15 | Implementation of the `vis` macro matcher. | Daniel Keep | -0/+119 |
| 2017-04-15 | Specialize Vec::from_elem<u8> to use calloc or memset | Matt Brubeck | -0/+5 |
| 2017-04-15 | Auto merge of #41316 - suchithjn225:issue-41272, r=eddyb | bors | -0/+29 |
| 2017-04-15 | Fixed aesthetics and test | Suchith J N | -2/+8 |
| 2017-04-15 | [41272] - Fixed to conform to rust project style | Suchith J N | -0/+10 |
| 2017-04-15 | [41272] - code for desugaring iflet changed | Suchith J N | -0/+13 |
| 2017-04-14 | update tests slightly | Niko Matsakis | -8/+76 |
| 2017-04-14 | Name files what tidy wants them to be namd | Sean Griffin | -0/+0 |
| 2017-04-14 | Put overlapping impls behind feature gate, add tests | Sean Griffin | -0/+53 |
| 2017-04-14 | Further update with response to feedback | Sean Griffin | -0/+1 |
| 2017-04-14 | Update with response to feedback | Sean Griffin | -0/+1 |
| 2017-04-14 | Implement RFC 1268 | Sean Griffin | -21/+44 |
| 2017-04-14 | Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv | Corey Farwell | -0/+26 |
| 2017-04-14 | Rollup merge of #41172 - Aaron1011:rustdoc-overflow, r=frewsxcv | Corey Farwell | -0/+31 |
| 2017-04-14 | Rollup merge of #40702 - mrhota:global_asm, r=nagisa | Corey Farwell | -0/+308 |
| 2017-04-14 | Auto merge of #41153 - petrochenkov:umove, r=pnkfelix | bors | -0/+57 |
| 2017-04-13 | Comply with windows symbol name conventions | A.J. Gardner | -0/+2 |
| 2017-04-13 | Rollup merge of #41279 - arielb1:adjustment-composition, r=nikomatsakis | Corey Farwell | -0/+32 |
| 2017-04-13 | rustc_typeck: consolidate adjustment composition | Ariel Ben-Yehuda | -0/+32 |
| 2017-04-13 | Rollup merge of #41250 - kennytm:fix-41228, r=nikomatsakis | Corey Farwell | -0/+50 |
| 2017-04-13 | Auto merge of #40367 - eddyb:naked-cruft, r=nagisa | bors | -10/+37 |
| 2017-04-13 | Make simple_global_asm even simpler | A.J. Gardner | -3/+5 |
| 2017-04-13 | Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a... | bors | -277/+124 |
| 2017-04-12 | Add global_asm tests | A.J. Gardner | -0/+304 |
| 2017-04-12 | rustc_trans: avoid a separate entry BB if START_BLOCK has no backedges. | Eduard-Mihai Burtescu | -10/+37 |
| 2017-04-13 | Fixed invalid 128-bit division on 32-bit target. Fixed issue #41228. | kennytm | -0/+50 |
| 2017-04-12 | Fix invalid associated type rendering in rustdoc | Guillaume Gomez | -0/+26 |
| 2017-04-12 | Rollup merge of #41232 - arielb1:mir-rvalues, r=eddyb | Tim Neumann | -0/+18 |
| 2017-04-12 | Rollup merge of #41206 - eddyb:avoid-illegal-vectors, r=nagisa | Tim Neumann | -0/+30 |
| 2017-04-12 | Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakis | Tim Neumann | -5/+136 |
| 2017-04-12 | Rollup merge of #41141 - michaelwoerister:direct-metadata-ich-final, r=nikoma... | Tim Neumann | -154/+287 |
| 2017-04-12 | Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 | Tim Neumann | -3/+12 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -154/+287 |
| 2017-04-12 | Add a way to get shorter spans until `char` for pointing at defs | Esteban Küber | -3/+48 |