| Age | Commit message (Expand) | Author | Lines |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -0/+1 |
| 2023-08-25 | Rollup merge of #115081 - Zoxc:expn-id-decode, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-08-24 | Rollup merge of #115177 - c410-f3r:symbols, r=compiler-errors | Weihang Lo | -0/+8 |
| 2023-08-24 | Auto merge of #115082 - Zoxc:syntax-context-decode-race, r=cjgillot | bors | -35/+85 |
| 2023-08-24 | Add symbols for Clippy | Caio | -0/+8 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+1 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -0/+1 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+1 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-23 | Extend comment on assertion | John Kåre Alsaker | -1/+5 |
| 2023-08-23 | Check that the old values match | John Kåre Alsaker | -2/+2 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -0/+3 |
| 2023-08-22 | Fix races conditions with `SyntaxContext` decoding | John Kåre Alsaker | -34/+80 |
| 2023-08-22 | Allow overwriting ExpnId for concurrent decoding | John Kåre Alsaker | -3/+3 |
| 2023-08-20 | Auto merge of #114332 - nbdd0121:riscv, r=compiler-errors | bors | -0/+1 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+8 |
| 2023-08-18 | Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc | Gary Guo | -0/+1 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -0/+2 |
| 2023-08-16 | Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkov | bors | -4/+33 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -0/+95 |
| 2023-08-15 | Add diagnostic items for `<*const _>::cast` and `<*mut _>::cast_const` | Urgau | -0/+2 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -0/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -1/+1 |
| 2023-08-13 | Add typed `{Local}DefId` for modules | Nilstrieb | -0/+95 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+1 |
| 2023-08-07 | Rollup merge of #114549 - chenyukang:yukang-review-resolve-part, r=petrochenkov | Matthias Krüger | -9/+6 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+1 |
| 2023-08-06 | refactor on span_look_ahead | yukang | -9/+6 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -0/+1 |
| 2023-08-04 | Rollup merge of #114351 - ttsugriy:sort-by-words, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+1 |
| 2023-08-03 | Rollup merge of #114395 - ttsugriy:hoist-lookup, r=lqd | Matthias Krüger | -1/+2 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-02 | [rustc_span][perf] Hoist lookup sorted by words out of the loop. | Taras Tsugrii | -1/+2 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -0/+1 |
| 2023-08-01 | [rustc_span][perf] Remove unnecessary string joins and allocs. | Taras Tsugrii | -2/+2 |
| 2023-08-01 | Add diagnostic items for `<*const _>::cast` and `ptr::from_mut` | Urgau | -0/+2 |
| 2023-08-01 | introduce `Span::find_ancestor_inside_same_ctxt` | Lukas Markeffsky | -4/+33 |
| 2023-07-30 | Simplify `Span::can_be_used_for_suggestions` a little tiny bit | Maybe Waffle | -1/+1 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -0/+4 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -0/+1 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -0/+1 |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -0/+3 |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -0/+1 |
| 2023-07-25 | Add `sym::iter_mut` + `sym::as_mut_ptr` | blyxyas | -0/+2 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -9/+13 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+2 |