| Age | Commit message (Expand) | Author | Lines |
| 2017-12-13 | Mir typeck Cast for Unsize value | Santiago Pastorino | -0/+24 |
| 2017-12-13 | Mir typeck Cast for ClosureFnPtr value | Santiago Pastorino | -0/+22 |
| 2017-12-13 | Mir typeck Cast for UnsafeFnPtr value | Santiago Pastorino | -0/+24 |
| 2017-12-13 | Mir typeck Cast for ReifyFnPtr value | Santiago Pastorino | -0/+52 |
| 2017-12-13 | Check functions predicates | Santiago Pastorino | -0/+28 |
| 2017-12-13 | Check Aggregate predicates | Santiago Pastorino | -0/+28 |
| 2017-12-13 | Check Repeat Rvalue | Santiago Pastorino | -0/+39 |
| 2017-12-13 | Auto merge of #46613 - petrochenkov:absext, r=nikomatsakis | bors | -0/+84 |
| 2017-12-12 | Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk | bors | -2/+0 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -0/+84 |
| 2017-12-12 | Auto merge of #46598 - davidtwco:issue-46471, r=arielb1 | bors | -9/+15 |
| 2017-12-12 | Auto merge of #46657 - nikomatsakis:resolve-lifetimes-query, r=arielb1 | bors | -42/+2 |
| 2017-12-11 | Updated existing tests with new error messages. | David Wood | -9/+15 |
| 2017-12-11 | Auto merge of #46558 - arielb1:union-borrow-refactor, r=nikomatsakis | bors | -8/+19 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -42/+2 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -4112/+164 |
| 2017-12-10 | Auto merge of #46248 - zackmdavis:one_time_private_enum_variant_reexport_erro... | bors | -4/+55 |
| 2017-12-10 | centralize `does_not_live_long_enough` error reporting | Ariel Ben-Yehuda | -4/+8 |
| 2017-12-10 | use `places_conflict` to handle reassignment | Ariel Ben-Yehuda | -4/+11 |
| 2017-12-09 | one-time diagnostic and suggestion for reëxporting private variant error | Zack M. Davis | -4/+55 |
| 2017-12-09 | Auto merge of #46572 - vramana:fix-45638, r=estebank | bors | -2/+13 |
| 2017-12-08 | Fix bad error message for cannot_reborrow_already_uniquely_borrowed | Ramana Venkata | -2/+13 |
| 2017-12-07 | Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov | bors | -0/+63 |
| 2017-12-07 | Ignore `unsopported constant expr` error | Agustin Chiappe Berrini | -2/+0 |
| 2017-12-07 | Auto merge of #46532 - est31:master, r=est31 | bors | -4099/+0 |
| 2017-12-07 | region-ebr-does-not-outlive-static: reuse old test instead | Niko Matsakis | -3/+13 |
| 2017-12-07 | Migrate even more feature gate tests to ui | est31 | -893/+0 |
| 2017-12-07 | Migrate a few feature gate tests to ui | est31 | -3206/+0 |
| 2017-12-07 | remove unnecessary changes | Agustin Chiappe Berrini | -8/+4 |
| 2017-12-07 | address comments | Agustin Chiappe Berrini | -3/+8 |
| 2017-12-07 | Auto merge of #46528 - CensoredUsername:stabilize_abi_sysv64, r=arielb1 | bors | -19/+0 |
| 2017-12-06 | Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakis | bors | -25/+28 |
| 2017-12-06 | and refactor to just move the checking | Agustin Chiappe Berrini | -0/+62 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -1103/+4187 |
| 2017-12-06 | Stabilize abi_sysv64 | CensoredUsername | -19/+0 |
| 2017-12-06 | convert errors to warnings | Ariel Ben-Yehuda | -0/+2 |
| 2017-12-06 | fix borrows across loops, libcore *almost* compiles | Ariel Ben-Yehuda | -13/+3 |
| 2017-12-06 | handle gen/kill sets together | Ariel Ben-Yehuda | -1/+5 |
| 2017-12-06 | fix handling of CallScopeData | Ariel Ben-Yehuda | -2/+8 |
| 2017-12-06 | improve conflict error reporting | Ariel Ben-Yehuda | -2/+2 |
| 2017-12-06 | MIR borrowck: implement union-and-array-compatible semantics | Ariel Ben-Yehuda | -8/+11 |
| 2017-12-05 | convert the new conflicts to a soft error | Ariel Ben-Yehuda | -0/+1 |
| 2017-12-05 | refactor a bit | Ariel Ben-Yehuda | -0/+29 |
| 2017-12-04 | make `resolve_regions_and_report_errors` take an `OutlivesEnv` | Niko Matsakis | -0/+37 |
| 2017-12-03 | add and unignore tests | Ariel Ben-Yehuda | -0/+23 |
| 2017-12-02 | Auto merge of #46256 - estebank:suggest-deref, r=arielb1 | bors | -1/+1 |
| 2017-12-02 | Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakis | bors | -0/+28 |
| 2017-12-01 | Use suggestions instead of notes ref mismatches | Esteban Küber | -1/+1 |
| 2017-12-02 | Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis | kennytm | -3/+17 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -0/+22 |