| Age | Commit message (Expand) | Author | Lines |
| 2020-01-20 | Mark __msan_track_origins as an exported symbol for LTO | Nikita Popov | -1/+5 |
| 2020-01-20 | Add regression test for #64319 back in. | Michael Woerister | -0/+53 |
| 2020-01-20 | Add regression test for shared-generics x dylibs (#67276). | Michael Woerister | -0/+74 |
| 2020-01-20 | Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez | Dylan DPC | -0/+62 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -51/+50 |
| 2020-01-20 | Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume... | Dylan DPC | -0/+28 |
| 2020-01-20 | Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasper | bors | -0/+17 |
| 2020-01-19 | fix real_drop_in_place in comments | Ralf Jung | -2/+2 |
| 2020-01-19 | adjust codegen-units tests | Ralf Jung | -38/+37 |
| 2020-01-19 | Rollup merge of #68348 - xfix:patch-14, r=nagisa | Dylan DPC | -0/+1 |
| 2020-01-18 | rustdoc: Fix handling of compile errors when running `rustdoc --test` | Oliver Middleton | -0/+62 |
| 2020-01-18 | Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27 | Mazdak Farrokhzad | -0/+17 |
| 2020-01-18 | slice_patterns: address review comments | Mazdak Farrokhzad | -2/+0 |
| 2020-01-18 | slice_patterns: organize some tests | Mazdak Farrokhzad | -9/+9 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -490/+349 |
| 2020-01-18 | slice_patterns: remove feature gate test | Mazdak Farrokhzad | -74/+0 |
| 2020-01-18 | Add a test for iter::empty::<*mut i32> being Sync and Send | Konrad Borowski | -0/+1 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -2/+79 |
| 2020-01-18 | adjust ui tests | Ralf Jung | -4/+4 |
| 2020-01-18 | adjust mir-opt tests | Ralf Jung | -7/+7 |
| 2020-01-17 | Rollup merge of #68312 - varkor:issue-67753-regression, r=Centril | Tyler Mandry | -0/+26 |
| 2020-01-17 | Rollup merge of #68291 - tmiasko:sanitizer-tests, r=nikomatsakis | Tyler Mandry | -75/+84 |
| 2020-01-17 | Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2020-01-17 | Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obk | Tyler Mandry | -0/+33 |
| 2020-01-17 | Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce... | Tyler Mandry | -0/+61 |
| 2020-01-17 | rustdoc: Catch fatal errors when syntax highlighting | Oliver Middleton | -0/+28 |
| 2020-01-17 | Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasper | bors | -2/+2 |
| 2020-01-17 | Extend url in heading test a bit | Guillaume Gomez | -1/+1 |
| 2020-01-17 | Add regression test for integer literals in generic arguments in where clauses | varkor | -0/+26 |
| 2020-01-17 | Auto merge of #68285 - oli-obk:specialization_regression, r=davidtwco | bors | -0/+25 |
| 2020-01-17 | Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPC | bors | -205/+1653 |
| 2020-01-17 | Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichton | Dylan DPC | -3/+15 |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -22/+478 |
| 2020-01-17 | Rollup merge of #68153 - petrochenkov:privdiag, r=estebank | Dylan DPC | -164/+1048 |
| 2020-01-17 | Rollup merge of #67956 - varkor:E0588-provide-context, r=estebank | Dylan DPC | -16/+112 |
| 2020-01-17 | Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddyb | bors | -11/+22 |
| 2020-01-16 | review comments | Esteban Küber | -1/+1 |
| 2020-01-16 | Do not ICE on malformed suggestion spans | Esteban Küber | -1/+1 |
| 2020-01-16 | Don't propagate __RUST_TEST_INVOKE to subprocess | Tyler Mandry | -3/+15 |
| 2020-01-17 | Don't warn about snake case for field puns that don't introduce a new name. | jumbatm | -0/+61 |
| 2020-01-16 | Ignore some tests on platforms without libstd spans | Vadim Petrochenkov | -3/+13 |
| 2020-01-16 | resolve: Say "import" when reporting private imports | Vadim Petrochenkov | -36/+36 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -145/+1019 |
| 2020-01-16 | Account for object safety when suggesting `Box<dyn Trait>` | Esteban Küber | -8/+149 |
| 2020-01-16 | review comments | Esteban Küber | -16/+23 |
| 2020-01-16 | review comments | Esteban Küber | -0/+7 |
| 2020-01-16 | review comments | Esteban Küber | -67/+51 |
| 2020-01-16 | Add E0746 explanation to the index | Esteban Küber | -1/+2 |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -5/+74 |
| 2020-01-16 | Make `impl Trait` suggestion in E0746 `MachineApplicable` | Esteban Küber | -2/+22 |