| Age | Commit message (Expand) | Author | Lines |
| 2022-09-12 | Construct dyn* during const interp | Michael Goulet | -11/+16 |
| 2022-09-12 | Use principal of cast target as dyn-star trait ref in codegen | Michael Goulet | -7/+6 |
| 2022-09-12 | Add test to make sure we run custom destructors | Eric Holk | -0/+23 |
| 2022-09-12 | Add test case for calling methods on dyn* object | Eric Holk | -0/+25 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -18/+59 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -13/+168 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -29/+148 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -57/+110 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -3/+63 |
| 2022-09-12 | Auto merge of #101729 - oli-obk:miriup, r=oli-obk | bors | -7/+7 |
| 2022-09-12 | Update miri submodule | Oli Scherer | -7/+7 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -16/+36 |
| 2022-09-12 | Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPC | bors | -105/+372 |
| 2022-09-12 | Rollup merge of #101706 - notriddle:notriddle/search-mobile, r=GuillaumeGomez | Dylan DPC | -5/+0 |
| 2022-09-12 | Rollup merge of #101701 - aDotInTheVoid:rdj-impl-tests, r=GuillaumeGomez | Dylan DPC | -0/+81 |
| 2022-09-12 | Rollup merge of #101693 - GuillaumeGomez:update-browser-ui-test-0-10, r=notri... | Dylan DPC | -13/+16 |
| 2022-09-12 | Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnr | Dylan DPC | -0/+107 |
| 2022-09-12 | Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnr | Dylan DPC | -0/+93 |
| 2022-09-12 | Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPC | Dylan DPC | -20/+20 |
| 2022-09-12 | Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8Ki | Dylan DPC | -0/+32 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -67/+16 |
| 2022-09-12 | Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercote | Dylan DPC | -0/+7 |
| 2022-09-12 | Auto merge of #101604 - compiler-errors:issue-101465, r=lcnr | bors | -50/+120 |
| 2022-09-12 | Auto merge of #100502 - chenyukang:fix-100478, r=jackh726 | bors | -9/+330 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -11/+181 |
| 2022-09-12 | Fix ICE in opt_suggest_box_span | Michael Goulet | -50/+114 |
| 2022-09-12 | No more ret_type_span | Michael Goulet | -10/+16 |
| 2022-09-11 | rustdoc: remove no-op `#search` | Michael Howell | -4/+0 |
| 2022-09-11 | rustdoc: remove no-op `#search { margin-left: 0 }` | Michael Howell | -1/+0 |
| 2022-09-12 | Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov | bors | -1/+13 |
| 2022-09-11 | Auto merge of #101442 - joboet:null_check_tcs, r=thomcc | bors | -2/+6 |
| 2022-09-11 | Update tests for new browser-ui-test version | Guillaume Gomez | -12/+15 |
| 2022-09-11 | Auto merge of #101299 - saethlin:vecdeque-drain-drop, r=thomcc | bors | -11/+36 |
| 2022-09-11 | Rustdoc-Json: Add tests for trait impls. | Nixon Enraght-Moony | -0/+81 |
| 2022-09-11 | Assert that HIR nodes are not their own parent. | Camille GILLOT | -1/+13 |
| 2022-09-11 | Auto merge of #101678 - jannic:fix-101640, r=jyn514 | bors | -0/+1 |
| 2022-09-11 | Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-dead | bors | -1/+22 |
| 2022-09-11 | std: check if TCS is a null pointer | joboet | -2/+6 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -1/+22 |
| 2022-09-11 | Deny RPITIT for object safety | Michael Goulet | -0/+107 |
| 2022-09-11 | Auto merge of #101673 - crlf0710:generator_clone, r=oli-obk | bors | -35/+642 |
| 2022-09-11 | Add diagnostic arg 'current_crate' | Jan Niehusmann | -0/+1 |
| 2022-09-11 | Check that the types in RPITITs are WF | Michael Goulet | -0/+93 |
| 2022-09-11 | Auto merge of #101670 - obi1kenobi:patch-1, r=jyn514 | bors | -0/+1 |
| 2022-09-11 | Update unit test outputs | Charles Lew | -80/+51 |
| 2022-09-11 | Use current rustc version. | Charles Lew | -1/+1 |
| 2022-09-11 | fix tests after rebase | Andrew Cann | -18/+26 |
| 2022-09-11 | test async diagnostics for feature(generator_clone) | Andrew Cann | -0/+242 |
| 2022-09-11 | minor fixups as per PR feedback | Andrew Cann | -32/+17 |
| 2022-09-11 | Add some comments to generator clone shim code | Andrew Cann | -0/+12 |