| Age | Commit message (Expand) | Author | Lines |
| 2023-03-12 | Rollup merge of #109032 - compiler-errors:shorter, r=BoxyUwU | Matthias Krüger | -15/+13 |
| 2023-03-12 | Rollup merge of #109031 - thomcc:config-example-toml, r=ozkanonur | Matthias Krüger | -17/+16 |
| 2023-03-12 | Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726 | Matthias Krüger | -27/+61 |
| 2023-03-12 | Rollup merge of #109026 - joshtriplett:rc-into-inner, r=dtolnay | Matthias Krüger | -0/+33 |
| 2023-03-12 | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | -149/+235 |
| 2023-03-12 | Rollup merge of #108651 - LeSeulArtichaut:108645-target-feature-on-main, r=Ni... | Matthias Krüger | -1/+84 |
| 2023-03-12 | Fix formatting of new Rc::into_inner test | David Tolnay | -1/+0 |
| 2023-03-12 | Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillot | bors | -6/+21 |
| 2023-03-12 | Update failing ui tests | Guillaume Gomez | -5/+45 |
| 2023-03-12 | Add test for useless_anonymous_reexport lint | Guillaume Gomez | -1/+38 |
| 2023-03-12 | Auto merge of #14328 - lnicola:build-scripts-extra-args, r=Veykril | bors | -1/+30 |
| 2023-03-12 | Add lint for useless anonymous reexports | Guillaume Gomez | -0/+95 |
| 2023-03-12 | Add rustdoc-gui eslint check into CI | Guillaume Gomez | -1/+2 |
| 2023-03-12 | Add eslint check for rustdoc-gui tester | Guillaume Gomez | -8/+104 |
| 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/+39 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `main` | Léo Lanteri Thauvin | -1/+33 |
| 2023-03-12 | Fix object safety checks for new RPITITs | Santiago Pastorino | -9/+61 |
| 2023-03-12 | Filter out RPITITs in object_safety_violations_for_trait | Santiago Pastorino | -3/+33 |
| 2023-03-12 | Filter out RPITITs in astconv when checking for missing associated types | Santiago Pastorino | -3/+40 |
| 2023-03-12 | Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-... | Santiago Pastorino | -8/+91 |
| 2023-03-12 | Run existing async in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -10/+145 |
| 2023-03-12 | Remove tests/ui/impl-trait/in-trait/new-lowering-strategy in favor of using r... | Santiago Pastorino | -28/+0 |
| 2023-03-12 | Add recovery for use of removed `box` syntax | clubby789 | -10/+105 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -6/+6 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -2/+2 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -4/+2 |
| 2023-03-12 | Remove `box-syntax` from unstable book | clubby789 | -22/+0 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -81/+53 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -95/+40 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -944/+851 |
| 2023-03-12 | Add and use rust-analyzer.cargo.extraArgs setting | Laurențiu Nicola | -2/+27 |
| 2023-03-12 | typo | Tshepang Mbambo | -1/+1 |
| 2023-03-12 | Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgr | bors | -87/+914 |
| 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 | Prevent stable `libtest` from supporting `-Zunstable-options` | Thom Chiovoloni | -0/+6 |
| 2023-03-12 | Rollup merge of #109034 - compiler-errors:lazy-norm-tests, r=jackh726 | Matthias Krüger | -0/+172 |
| 2023-03-12 | Rollup merge of #109028 - GuillaumeGomez:rustdoc-js-tester-eslint, r=notriddle | Matthias Krüger | -45/+144 |
| 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 #108984 - Teapot4195:issue-106803-fix, r=ozkanonur | Matthias Krüger | -0/+2 |
| 2023-03-12 | Rollup merge of #108841 - jackh726:issue-90528, r=compiler-errors | Matthias Krüger | -7/+490 |
| 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 | -21/+69 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -82/+100 |
| 2023-03-11 | Move `Option::as_slice` to an always-sound implementation | Scott McMurray | -42/+92 |