| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | Auto merge of #108717 - TDecki:dec2flt-inline, r=thomcc | bors | -1/+18 |
| 2023-03-21 | Refactor `try_execute_query` | John Kåre Alsaker | -134/+134 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -118/+114 |
| 2023-03-21 | Add ntdll to run-make-fulldeps extraflags | Chris Denton | -2/+2 |
| 2023-03-20 | Auto merge of #109046 - Zoxc:split-execute-job, r=cjgillot,michaelwoerister | bors | -30/+42 |
| 2023-03-20 | Enforce non-lifetime-binders in supertrait preds are not object safe | Michael Goulet | -3/+111 |
| 2023-03-21 | Refactor `handle_missing_lit`. | Nicholas Nethercote | -14/+8 |
| 2023-03-20 | Auto merge of #106610 - euclio:windows-rs, r=ChrisDenton | bors | -280/+379 |
| 2023-03-20 | Add GUI test for "Auto-hide item contents for large items" setting | Guillaume Gomez | -0/+51 |
| 2023-03-20 | Update browser-ui-test version to 0.14.5 | Guillaume Gomez | -1/+1 |
| 2023-03-20 | not *all* retags might be explicit in Runtime MIR | Ralf Jung | -1/+2 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -13/+0 |
| 2023-03-20 | Auto merge of #109384 - matthiaskrgr:rollup-hu348gs, r=matthiaskrgr | bors | -260/+460 |
| 2023-03-21 | Avoid ICE of attempt to add with overflow in emitter | yukang | -1/+47 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -280/+379 |
| 2023-03-20 | Add example for `Option::product` and `Result::product` | clubby789 | -4/+36 |
| 2023-03-20 | rustdoc: Optimize impl sorting during rendering | Vadim Petrochenkov | -7/+20 |
| 2023-03-20 | adapt tests/codegen/vec-shrink-panik for LLVM 17 | Krasimir Georgiev | -9/+14 |
| 2023-03-20 | Use builtin_index instead of match | Andy Wang | -5/+2 |
| 2023-03-20 | Add `known-bug` test for typeid unsoundness issue | Evgenii Zheltonozhskii | -0/+52 |
| 2023-03-20 | Fix off-by-one in mir syntax doc | Andy Wang | -1/+1 |
| 2023-03-20 | Support aggregate expressions | Andy Wang | -0/+137 |
| 2023-03-20 | Add documentation for `type RET = ...` | Andy Wang | -0/+14 |
| 2023-03-20 | Auto merge of #108524 - Zoxc:node-backtrace, r=cjgillot | bors | -51/+64 |
| 2023-03-20 | Allow optional RET type annotation | Andy Wang | -1/+34 |
| 2023-03-20 | Apply suggestions from code review | the8472 | -3/+3 |
| 2023-03-20 | Add block-based mutex unlocking example | The 8472 | -7/+17 |
| 2023-03-20 | Also move the auxiliary file | Scott McMurray | -0/+0 |
| 2023-03-20 | mv tests/codegen/issue-* tests/codegen/issues/ | Scott McMurray | -0/+0 |
| 2023-03-20 | Limited the number of parallel link jobs during LLVM build for mingw. | Michael Woerister | -0/+8 |
| 2023-03-20 | fix typo | lcnr | -1/+1 |
| 2023-03-20 | Rollup merge of #109365 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2023-03-20 | Rollup merge of #109364 - compiler-errors:gat-const-arg, r=BoxyUwU | Matthias Krüger | -28/+69 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -5/+37 |
| 2023-03-20 | Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors | Matthias Krüger | -12/+60 |
| 2023-03-20 | Rollup merge of #109273 - WaffleLapkin:slice_is_sorted_by_array_windows, r=sc... | Matthias Krüger | -4/+2 |
| 2023-03-20 | Rollup merge of #109267 - jyn514:test-configure, r=Mark-Simulacrum | Matthias Krüger | -202/+263 |
| 2023-03-20 | Rollup merge of #109266 - petrochenkov:docice4, r=petrochenkov | Matthias Krüger | -6/+24 |
| 2023-03-20 | Rollup merge of #109170 - eggyal:xc-linux-cmake, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-03-20 | Auto merge of #109377 - lnicola:rust-analyzer-2023-03-20, r=lnicola | bors | -610/+2220 |
| 2023-03-20 | feat: implement error recovery in `expected_ident_found` | Ezra Shaw | -69/+175 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -24/+12 |
| 2023-03-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -610/+2220 |
| 2023-03-20 | Auto merge of #109376 - matthiaskrgr:rollup-0aut57k, r=matthiaskrgr | bors | -162/+400 |
| 2023-03-20 | Rollup merge of #109375 - clubby789:unescape-deprecated-doc, r=jsha | Matthias Krüger | -3/+3 |
| 2023-03-20 | Rollup merge of #109370 - DaniPopes:issue-109334, r=Nilstrieb | Matthias Krüger | -26/+48 |
| 2023-03-20 | Rollup merge of #109362 - nnethercote:split-meta-stats-items, r=bjorn3 | Matthias Krüger | -4/+3 |
| 2023-03-20 | Rollup merge of #109353 - Nilstrieb:rustc-mir-building, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-20 | Rollup merge of #109351 - GuillaumeGomez:no-footnote-in-summary, r=notriddle | Matthias Krüger | -1/+30 |
| 2023-03-20 | Rollup merge of #109337 - frengor:collect_into_doc, r=scottmcm | Matthias Krüger | -4/+4 |