| Age | Commit message (Expand) | Author | Lines |
| 2019-05-20 | bless test output | Pietro Albini | -1/+1 |
| 2019-05-20 | disable the ui/const-generics/cannot-infer-type-for-const-param.rs test | Pietro Albini | -0/+6 |
| 2019-05-20 | Add a test for failed inference of const types | varkor | -0/+26 |
| 2019-05-20 | Add a test for invalid const arguments | varkor | -0/+34 |
| 2019-05-18 | bless ui tests | Pietro Albini | -1/+2 |
| 2019-05-18 | Instead of ICEing on incorrect pattern, use delay_span_bug | Esteban Küber | -0/+25 |
| 2019-05-18 | Use `delay_span_bug` for "Failed to unify obligation" | Esteban Küber | -0/+51 |
| 2019-05-14 | Appease tidy | Igor Matuszewski | -2/+2 |
| 2019-05-14 | save-analysis: Add UI testsuite | Igor Matuszewski | -0/+42 |
| 2019-05-10 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 |
| 2019-05-10 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 |
| 2019-05-10 | Permit unwinding through FFI by default | Mark Rousskov | -0/+2 |
| 2019-04-26 | rustdoc: Remove default keyword from re-exported trait methods | Oliver Middleton | -15/+62 |
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 |
| 2019-04-08 | Auto merge of #59724 - oli-obk:const_arg_ice, r=eddyb | bors | -0/+61 |
| 2019-04-07 | Only run SIMD tests on x86 | Oliver Scherer | -3/+9 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -25/+25 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -0/+37 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -0/+18 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -156/+318 |
| 2019-04-06 | Rollup merge of #59696 - michaelwoerister:fix-issue-59137, r=alexcrichton | Mazdak Farrokhzad | -0/+20 |
| 2019-04-06 | Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank | Mazdak Farrokhzad | -0/+13 |
| 2019-04-05 | Future-proof the Futures API | Taylor Cramer | -25/+25 |
| 2019-04-05 | Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertj | bors | -75/+63 |
| 2019-04-05 | Include trailing comma in multiline Debug representation | David Tolnay | -168/+168 |
| 2019-04-05 | Add regression test for #59137. | Michael Woerister | -0/+20 |
| 2019-04-05 | Fix expectations on some ui test in nll compare mode. | Charles Lew | -5/+3 |
| 2019-04-05 | Stabilize boxed_closure_impls in 1.35.0. | Charles Lew | -2/+0 |
| 2019-04-05 | Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>. | Masaki Hara | -24/+0 |
| 2019-04-05 | Fix failing tests. | Masaki Hara | -24/+9 |
| 2019-04-05 | Fix expectations on some ui tests involving FnOnce. | Masaki Hara | -72/+42 |
| 2019-04-05 | Add tests for boxed_closure_impls. | Masaki Hara | -0/+61 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -0/+27 |
| 2019-04-04 | Adjust the mutable_borrow_reservation_conflict message | Matthew Jasper | -8/+8 |
| 2019-04-04 | unit test for the lint itself, illustrating that it can be controlled by `#[a... | Felix S. Klock II | -0/+83 |
| 2019-04-04 | update unit test output to reflect change to lint-based diagnostic. | Felix S. Klock II | -10/+12 |
| 2019-04-04 | Update tests for restrictive two-phase borrows | Matthew Jasper | -124/+1 |
| 2019-04-04 | Treat two-phase borrow reservations as mutable accesses | Matthew Jasper | -33/+233 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -0/+27 |
| 2019-04-04 | Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb | Mazdak Farrokhzad | -0/+32 |
| 2019-04-04 | Auto merge of #59517 - Zoxc:new-queries, r=oli-obk | bors | -293/+293 |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -58/+15 |
| 2019-04-03 | Never return uninhabited values at all | Josh Stone | -0/+32 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -58/+15 |
| 2019-04-03 | Add test from #59033 | Guillaume Gomez | -0/+6 |
| 2019-04-03 | Fix explicit_predicates_of | Guillaume Gomez | -1/+1 |
| 2019-04-03 | Update tests | flip1995 | -57/+38 |
| 2019-04-03 | Fix rebase fallout | flip1995 | -59/+39 |
| 2019-04-03 | Add tests for internal lints | flip1995 | -0/+345 |
| 2019-04-02 | Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk | Mazdak Farrokhzad | -0/+23 |