| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Auto merge of #14358 - Veykril:err-reporting, r=Veykril | bors | -157/+194 |
| 2023-03-15 | Report sysroot and rustc crate loading errors | Lukas Wirth | -139/+134 |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -31/+138 |
| 2023-03-15 | Aggregate errors and warnings in the status message | Lukas Wirth | -20/+62 |
| 2023-03-15 | add `enable-warnings` flag for llvm | ozkanonur | -6/+12 |
| 2023-03-15 | Auto merge of #14357 - Veykril:rustc-priv, r=Veykril | bors | -1/+4 |
| 2023-03-15 | fix: Don't pass feature flags to rustc private crates metadata invocation | Lukas Wirth | -1/+4 |
| 2023-03-15 | Auto merge of #14355 - Veykril:completion-ref-strip, r=Veykril | bors | -5/+16 |
| 2023-03-15 | fix: Fix reference completions being emitted in places other than argument lists | Lukas Wirth | -5/+16 |
| 2023-03-15 | Auto merge of #14353 - lowr:fix/inline-call-bad-ast, r=Veykril | bors | -2/+38 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -17/+169 |
| 2023-03-15 | Auto merge of #14354 - Veykril:sighelp, r=Veykril | bors | -19/+281 |
| 2023-03-15 | Add signature help for tuple struct patterns | Lukas Wirth | -25/+213 |
| 2023-03-15 | Remove mw from review rotation. | Michael Woerister | -1/+0 |
| 2023-03-15 | fix: don't replace `SyntaxToken` with `SyntaxNode` | Ryo Yoshida | -2/+38 |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -8/+16 |
| 2023-03-15 | Split the mem-replace codegen test | Scott McMurray | -22/+36 |
| 2023-03-15 | Auto merge of #2815 - saethlin:rustup, r=oli-obk | bors | -9622/+23126 |
| 2023-03-15 | Auto merge of #14281 - XFFXFF:fix_missing_unsafe, r=Veykril | bors | -7/+374 |
| 2023-03-15 | Fix #109152, fix the scenario that we may can not get span of func | yukang | -2/+39 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -77/+124 |
| 2023-03-15 | chore: change casing for variants in tests | feniljain | -6/+6 |
| 2023-03-15 | Fix linker detection for clang with prefix | Taiki Endo | -1/+3 |
| 2023-03-15 | Fix riscv64 fuchsia LLVM target name | Taiki Endo | -1/+1 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -152/+87 |
| 2023-03-15 | do not offer fixit for macro expansions and refactor the code | XFFXFF | -56/+55 |
| 2023-03-15 | pick the best ancestor expr of unsafe expr to add unsafe block. Thanks! @Veykril | XFFXFF | -40/+226 |
| 2023-03-15 | feat: add an autofix for inserting an unsafe block to missing unsafe diagnostic | XFFXFF | -7/+189 |
| 2023-03-14 | Merge from rustc | Ben Kimock | -9621/+23125 |
| 2023-03-14 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-03-14 | Don't use CI caches from before this branch | Ben Kimock | -4/+4 |
| 2023-03-14 | Update docs to match | Ben Kimock | -10/+7 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -21/+10 |
| 2023-03-14 | Assert def-kind is correct for alias types | Michael Goulet | -0/+7 |
| 2023-03-14 | Update cargo | Weihang Lo | -2/+2 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -8/+16 |
| 2023-03-14 | Add signature help for record struct patterns | Lukas Wirth | -14/+88 |
| 2023-03-14 | Use index based drop loop for slices and arrays | Tomasz Miąsko | -164/+49 |
| 2023-03-14 | Ignore external macros | blyxyas | -2/+5 |
| 2023-03-14 | Auto merge of #13994 - Veykril:incoherent-impl, r=Veykril | bors | -73/+305 |
| 2023-03-14 | Bless incremental test. | Camille GILLOT | -2/+2 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -27/+27 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -18/+17 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -39/+26 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -142/+134 |
| 2023-03-14 | rustdoc: DocFS: Replace rayon with threadpool and enable it for all targets | Guillaume Gomez | -10/+32 |
| 2023-03-14 | Simplify | Lukas Wirth | -31/+23 |
| 2023-03-14 | Add fundamental attributes to data | Lukas Wirth | -9/+15 |
| 2023-03-14 | Tighter spans | Michael Goulet | -20/+53 |
| 2023-03-14 | Simplify proc macro signature validity check | Michael Goulet | -284/+188 |