| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -0/+16 |
| 2018-01-23 | avoid double-unsizing arrays in bytestring match lowering | Ariel Ben-Yehuda | -23/+51 |
| 2018-01-10 | Shorten names of some compiler generated artifacts. | Michael Woerister | -9/+24 |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -3/+3 |
| 2018-01-10 | Generate code for const- and inline-fns if -Clink-dead-code is specified. | Michael Woerister | -2/+4 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -2/+2 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -2/+2 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -2/+2 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -24/+85 |
| 2017-12-26 | rustc: Switch `start_fn` to hidden visibility | Alex Crichton | -4/+22 |
| 2017-12-26 | Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1 | bors | -3/+25 |
| 2017-12-26 | Adds whitespace | Bastian Köcher | -1/+1 |
| 2017-12-26 | Fixes compilation errors and adds proposed improvements | Bastian Köcher | -8/+4 |
| 2017-12-26 | Fixes compile bug caused by upstream changes | Bastian Köcher | -1/+1 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -24/+71 |
| 2017-12-25 | Auto merge of #46949 - davidtwco:issue-46631, r=arielb1 | bors | -1/+45 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -17/+20 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+52 |
| 2017-12-23 | Give MIR borrowck a better understanding of inline asm | Matthew Jasper | -3/+25 |
| 2017-12-22 | Added 'move occurs because `X` is not `Copy`' note. | David Wood | -1/+45 |
| 2017-12-22 | Auto merge of #46752 - Yoric:nll, r=arielb1 | bors | -16/+26 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -0/+11 |
| 2017-12-22 | Rollup merge of #46918 - alexcrichton:fix-ordering, r=michaelwoerister | kennytm | -0/+11 |
| 2017-12-21 | Auto merge of #45930 - jplatte:generics_refactoring, r=eddyb | bors | -1/+1 |
| 2017-12-21 | Mir: fixup nits in previous commit (f536143) | David Henningsson | -6/+5 |
| 2017-12-21 | Issue #46589 - Kill borrows on a local variable whenever we assign over this ... | David Teller | -16/+26 |
| 2017-12-21 | rustc: Sort CGUs before merging | Alex Crichton | -0/+11 |
| 2017-12-21 | Auto merge of #46877 - Deewiant:gh46843, r=eddyb | bors | -0/+7 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -1/+1 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -17/+20 |
| 2017-12-21 | Rollup merge of #46887 - pnkfelix:ensure-activations-are-from-assignments-to-... | Guillaume Gomez | -1/+17 |
| 2017-12-21 | Mir: Abort on nounwind ABIs | David Henningsson | -0/+39 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+14 |
| 2017-12-20 | fix truncated comment | Niko Matsakis | -1/+4 |
| 2017-12-20 | document and tweak the nll, use_mir, etc helpers | Niko Matsakis | -4/+1 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -2/+2 |
| 2017-12-20 | feature nll implies two-phase-borrows | Santiago Pastorino | -3/+3 |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -3/+3 |
| 2017-12-20 | Add nll_dump_cause helper to Session | Santiago Pastorino | -2/+2 |
| 2017-12-20 | use `report_generic_bound_failure` when we can in the compiler | Niko Matsakis | -27/+87 |
| 2017-12-20 | connect NLL machinery to the `NiceRegionError` code | Niko Matsakis | -12/+60 |
| 2017-12-20 | only dump causes if we have nothing better | Niko Matsakis | -3/+3 |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -14/+230 |
| 2017-12-20 | Move categorize logic out of visit_local function | Niko Matsakis | -58/+80 |
| 2017-12-20 | Move MirVisitable to visit.rs | Santiago Pastorino | -24/+1 |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -23/+152 |
| 2017-12-20 | extract `input_output` code into its own module | Niko Matsakis | -51/+101 |
| 2017-12-20 | pass `UniversalRegions` to MIR type-checker instead of fields | Niko Matsakis | -22/+26 |
| 2017-12-20 | propagate `region_bound_pairs` into MIR type-check | Niko Matsakis | -33/+48 |
| 2017-12-20 | get the `DefiningTy` from the `body_owner_kind` not type | Niko Matsakis | -73/+91 |