| Age | Commit message (Expand) | Author | Lines |
| 2023-03-19 | Prefer if cfg!. | Camille GILLOT | -12/+14 |
| 2023-03-19 | Only clear locals that are known to be written to. | Camille GILLOT | -16/+53 |
| 2023-03-18 | Auto merge of #109303 - matthiaskrgr:rollup-usj4ef5, r=matthiaskrgr | bors | -313/+760 |
| 2023-03-18 | Rollup merge of #109288 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -20/+15 |
| 2023-03-18 | Rollup merge of #109287 - scottmcm:hash-slice-size-of-val, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-03-18 | Rollup merge of #109283 - notriddle:notriddle/visibility-to-src-with-space, r... | Matthias Krüger | -7/+7 |
| 2023-03-18 | Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors | Matthias Krüger | -1/+27 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -41/+19 |
| 2023-03-18 | Rollup merge of #109193 - spastorino:new-rpitit-11, r=compiler-errors | Matthias Krüger | -20/+339 |
| 2023-03-18 | Rollup merge of #108772 - jyn514:faster-tidy, r=the8472 | Matthias Krüger | -187/+225 |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -35/+126 |
| 2023-03-18 | Auto merge of #108815 - the8472:process-obligations-fast-skip, r=nnethercote | bors | -6/+79 |
| 2023-03-18 | address review comments | Joshua Nelson | -24/+52 |
| 2023-03-18 | Let tidy use more threads | Joshua Nelson | -1/+5 |
| 2023-03-18 | Use a single WalkBuilder for multiple paths | Joshua Nelson | -42/+43 |
| 2023-03-18 | Make `ui_tests` non-quadratic | Joshua Nelson | -34/+30 |
| 2023-03-18 | Speed up file walking in tidy | Joshua Nelson | -83/+80 |
| 2023-03-18 | Use named threads in tidy | Joshua Nelson | -4/+16 |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -20/+15 |
| 2023-03-18 | Auto merge of #109284 - matthiaskrgr:rollup-aaublsx, r=matthiaskrgr | bors | -65/+252 |
| 2023-03-17 | Use `size_of_val` instead of manual calculation | Scott McMurray | -2/+2 |
| 2023-03-18 | Rollup merge of #109257 - petrochenkov:bindebug, r=WaffleLapkin | Matthias Krüger | -4/+12 |
| 2023-03-18 | Rollup merge of #109256 - chaitanyav:fix_108948, r=albertlarsan68 | Matthias Krüger | -4/+7 |
| 2023-03-18 | Rollup merge of #109251 - MU001999:master, r=Nilstrieb | Matthias Krüger | -6/+43 |
| 2023-03-18 | Rollup merge of #109248 - compiler-errors:get_fn_decl-aaa, r=WaffleLapkin | Matthias Krüger | -36/+75 |
| 2023-03-18 | Rollup merge of #109235 - chaitanyav:master, r=ChrisDenton | Matthias Krüger | -1/+11 |
| 2023-03-18 | Rollup merge of #109222 - chenyukang:yukang/fix-109143, r=petrochenkov | Matthias Krüger | -4/+27 |
| 2023-03-18 | Rollup merge of #109211 - mili-l:mili_l/update_e0206_description, r=WaffleLapkin | Matthias Krüger | -4/+4 |
| 2023-03-18 | Rollup merge of #109200 - compiler-errors:issue-109191, r=WaffleLapkin | Matthias Krüger | -3/+30 |
| 2023-03-18 | Rollup merge of #109102 - compiler-errors:ambig-assoc-in-non-lt-binder, r=jac... | Matthias Krüger | -3/+43 |
| 2023-03-17 | rustdoc: reduce allocations in `visibility_to_src_with_space` | Michael Howell | -7/+7 |
| 2023-03-17 | Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed tests | Santiago Pastorino | -20/+339 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -481/+457 |
| 2023-03-17 | Fast path that skips over unchanged obligations in process_obligations | The 8472 | -6/+79 |
| 2023-03-17 | Add generic parameters mismatch test for async in traits | Santiago Pastorino | -0/+31 |
| 2023-03-17 | Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as... | Santiago Pastorino | -1/+27 |
| 2023-03-17 | Modify code style as per comments | NagaChaitanya Vellanki | -7/+5 |
| 2023-03-17 | Pass the right HIR back from get_fn_decl | Michael Goulet | -36/+75 |
| 2023-03-17 | Erase escaping late-bound regions when probing for ambiguous associated types | Michael Goulet | -3/+43 |
| 2023-03-17 | Auto merge of #109253 - matthiaskrgr:rollup-2xmv5zk, r=matthiaskrgr | bors | -192/+451 |
| 2023-03-17 | Update compiler/rustc_error_codes/src/error_codes/E0206.md | Jamilya Shurukhova | -1/+1 |
| 2023-03-17 | E0206 - code review changes | Jamilya Shurukhova | -3/+4 |
| 2023-03-17 | Auto merge of #109241 - saethlin:miri, r=oli-obk | bors | -203/+3785 |
| 2023-03-17 | resolve: Improve debug impls for `NameBinding` | Vadim Petrochenkov | -4/+12 |
| 2023-03-17 | Check for llvm-tools before install | NagaChaitanya Vellanki | -4/+7 |
| 2023-03-17 | Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkin | bors | -164/+49 |
| 2023-03-17 | Rollup merge of #109229 - DaniPopes:link-references, r=notriddle | Matthias Krüger | -7/+7 |
| 2023-03-17 | Rollup merge of #109215 - est31:sort_by_key, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -107/+419 |
| 2023-03-17 | Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=Nilstrieb | Matthias Krüger | -1/+1 |