| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Add a method to check if type is a CStr | Celina G. Val | -0/+37 |
| 2023-12-15 | Add link to is_benchmark from the Ipv6Addr::is_global documentation | Jakub Stasiak | -1/+1 |
| 2023-12-15 | Auto merge of #118996 - matthiaskrgr:rollup-n6x2lc7, r=matthiaskrgr | bors | -183/+200 |
| 2023-12-15 | Rollup merge of #118988 - notriddle:notriddle/varconst, r=GuillaumeGomez | Matthias Krüger | -0/+24 |
| 2023-12-15 | Rollup merge of #118986 - GuillaumeGomez:simplify-js-inline, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-12-15 | Rollup merge of #118985 - JohnTitor:rm-jtitor-diag-pings, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-12-15 | Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddle | Matthias Krüger | -12/+3 |
| 2023-12-15 | Rollup merge of #118944 - compiler-errors:relate, r=lcnr | Matthias Krüger | -67/+76 |
| 2023-12-15 | Rollup merge of #118234 - tgross35:type_name_of_value, r=dtolnay | Matthias Krüger | -22/+18 |
| 2023-12-15 | Rollup merge of #117824 - WaffleLapkin:ptr_from_ref_stab, r=dtolnay | Matthias Krüger | -77/+74 |
| 2023-12-15 | use `if cfg` instead of `#[cfg]` | jyn | -4/+1 |
| 2023-12-15 | Move nll_relate to relate::nll submodule | Michael Goulet | -5/+5 |
| 2023-12-15 | Add higher_ranked to relate submodule | Michael Goulet | -16/+16 |
| 2023-12-15 | Notify lcnr and errs when relations change | Michael Goulet | -0/+8 |
| 2023-12-15 | Move type relations into submodule in rustc_infer | Michael Goulet | -57/+58 |
| 2023-12-15 | Auto merge of #115165 - davidtwco:issue-9228-describe-item-member-visibility,... | bors | -15/+276 |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -77/+74 |
| 2023-12-15 | s/MatchCx/TypeCx/ | Nadrieril | -48/+48 |
| 2023-12-15 | Fix enforcement of generics for associated items | Michael Goulet | -19/+85 |
| 2023-12-15 | Cfg remove lang items in doctest | Cameron Steffen | -5/+5 |
| 2023-12-15 | Appease the tools: clippy, rustdoc | Michael Goulet | -20/+6 |
| 2023-12-15 | Simplify instantiate_poly_trait_ref | Michael Goulet | -75/+35 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -135/+68 |
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -173/+320 |
| 2023-12-15 | Fix comments | Michael Goulet | -37/+3 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -116/+50 |
| 2023-12-15 | Introduce `MatchCtxt` | Nadrieril | -77/+93 |
| 2023-12-15 | s/PatCtxt/PlaceCtxt/ | Nadrieril | -33/+33 |
| 2023-12-15 | `pattern_analysis` doesn't need to know what spans are | Nadrieril | -36/+39 |
| 2023-12-15 | Address review comments | Nadrieril | -12/+4 |
| 2023-12-15 | s/RustcCtxt/RustcMatchCheckCtxt/ | Nadrieril | -38/+48 |
| 2023-12-15 | Make the crate compile on stable | Nadrieril | -3/+25 |
| 2023-12-15 | Make `rustc_index::bit_set` available on stable | Nadrieril | -12/+37 |
| 2023-12-15 | Make the `rustc_data_structures` dependency optional | Nadrieril | -13/+28 |
| 2023-12-15 | Gate rustc-specific code under a feature | Nadrieril | -16/+41 |
| 2023-12-15 | Iron out last rustc-specific details | Nadrieril | -18/+43 |
| 2023-12-15 | Name rustc-specific things "rustc" | Nadrieril | -48/+42 |
| 2023-12-15 | Abstract `MatchCheckCtxt` into a trait | Nadrieril | -239/+313 |
| 2023-12-15 | Disentangle the arena from `MatchCheckCtxt` | Nadrieril | -117/+140 |
| 2023-12-15 | Remove all matching on `ty.kind()` outside `cx` | Nadrieril | -36/+31 |
| 2023-12-15 | Split `Single` ctor into more specific variants | Nadrieril | -52/+80 |
| 2023-12-15 | rustdoc: add regression test for JS data file loading | Michael Howell | -0/+24 |
| 2023-12-15 | Simplify JS code a little bit | Guillaume Gomez | -2/+2 |
| 2023-12-15 | Auto merge of #16131 - HKalbasi:rustc-tests-fixup, r=HKalbasi | bors | -46/+97 |
| 2023-12-15 | Use depth 1 in git clone | hkalbasi | -1/+1 |
| 2023-12-15 | Fix false positive type mismatch in const reference patterns | hkalbasi | -45/+96 |
| 2023-12-16 | Remove @JohnTitor from diagnostics pings | Yuki Okushi | -3/+3 |
| 2023-12-15 | Auto merge of #3226 - saethlin:deadpool-test, r=RalfJung | bors | -0/+16 |
| 2023-12-15 | Add the test minimized from deadpool | Ben Kimock | -0/+16 |
| 2023-12-15 | Auto merge of #118982 - matthiaskrgr:rollup-xoraxf4, r=matthiaskrgr | bors | -589/+474 |