about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2025-05-29Auto merge of #141581 - lcnr:fold-clauses, r=compiler-errorsbors-1/+40
2025-05-28get rid of rustc_codegen_ssa::common::AtomicOrderingRalf Jung-1/+1
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-3/+35
2025-05-28Handle e2021 precise capturing of unsafe binderMichael Goulet-0/+4
2025-05-27Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmeaseMatthias Krüger-46/+46
2025-05-27Fix some var namesMichael Goulet-8/+8
2025-05-27Rename unpack to kindMichael Goulet-44/+44
2025-05-27Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3Michael Goulet-2/+45
2025-05-26add additional `TypeFlags` fast pathslcnr-1/+40
2025-05-26extend allocbytes with associated typeNia Espera-2/+2
2025-05-24ScalarInt: support conversion with signed int types and cmp::OrderingRalf Jung-2/+45
2025-05-23yeet `CanonicalVarInfo`lcnr-12/+15
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-3/+17
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-36/+2
2025-05-22Review CommentsBoxy-2/+7
2025-05-22Auto merge of #141135 - compiler-errors:fast-path-2, r=lcnrbors-2/+2
2025-05-21Introduce `tcx.anon_const_kind` queryBoxy-3/+12
2025-05-20Querify coroutine_hidden_typesMichael Goulet-36/+2
2025-05-18Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns...León Orell Valerian Liehr-9/+22
2025-05-18Fast path for sized predMichael Goulet-2/+2
2025-05-17Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercotebors-2/+1
2025-05-17Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercoteMatthias Krüger-2/+0
2025-05-17Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obkMatthias Krüger-2/+2
2025-05-15Async drop fix for dropee from another crate (#140858)Andrew Zhogin-2/+2
2025-05-13Some require_lang_item -> is_lang_item replacementsOli Scherer-2/+1
2025-05-13trait_sel: deep reject `match_normalize_trait_ref`David Wood-0/+1
2025-05-11Return value of coroutine_layout fn changed to Result with LayoutErrorAndrew Zhogin-9/+22
2025-05-11Async drop fix for async_drop_in_place<T> layout calculated for unspecified TAndrew Zhogin-0/+3
2025-05-08Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnrMatthias Krüger-1/+4
2025-05-08Remove some unnecessary erasesMichael Goulet-2/+0
2025-05-08Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnrMatthias Krüger-3/+3
2025-05-07Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomezbors-1/+4
2025-05-07Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errorsbors-4/+6
2025-05-07Only include associated type bounds for Self:Sized associated types if they a...Michael Goulet-1/+4
2025-05-07Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwcoGuillaume Gomez-1/+4
2025-05-07Require T: TypeFoldable in Binder<T> visitMichael Goulet-3/+3
2025-05-06Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...bors-24/+19
2025-05-05Rollup merge of #140559 - rperier:type-ir-to-type-middle, r=compiler-errorsGuillaume Gomez-1/+9
2025-05-05Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnrGuillaume Gomez-5/+13
2025-05-05Handle rustc_middle cases of rustc::potential_query_instability lintismailarilik-24/+19
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-5/+13
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-9/+12
2025-05-05Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkovbors-4/+14
2025-05-04Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r...Trevor Gross-1/+5
2025-05-04Initial support for dynamically linked cratesBryanskiy-4/+14
2025-05-04Async drop source info fix for proxy-drop-coroutine - fixes crash at debug in...Andrew Zhogin-1/+5
2025-05-03Correct warning message in restricted visibilityyuk1ty-1/+4
2025-05-02borrowck nested items in dead codelcnr-4/+6
2025-05-02Split `get_opt_name` hashing use into `hashed_symbol`John Kåre Alsaker-4/+0
2025-05-02Rename parameter to `override_def_path_data`John Kåre Alsaker-4/+5