| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-03-03 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -92/+9 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -34/+62 |
| 2023-03-03 | Don't put integers into backticks during formatting | est31 | -2/+2 |
| 2023-03-03 | Rustdoc-ify LiteralKind note | est31 | -5/+7 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -15/+15 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -25/+28 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -23/+23 |
| 2023-03-03 | check if snippet is `)` | Takayuki Maeda | -2/+7 |
| 2023-03-03 | Don't call `temporary_scope` twice. | Nicholas Nethercote | -4/+2 |
| 2023-03-03 | Migrate diagnostic | Michael Goulet | -10/+18 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -2/+6 |
| 2023-03-03 | Remove NormalizationError::ConstantKind | Michael Goulet | -3/+0 |
| 2023-03-03 | Improve comments in `needs_process_obligation`. | Nicholas Nethercote | -24/+34 |
| 2023-03-02 | Stabilize movbe target feature | Caleb Zulawski | -4/+4 |
| 2023-03-02 | Rollup merge of #108672 - spastorino:new-rpitit-impl-side, r=compiler-errors | Matthias Krüger | -5/+65 |
| 2023-03-02 | Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2023-03-02 | Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkin | Matthias Krüger | -10/+30 |
| 2023-03-02 | Rollup merge of #108557 - Nathan-Fenner:nathanf/adjust-error-span-fix-Some, r... | Matthias Krüger | -3/+17 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -49/+126 |
| 2023-03-02 | Use `Option::as_slice` where applicable | Andre Bogus | -17/+8 |
| 2023-03-02 | Force parentheses around `match` expression in binary expression | bwmf2 | -0/+4 |
| 2023-03-02 | Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to... | Santiago Pastorino | -5/+65 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -129/+103 |
| 2023-03-02 | Allow checking whether a type allows being uninitialized | Nilstrieb | -2/+11 |
| 2023-03-02 | Fix another ICE in point_at_expr_source_of_inferred_type | Michael Goulet | -1/+1 |
| 2023-03-02 | Make `ExprKind` the first field in `thir::Expr` | Nilstrieb | -3/+3 |
| 2023-03-02 | Auto merge of #108654 - LeSeulArtichaut:revert-99767, r=compiler-errors | bors | -20/+31 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -20/+31 |
| 2023-03-02 | Rollup merge of #108609 - clubby789:e0599-highlight, r=estebank | Matthias Krüger | -0/+3 |
| 2023-03-02 | Rollup merge of #108575 - compiler-errors:erase, r=estebank | Matthias Krüger | -2/+4 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -21/+58 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -21/+58 |
| 2023-03-01 | Format | Rune Tynan | -8/+2 |
| 2023-03-01 | Auto merge of #108620 - Dylan-DPC:rollup-o5c4evy, r=Dylan-DPC | bors | -9/+168 |
| 2023-03-01 | Rollup merge of #108568 - spastorino:new-rpitit-flag, r=compiler-errors | Dylan DPC | -9/+131 |
| 2023-03-01 | Properly implement should_encode_fn_impl_trait_in_trait using new unstable op... | Santiago Pastorino | -3/+12 |
| 2023-03-01 | Highlight whole expression for E0599 | clubby789 | -0/+3 |
| 2023-03-01 | Make associated_item_def_ids for traits use an unstable option to also return... | Santiago Pastorino | -5/+100 |
| 2023-03-01 | Fix typo in docs | Santiago Pastorino | -1/+1 |
| 2023-03-01 | Add unstable option new_rpitit to be used for new RPITIT lowering system | Santiago Pastorino | -0/+3 |
| 2023-03-01 | Add opt_rpitit_info query | Santiago Pastorino | -0/+15 |
| 2023-03-01 | Auto merge of #108446 - Zoxc:named-allocs, r=oli-obk | bors | -2/+8 |
| 2023-03-01 | recover from for-else and while-else | y21 | -0/+37 |
| 2023-03-01 | Do not implement HashStable for HashSet. | Michael Woerister | -12/+4 |
| 2023-03-01 | Remove last instances of HashSet in query result types. | Michael Woerister | -15/+13 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -5/+39 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -37/+39 |
| 2023-03-01 | Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d... | Michael Woerister | -17/+17 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -8/+8 |