| Age | Commit message (Expand) | Author | Lines |
| 2023-03-13 | Layout of `&dyn Trait<[type error]>` is still wide | Michael Goulet | -2/+10 |
| 2023-03-13 | Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile... | Matthias Krüger | -20/+25 |
| 2023-03-13 | Rollup merge of #109058 - tmiasko:is-checkable, r=jackh726 | Matthias Krüger | -0/+3 |
| 2023-03-13 | Gracefully handle `#[target_feature]` on statics | Nilstrieb | -20/+25 |
| 2023-03-13 | Generalize operation. | Camille GILLOT | -14/+27 |
| 2023-03-13 | Rename method. | Camille GILLOT | -7/+7 |
| 2023-03-13 | Replace ZST operands and debuginfo by constants. | Camille GILLOT | -28/+93 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -23/+31 |
| 2023-03-13 | Better names? | Michael Goulet | -48/+54 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -66/+160 |
| 2023-03-13 | metadata/resolve: Minor refactoring to "tcx -> cstore" conversions | Vadim Petrochenkov | -9/+14 |
| 2023-03-13 | metadata: Remove some more untracked `CStore` methods | Vadim Petrochenkov | -21/+10 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -72/+52 |
| 2023-03-13 | resolve: Centralize retrieval of items span and item name | Vadim Petrochenkov | -69/+37 |
| 2023-03-13 | resolve: Remove `fn_has_self_parameter_untracked` | Vadim Petrochenkov | -14/+15 |
| 2023-03-13 | resolve: Remove `struct_field_visibilities_untracked` | Vadim Petrochenkov | -50/+37 |
| 2023-03-13 | resolve: Partially remove `item_attrs_untracked` | Vadim Petrochenkov | -8/+4 |
| 2023-03-13 | resolve: Remove `visibility_untracked` | Vadim Petrochenkov | -11/+4 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -69/+82 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -294/+208 |
| 2023-03-12 | Auto merge of #109056 - matthiaskrgr:rollup-9trny1z, r=matthiaskrgr | bors | -31/+72 |
| 2023-03-12 | Rollup merge of #109047 - tshepang:type, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-03-12 | Rollup merge of #109032 - compiler-errors:shorter, r=BoxyUwU | Matthias Krüger | -15/+13 |
| 2023-03-12 | Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726 | Matthias Krüger | -15/+12 |
| 2023-03-12 | Rollup merge of #108651 - LeSeulArtichaut:108645-target-feature-on-main, r=Ni... | Matthias Krüger | -0/+46 |
| 2023-03-12 | Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillot | bors | -6/+21 |
| 2023-03-12 | Add test for useless_anonymous_reexport lint | Guillaume Gomez | -1/+2 |
| 2023-03-12 | Add lint for useless anonymous reexports | Guillaume Gomez | -0/+95 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -30/+116 |
| 2023-03-12 | Allow `#[target_feature]` on `main` and `start` for WASM | Léo Lanteri Thauvin | -2/+14 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `start` | Léo Lanteri Thauvin | -0/+19 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `main` | Léo Lanteri Thauvin | -0/+15 |
| 2023-03-12 | Fix object safety checks for new RPITITs | Santiago Pastorino | -3/+2 |
| 2023-03-12 | Filter out RPITITs in object_safety_violations_for_trait | Santiago Pastorino | -0/+1 |
| 2023-03-12 | Filter out RPITITs in astconv when checking for missing associated types | Santiago Pastorino | -0/+1 |
| 2023-03-12 | Add recovery for use of removed `box` syntax | clubby789 | -0/+28 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -36/+20 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -40/+41 |
| 2023-03-12 | typo | Tshepang Mbambo | -1/+1 |
| 2023-03-12 | Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgr | bors | -29/+140 |
| 2023-03-12 | Use `Debug` for formatting the dep nodes | John Kåre Alsaker | -2/+1 |
| 2023-03-12 | Remove `graph` parameter from `try_force_from_dep_node` | John Kåre Alsaker | -7/+8 |
| 2023-03-12 | Optimize dep node backtrace and ignore fatal errors | John Kåre Alsaker | -50/+63 |
| 2023-03-12 | Rollup merge of #109018 - jyn514:global-allocator-comment, r=lqd | Matthias Krüger | -0/+9 |
| 2023-03-12 | Rollup merge of #109017 - klensy:dupe, r=cjgillot | Matthias Krüger | -6/+2 |
| 2023-03-12 | Rollup merge of #109013 - Nilstrieb:obscurity-is-not-a-necessity, r=fee1-dead | Matthias Krüger | -5/+18 |
| 2023-03-12 | Rollup merge of #108841 - jackh726:issue-90528, r=compiler-errors | Matthias Krüger | -7/+90 |
| 2023-03-12 | Rollup merge of #108797 - thomcc:sourcemap_include_binary_file, r=compiler-er... | Matthias Krüger | -3/+8 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -8/+13 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -82/+100 |