| Age | Commit message (Expand) | Author | Lines |
| 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/+72 |
| 2022-09-12 | Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnr | Dylan DPC | -0/+49 |
| 2022-09-12 | Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8Ki | Dylan DPC | -0/+31 |
| 2022-09-12 | Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercote | Dylan DPC | -0/+1 |
| 2022-09-12 | Auto merge of #100502 - chenyukang:fix-100478, r=jackh726 | bors | -0/+314 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -3/+97 |
| 2022-09-11 | Update tests for new browser-ui-test version | Guillaume Gomez | -12/+15 |
| 2022-09-11 | Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-dead | bors | -0/+9 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -0/+9 |
| 2022-09-11 | Deny RPITIT for object safety | Michael Goulet | -0/+72 |
| 2022-09-11 | Check that the types in RPITITs are WF | Michael Goulet | -0/+49 |
| 2022-09-11 | Update unit test outputs | Charles Lew | -80/+51 |
| 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 | Add feature gate tests for generator_clone | Andrew Cann | -0/+284 |
| 2022-09-11 | fix #101626, suggest pub instead of public for const type item | yukang | -0/+31 |
| 2022-09-10 | Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle | bors | -136/+139 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -57/+44 |
| 2022-09-10 | Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3 | bors | -0/+21 |
| 2022-09-10 | Update browser-ui-test version to 0.10.0 | Guillaume Gomez | -1/+1 |
| 2022-09-10 | Fix pointer value punning. | Charles Lew | -0/+21 |
| 2022-09-10 | Rollup merge of #101641 - GuillaumeGomez:update-browser-ui-test, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-09-10 | Rollup merge of #101631 - rust-lang:notriddle/duplicate-module, r=GuillaumeGomez | Dylan DPC | -5/+164 |
| 2022-09-10 | Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726 | Dylan DPC | -2/+2 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -31/+19 |
| 2022-09-10 | Update browser-ui-test version to 0.9.8 | Guillaume Gomez | -1/+1 |
| 2022-09-10 | Update rustdoc GUI tests | Guillaume Gomez | -53/+53 |
| 2022-09-10 | Simplify DOM for codeblocks tooltips | Guillaume Gomez | -83/+86 |
| 2022-09-10 | Auto merge of #101639 - matthiaskrgr:rollup-sewkrgm, r=matthiaskrgr | bors | -71/+128 |
| 2022-09-10 | Rollup merge of #101634 - aDotInTheVoid:rdj-test, r=CraftSpider | Matthias Krüger | -55/+61 |
| 2022-09-10 | Rollup merge of #101633 - aDotInTheVoid:rdj-idl, r=jyn514 | Matthias Krüger | -7/+63 |
| 2022-09-10 | Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomez | Matthias Krüger | -7/+2 |
| 2022-09-10 | Rollup merge of #101616 - TimNN:relax-msan, r=lqd | Matthias Krüger | -1/+1 |
| 2022-09-10 | Rollup merge of #101413 - nicholasbishop:bishop-remove-uefi-static-reloc, r=p... | Matthias Krüger | -1/+1 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -224/+73 |
| 2022-09-10 | Auto merge of #101609 - flip1995:clippyup, r=Manishearth | bors | -686/+15491 |
| 2022-09-09 | rustdoc: add another test case for glob shadowing | Michael Howell | -0/+20 |
| 2022-09-09 | rustdoc: test cases for glob shadowing | Michael Howell | -0/+103 |
| 2022-09-09 | rustdoc: implement glob shadowing when doing local inlining | Michael Howell | -0/+12 |
| 2022-09-10 | Rustdoc-Json Tests: Use `@is` and `@ismany` more often. | Nixon Enraght-Moony | -55/+61 |
| 2022-09-10 | Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page | Nixon Enraght-Moony | -7/+63 |
| 2022-09-09 | Auto merge of #101617 - Dylan-DPC:rollup-iiy4ipc, r=Dylan-DPC | bors | -119/+117 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -224/+73 |
| 2022-09-09 | rustdoc: when removing duplicate names, ignore `#[doc(hidden)]` items | Michael Howell | -3/+10 |
| 2022-09-09 | rustdoc: avoid cleaning modules with duplicate names | Michael Howell | -3/+20 |
| 2022-09-09 | Use RelocModel::Pic for UEFI targets | Nicholas Bishop | -1/+1 |
| 2022-09-09 | rustdoc: update test cases | Michael Howell | -2/+2 |
| 2022-09-09 | rustdoc: remove unused CSS `#search { position: relative }` | Michael Howell | -5/+0 |
| 2022-09-09 | Rollup merge of #101612 - tmiasko:repeat128, r=lcnr | Dylan DPC | -0/+14 |