| Age | Commit message (Expand) | Author | Lines |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -24/+3 |
| 2024-05-10 | Rollup merge of #124943 - lcnr:generic-args-ref, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-05-10 | Rollup merge of #124918 - nnethercote:FIXME-lcnr, r=lcnr | Matthias Krüger | -22/+1 |
| 2024-05-10 | Auto merge of #124953 - compiler-errors:own-params, r=lcnr | bors | -20/+20 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -14/+8 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -20/+20 |
| 2024-05-10 | Remove `TyCtxt::try_normalize_erasing_late_bound_regions`. | Nicholas Nethercote | -22/+1 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -2/+2 |
| 2024-05-09 | fix: Check whether next_node is else-less if in get_return_block | cardigan1008 | -3/+1 |
| 2024-05-09 | Make `#![feature]` suggestion MaybeIncorrect | Alex Macleod | -1/+1 |
| 2024-05-09 | fix: Add if to check whether the previous node is Block | cardigan1008 | -0/+3 |
| 2024-05-09 | Auto merge of #124831 - nnethercote:rustc_data_structures-cleanups, r=michael... | bors | -9/+8 |
| 2024-05-09 | Remove `TinyList`. | Nicholas Nethercote | -9/+8 |
| 2024-05-08 | Handle normalization failure in `struct_tail_erasing_lifetimes` | Gurinder Singh | -7/+8 |
| 2024-05-08 | Rollup merge of #124548 - gurry:113272-ice-failed-to-normalize, r=compiler-er... | Matthias Krüger | -1/+16 |
| 2024-05-07 | Auto merge of #123332 - Nadrieril:testkind-never, r=matthewjasper | bors | -0/+17 |
| 2024-05-06 | Record impl args in the InsepctCandiate rather than rematching during select | Michael Goulet | -0/+5 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -8/+26 |
| 2024-05-04 | Lower never patterns to Unreachable in mir | Nadrieril | -0/+17 |
| 2024-05-03 | Rollup merge of #124418 - compiler-errors:better-cause, r=lcnr | Michael Goulet | -0/+3 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -2/+2 |
| 2024-05-03 | Auto merge of #124675 - matthiaskrgr:rollup-x6n79ua, r=matthiaskrgr | bors | -1/+1 |
| 2024-05-03 | Rollup merge of #124555 - Zalathar:init-coverage, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-05-03 | Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk | bors | -6/+5 |
| 2024-05-03 | Rollup merge of #124492 - Strophox:adjust-allocbytes, r=RalfJung | Matthias Krüger | -7/+5 |
| 2024-05-03 | remove trait bounds on AllocBytes | Strophox | -3/+1 |
| 2024-05-03 | Cow::from(&*...) changed to Cow::Owned(Vec::from(...)) | Strophox | -1/+1 |
| 2024-05-03 | generalize adjust_from_tcx | Strophox | -4/+4 |
| 2024-05-03 | Rollup merge of #124610 - nnethercote:typenum, r=lcnr | Matthias Krüger | -8/+4 |
| 2024-05-02 | Higher ranked goal source, do overflow handling less badly | Michael Goulet | -0/+3 |
| 2024-05-03 | Tweak `consts_may_unify`. | Nicholas Nethercote | -8/+4 |
| 2024-05-02 | Rollup merge of #124624 - WaffleLapkin:old_unit, r=fmease | Matthias Krüger | -7/+2 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -7/+2 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -4/+2 |
| 2024-05-01 | add fixme | klensy | -0/+3 |
| 2024-05-01 | DependencyList: remove outdated comment | klensy | -3/+0 |
| 2024-05-01 | Handle normalization failure in `struct_tail_erasing_lifetimes` | Gurinder Singh | -1/+16 |
| 2024-05-01 | coverage: Replace `max_decision_depth` with `num_condition_bitmaps` | Zalathar | -1/+1 |
| 2024-04-30 | Give an item related to issue 27438 a more meaningful name | León Orell Valerian Liehr | -8/+6 |
| 2024-04-30 | Give items related to issue 33140 a more meaningful name | León Orell Valerian Liehr | -24/+25 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -53/+100 |
| 2024-04-29 | Take proof trees by value in inspect goal | Michael Goulet | -3/+3 |
| 2024-04-29 | Only register candidate if it is associated w a shallow certainty | Michael Goulet | -4/+4 |
| 2024-04-29 | Actually use probes when needed and stop relying on existing outer probes | Michael Goulet | -6/+9 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -11/+29 |
| 2024-04-29 | Avoid some `def_span` query calls | Oli Scherer | -1/+1 |
| 2024-04-29 | mcdc-coverage: Get decision_depth from THIR lowering | Dorian Péron | -0/+3 |
| 2024-04-29 | mcdc-coverage: Add decision_depth field in structs | Dorian Péron | -11/+26 |
| 2024-04-29 | Remove `extern crate smallvec` from a couple of crates. | Nicholas Nethercote | -6/+4 |
| 2024-04-29 | Remove `extern crate bitflags` from a couple of crates. | Nicholas Nethercote | -5/+3 |