| Age | Commit message (Expand) | Author | Lines |
| 2023-03-22 | Do not feed param_env for RPITITs impl side | Santiago Pastorino | -5/+5 |
| 2023-03-22 | eager nll type relating | b-naber | -170/+104 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -24/+49 |
| 2023-03-22 | Auto merge of #10527 - samueltardieu:issue-10523, r=dswij | bors | -12/+42 |
| 2023-03-22 | Update anonymous-reexport UI test | Guillaume Gomez | -39/+26 |
| 2023-03-22 | Move useless_anynous_reexport lint into unused_imports | Guillaume Gomez | -102/+44 |
| 2023-03-22 | More general captures | est31 | -3/+3 |
| 2023-03-22 | Bugfix: avoid panic on invalid json output from libtest | Raoul Strackx | -12/+7 |
| 2023-03-22 | Auto merge of #109163 - hi-rustin:rustin-patch-dockerfile, r=Mark-Simulacrum | bors | -4/+5 |
| 2023-03-22 | Remove comment about re-using Rib allocations | Lukas Wirth | -1/+0 |
| 2023-03-22 | review | lcnr | -2/+1 |
| 2023-03-22 | stop special-casing `'static` in evaluate | lcnr | -102/+151 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -5/+5 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -299/+173 |
| 2023-03-22 | `HirId` to `LocalDefId` cleanup | lcnr | -11/+7 |
| 2023-03-22 | Auto merge of #109073 - michaelwoerister:limit-mingw-llvm-link-jobs, r=Mark-S... | bors | -0/+8 |
| 2023-03-22 | Demonstration test for MIR building of checked shift operators | Scott McMurray | -0/+314 |
| 2023-03-22 | Increase array size in array-map.rs | Nikita Popov | -3/+3 |
| 2023-03-22 | Upgrade to LLVM 16 | Nikita Popov | -1/+1 |
| 2023-03-22 | Update dist-x86_64-linux to GCC 8.5 | Nikita Popov | -1/+1 |
| 2023-03-22 | Auto merge of #10490 - samueltardieu:issue-10482, r=xFrednet | bors | -6/+147 |
| 2023-03-22 | Fixes #109436: add parentheses properly | Mu42 | -7/+56 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+4 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -384/+258 |
| 2023-03-22 | Change text -> rust,ignore highlighting in sanitizer.md | Trevor Gross | -2/+2 |
| 2023-03-22 | Auto merge of #109087 - cjgillot:sparse-bb-clear, r=davidtwco | bors | -22/+61 |
| 2023-03-22 | Auto merge of #109463 - weihanglo:update-cargo, r=weihanglo | bors | -2/+2 |
| 2023-03-22 | Do not propose to simplify a not expression coming from a macro | Samuel "Sam" Tardieu | -12/+42 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -15/+36 |
| 2023-03-21 | Always encode RPITITs | Santiago Pastorino | -1/+9 |
| 2023-03-22 | Do not propose to remove `async move` if variables are captured by ref | Samuel "Sam" Tardieu | -6/+147 |
| 2023-03-22 | Update cargo | Weihang Lo | -2/+2 |
| 2023-03-21 | iat selection: erase regions in self type | León Orell Valerian Liehr | -31/+101 |
| 2023-03-21 | rustdoc: remove redundant `.content` prefix from span/a colors | Michael Howell | -21/+21 |
| 2023-03-21 | Use `SmallVec` in bitsets | Nilstrieb | -5/+7 |
| 2023-03-21 | Auto merge of #10526 - samueltardieu:dogfood-clippy, r=flip1995 | bors | -15/+16 |
| 2023-03-21 | Really dogfood clippy | Samuel "Sam" Tardieu | -15/+16 |
| 2023-03-21 | Auto merge of #109453 - matthiaskrgr:rollup-odn02wu, r=matthiaskrgr | bors | -139/+597 |
| 2023-03-21 | Auto merge of #10520 - Nilstrieb:uninit, r=Alexendoo | bors | -31/+83 |
| 2023-03-21 | Do not consider synthesized RPITITs on missing items checks | Santiago Pastorino | -4/+31 |
| 2023-03-21 | Auto merge of #109092 - compiler-errors:local-key, r=cjgillot | bors | -632/+438 |
| 2023-03-21 | Rollup merge of #109446 - spastorino:new-rpitit-17, r=compiler-errors | Matthias Krüger | -4/+36 |
| 2023-03-21 | Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errors | Matthias Krüger | -28/+189 |
| 2023-03-21 | Rollup merge of #109415 - nnethercote:refactor-handle_missing_lit, r=petroche... | Matthias Krüger | -14/+8 |
| 2023-03-21 | Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebank | Matthias Krüger | -1/+47 |
| 2023-03-21 | Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwU | Matthias Krüger | -13/+51 |
| 2023-03-21 | Rollup merge of #108729 - bvanjoi:fix-issue-97534, r=petrochenkov | Matthias Krüger | -15/+106 |
| 2023-03-21 | Rollup merge of #108164 - joboet:discard_messages_mpmc_array, r=Amanieu | Matthias Krüger | -26/+98 |
| 2023-03-21 | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | -38/+62 |
| 2023-03-21 | Add `safe` to number rendering | clubby789 | -2/+2 |