| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | rustc_trans: do not treat byval as using up registers. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-04-20 | Properly adjust filenames when multiple emissions | Simonas Kazlauskas | -0/+18 |
| 2017-04-20 | Avoid type-checking addition and indexing twice. | Eduard-Mihai Burtescu | -0/+32 |
| 2017-04-04 | Fix ICE with nested macros in certain situations. | Jeffrey Seyfried | -0/+19 |
| 2017-04-04 | Ensure that macro resolutions in trait positions get finalized. | Jeffrey Seyfried | -0/+16 |
| 2017-04-02 | keep the AST node-id when lowering ExprKind::Range | Ariel Ben-Yehuda | -0/+16 |
| 2017-04-01 | update LLVM with fix for PR32379 | Ariel Ben-Yehuda | -0/+38 |
| 2017-04-01 | store a copy of the Issue32230 info within TypeError | Ariel Ben-Yehuda | -0/+21 |
| 2017-03-31 | add regression test for #39984 | Niko Matsakis | -0/+21 |
| 2017-03-31 | Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" | Niko Matsakis | -11/+25 |
| 2017-03-20 | Regression test for rust-lang/rust#40535 | Austin Bonander | -0/+49 |
| 2017-03-20 | Propagate expected type hints through struct literals. | Eduard-Mihai Burtescu | -0/+20 |
| 2017-03-20 | Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ... | Jeffrey Seyfried | -0/+29 |
| 2017-03-13 | Auto merge of #40385 - arielb1:packed-again, r=eddyb | bors | -0/+33 |
| 2017-03-13 | emit !align attributes on stores of operand pairs | Ariel Ben-Yehuda | -0/+33 |
| 2017-03-12 | Rollup merge of #40369 - petrochenkov:segspan, r=eddyb | Corey Farwell | -21/+39 |
| 2017-03-12 | Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakis | bors | -22/+17 |
| 2017-03-12 | Auto merge of #40446 - arielb1:rollup, r=alexcrichton | bors | -33/+235 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -0/+1 |
| 2017-03-11 | Rollup merge of #40404 - cengizIO:master, r=nikomatsakis | Ariel Ben-Yehuda | -0/+38 |
| 2017-03-11 | Rollup merge of #40400 - TimNN:gdbr-updates, r=alexcrichton | Ariel Ben-Yehuda | -17/+22 |
| 2017-03-11 | Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1 | Ariel Ben-Yehuda | -2/+43 |
| 2017-03-11 | Rollup merge of #40372 - nagisa:never-drop, r=eddyb | Ariel Ben-Yehuda | -1/+0 |
| 2017-03-11 | Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakis | Ariel Ben-Yehuda | -13/+132 |
| 2017-03-10 | Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrc | Alex Crichton | -0/+19 |
| 2017-03-10 | Rollup merge of #40287 - estebank:label-overlap, r=nrc | Alex Crichton | -0/+27 |
| 2017-03-10 | Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakis | Alex Crichton | -78/+0 |
| 2017-03-10 | Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelix | Alex Crichton | -0/+27 |
| 2017-03-10 | resolve: Use path segment spans in smart_resolve_path | Vadim Petrochenkov | -21/+39 |
| 2017-03-10 | Update syntax for `pub(restricted)` | Vadim Petrochenkov | -22/+17 |
| 2017-03-10 | rustc: Exit quickly on only `--emit dep-info` | Alex Crichton | -0/+19 |
| 2017-03-10 | Fix incorrect span label formatting | Esteban Küber | -0/+27 |
| 2017-03-10 | Remove ability for plugins to register a MIR pass | Simonas Kazlauskas | -78/+0 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -0/+1 |
| 2017-03-10 | Point to enclosing block/fn on nested unsafe | Esteban Küber | -0/+116 |
| 2017-03-10 | move related tests to type-check ui test directory | Cengiz Can | -0/+0 |
| 2017-03-10 | fix #40294 obligation cause.body_id is not always a NodeExpr | Cengiz Can | -0/+38 |
| 2017-03-09 | update gdbr tests | Tim Neumann | -17/+22 |
| 2017-03-09 | Use subtyping on the target of unsizing coercions. | Eduard-Mihai Burtescu | -13/+61 |
| 2017-03-09 | Do not bother creating StorageLive for TyNever | Simonas Kazlauskas | -1/+0 |
| 2017-03-08 | fix UB in repr(packed) tests | Tim Neumann | -2/+43 |
| 2017-03-08 | Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichton | Ariel Ben-Yehuda | -0/+130 |
| 2017-03-08 | Rollup merge of #40279 - gibfahn:test-unwind, r=est31 | Ariel Ben-Yehuda | -0/+72 |
| 2017-03-08 | Disallow subtyping between T and U in T: Unsize<U>. | Eduard-Mihai Burtescu | -0/+71 |
| 2017-03-08 | Auto merge of #39713 - estebank:issue-39698, r=jonathandturner | bors | -9/+77 |
| 2017-03-07 | Add tests for issues with the 'E-needtest' label. | topecongiro | -0/+130 |
| 2017-03-06 | Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkov | bors | -0/+24 |
| 2017-03-06 | Auto merge of #40276 - topecongiro:add-test, r=petrochenkov | bors | -0/+118 |
| 2017-03-06 | Add missing tests for 'E-needstest' labeled issues | topecongiro | -0/+118 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -9/+77 |