| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Introduce `DeepRejectCtxt::substs_refs_may_unify`. | Nicholas Nethercote | -17/+23 |
| 2023-03-28 | check for intercrate mode when accessing the cache | lcnr | -5/+22 |
| 2023-03-28 | effvis: Stop considering crate root its own parent | Vadim Petrochenkov | -8/+11 |
| 2023-03-28 | effvis: Merge two similar code paths | Vadim Petrochenkov | -34/+23 |
| 2023-03-28 | privacy: Support `#![rustc_effective_visibility]` on the crate root | Vadim Petrochenkov | -0/+1 |
| 2023-03-28 | Skip no_mangle if the item has no name. | Camille GILLOT | -1/+16 |
| 2023-03-28 | Reformat codegen_fn_attrs. | Camille GILLOT | -71/+33 |
| 2023-03-28 | Check for overflow in assemble_candidates_after_normalizing_self_ty | Michael Goulet | -18/+53 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -386/+234 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -1/+77 |
| 2023-03-28 | [fix] don't panic on failure to acquire jobserver token | Daniil Belov | -2/+2 |
| 2023-03-28 | address review comments | Rémy Rakic | -6/+8 |
| 2023-03-28 | Create AnnotationColumn struct to fix hard tab column numbers in errors | pommicket | -36/+85 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -54/+291 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -152/+32 |
| 2023-03-28 | Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrum | nils | -1/+1 |
| 2023-03-28 | Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726 | nils | -53/+50 |
| 2023-03-28 | Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillot | nils | -19/+29 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -63/+32 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -98/+90 |
| 2023-03-28 | Check data segment range | Kai Luo | -6/+5 |
| 2023-03-28 | Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obk | bors | -52/+31 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -52/+31 |
| 2023-03-28 | Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-03-28 | Rollup merge of #109678 - compiler-errors:dont-shadow-in-incremental_verify_i... | Matthias Krüger | -2/+1 |
| 2023-03-28 | Rollup merge of #109565 - WaffleLapkin:better_docs_for_e0223, r=oli-obk | Matthias Krüger | -13/+15 |
| 2023-03-28 | Rollup merge of #108548 - jamen:master, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2023-03-28 | Address comment | Kai Luo | -5/+11 |
| 2023-03-28 | Erase impl regions when checking for impossible to eagerly monomorphize items | Michael Goulet | -19/+29 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -130/+272 |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -14/+94 |
| 2023-03-28 | Compute bound vars correctly | Michael Goulet | -17/+108 |
| 2023-03-28 | RTN | Michael Goulet | -51/+120 |
| 2023-03-28 | Feature gate | Michael Goulet | -6/+22 |
| 2023-03-28 | ParenthesizedGenericArgs::{Ok -> ParenSugar} | Michael Goulet | -5/+5 |
| 2023-03-27 | check for write macro and write_fmt with err msg | James Dietz | -10/+42 |
| 2023-03-28 | Make doc comment a little bit more accurate | est31 | -1/+1 |
| 2023-03-27 | Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514 | bors | -8/+9 |
| 2023-03-27 | Fix subslice capture in closure | clubby789 | -3/+2 |
| 2023-03-27 | no shadow plz | Michael Goulet | -2/+1 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -8/+9 |
| 2023-03-27 | Improve documentation for E0223 | Maybe Waffle | -13/+15 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -60/+52 |
| 2023-03-27 | readability tweaks | Rémy Rakic | -22/+22 |
| 2023-03-27 | add more InitMask test coverage | Rémy Rakic | -0/+175 |
| 2023-03-27 | make InitMask lazy for fully init/uninit cases | Rémy Rakic | -58/+225 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -0/+10 |
| 2023-03-27 | Rollup merge of #109582 - scottmcm:local-ref-pending, r=oli-obk | Matthias Krüger | -20/+26 |
| 2023-03-27 | Rollup merge of #109580 - compiler-errors:new-solver-fixmes, r=lcnr | Matthias Krüger | -6/+0 |
| 2023-03-27 | Use span of placeholders in format_args!() expansion. | Mara Bos | -23/+43 |