about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2024-05-10Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgrbors-24/+3
2024-05-10Rollup merge of #124943 - lcnr:generic-args-ref, r=compiler-errorsMatthias Krüger-2/+2
2024-05-10Rollup merge of #124918 - nnethercote:FIXME-lcnr, r=lcnrMatthias Krüger-22/+1
2024-05-10Auto merge of #124953 - compiler-errors:own-params, r=lcnrbors-20/+20
2024-05-09Make builtin_deref just return a TyMichael Goulet-14/+8
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-20/+20
2024-05-10Remove `TyCtxt::try_normalize_erasing_late_bound_regions`.Nicholas Nethercote-22/+1
2024-05-09always use `GenericArgsRef`lcnr-2/+2
2024-05-09fix: Check whether next_node is else-less if in get_return_blockcardigan1008-3/+1
2024-05-09Make `#![feature]` suggestion MaybeIncorrectAlex Macleod-1/+1
2024-05-09fix: Add if to check whether the previous node is Blockcardigan1008-0/+3
2024-05-09Auto merge of #124831 - nnethercote:rustc_data_structures-cleanups, r=michael...bors-9/+8
2024-05-09Remove `TinyList`.Nicholas Nethercote-9/+8
2024-05-08Handle normalization failure in `struct_tail_erasing_lifetimes`Gurinder Singh-7/+8
2024-05-08Rollup merge of #124548 - gurry:113272-ice-failed-to-normalize, r=compiler-er...Matthias Krüger-1/+16
2024-05-07Auto merge of #123332 - Nadrieril:testkind-never, r=matthewjasperbors-0/+17
2024-05-06Record impl args in the InsepctCandiate rather than rematching during selectMichael Goulet-0/+5
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-8/+26
2024-05-04Lower never patterns to Unreachable in mirNadrieril-0/+17
2024-05-03Rollup merge of #124418 - compiler-errors:better-cause, r=lcnrMichael Goulet-0/+3
2024-05-04Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillotbors-2/+2
2024-05-03Auto merge of #124675 - matthiaskrgr:rollup-x6n79ua, r=matthiaskrgrbors-1/+1
2024-05-03Rollup merge of #124555 - Zalathar:init-coverage, r=nnethercoteMatthias Krüger-1/+1
2024-05-03Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obkbors-6/+5
2024-05-03Rollup merge of #124492 - Strophox:adjust-allocbytes, r=RalfJungMatthias Krüger-7/+5
2024-05-03remove trait bounds on AllocBytesStrophox-3/+1
2024-05-03Cow::from(&*...) changed to Cow::Owned(Vec::from(...))Strophox-1/+1
2024-05-03generalize adjust_from_tcxStrophox-4/+4
2024-05-03Rollup merge of #124610 - nnethercote:typenum, r=lcnrMatthias Krüger-8/+4
2024-05-02Higher ranked goal source, do overflow handling less badlyMichael Goulet-0/+3
2024-05-03Tweak `consts_may_unify`.Nicholas Nethercote-8/+4
2024-05-02Rollup merge of #124624 - WaffleLapkin:old_unit, r=fmeaseMatthias Krüger-7/+2
2024-05-02Inline & delete `Ty::new_unit`, since it's just a field accessWaffle Lapkin-7/+2
2024-05-01Step bootstrap cfgsMark Rousskov-4/+2
2024-05-01add fixmeklensy-0/+3
2024-05-01DependencyList: remove outdated commentklensy-3/+0
2024-05-01Handle normalization failure in `struct_tail_erasing_lifetimes`Gurinder Singh-1/+16
2024-05-01coverage: Replace `max_decision_depth` with `num_condition_bitmaps`Zalathar-1/+1
2024-04-30Give an item related to issue 27438 a more meaningful nameLeón Orell Valerian Liehr-8/+6
2024-04-30Give items related to issue 33140 a more meaningful nameLeón Orell Valerian Liehr-24/+25
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-53/+100
2024-04-29Take proof trees by value in inspect goalMichael Goulet-3/+3
2024-04-29Only register candidate if it is associated w a shallow certaintyMichael Goulet-4/+4
2024-04-29Actually use probes when needed and stop relying on existing outer probesMichael Goulet-6/+9
2024-04-29Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalatharbors-11/+29
2024-04-29Avoid some `def_span` query callsOli Scherer-1/+1
2024-04-29mcdc-coverage: Get decision_depth from THIR loweringDorian Péron-0/+3
2024-04-29mcdc-coverage: Add decision_depth field in structsDorian Péron-11/+26
2024-04-29Remove `extern crate smallvec` from a couple of crates.Nicholas Nethercote-6/+4
2024-04-29Remove `extern crate bitflags` from a couple of crates.Nicholas Nethercote-5/+3