about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-18Reword diagnostic about relaxing non-`Sized` boundLeón Orell Valerian Liehr-32/+42
2025-07-18Reword diagnostics about relaxed bounds in invalid contextsLeón Orell Valerian Liehr-5/+21
2025-07-18Show the memory of uninit readsOli Scherer-7/+22
2025-07-18update commentlcnr-4/+2
2025-07-18Pass wasm exception model to TargetOptionsNikita Popov-1/+11
2025-07-18Update AMDGPU data layoutNikita Popov-1/+6
2025-07-18Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgrbors-399/+525
2025-07-18Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errorsMatthias Krüger-0/+2
2025-07-18Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmannMatthias Krüger-28/+149
2025-07-18Rollup merge of #143846 - usamoi:gc, r=bjorn3Matthias Krüger-39/+1
2025-07-18Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxuMatthias Krüger-0/+51
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-34/+67
2025-07-18Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obkMatthias Krüger-298/+255
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-56/+373
2025-07-18AST lowering: More robustly deal with relaxed boundsLeón Orell Valerian Liehr-149/+145
2025-07-18Update comment about `where Ty:`León Orell Valerian Liehr-10/+6
2025-07-18HIR ty lowering: Validate relaxed bounds in trait object typesLeón Orell Valerian Liehr-3/+0
2025-07-18HIR ty lowering: Simplify signature of `lower_poly_trait_ref`León Orell Valerian Liehr-26/+17
2025-07-17Do not check privacy for RPITIT.Camille GILLOT-0/+8
2025-07-17Fix formatting.Camille GILLOT-6/+7
2025-07-17Correct comments.Camille GILLOT-4/+2
2025-07-17Include ErrorGuaranteed in StableSince::Err.Camille GILLOT-10/+10
2025-07-17Remove unuseful enums.Camille GILLOT-60/+16
2025-07-17Remove useless debugging.Camille GILLOT-2/+1
2025-07-17Integrate stable feature checking into a query.Camille GILLOT-34/+40
2025-07-17Retire stability_index query.Camille GILLOT-47/+26
2025-07-17Simplify annotator.Camille GILLOT-58/+30
2025-07-17Querify lookup_const_stability.Camille GILLOT-185/+110
2025-07-17Querify lookup_stability.Camille GILLOT-123/+107
2025-07-17Querify lookup_default_body_stability.Camille GILLOT-19/+18
2025-07-17Check for already stable features in check_attr.Camille GILLOT-34/+40
2025-07-17Check stability attributes are compatible in `check_unused_or_stable_features`.Camille GILLOT-163/+179
2025-07-17Querify lookup_deprecation_entry.Camille GILLOT-45/+39
2025-07-17Warn useless deprecation in check_attr.Camille GILLOT-22/+39
2025-07-17Specify of_trait in Target::Impl.Camille GILLOT-16/+18
2025-07-17Auto merge of #141762 - compiler-errors:witnesser, r=lcnrbors-98/+126
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-3/+6
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-36/+51
2025-07-17Unstall obligations by looking for coroutines in old solverMichael Goulet-54/+52
2025-07-17Check if type has coroutines before visitingMichael Goulet-8/+23
2025-07-18Remove similar errors about raw underscore lifetimexizheyin-1/+13
2025-07-17Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmeasebors-69/+148
2025-07-17Make `derive_const` usable within libcore againOli Scherer-5/+66
2025-07-17resolve: Make disambiguators for underscore bindings module-localVadim Petrochenkov-45/+58
2025-07-17Auto merge of #144058 - matthiaskrgr:rollup-xezozsk, r=matthiaskrgrbors-297/+517
2025-07-17fix: fix issue 143740, Wrong messages from compiler confusing methods with th...codedump-1/+2
2025-07-17parse `const trait Trait`Deadbeef-69/+148
2025-07-17Rollup merge of #143984 - JonathanBrouwer:fix-feature-gate-ice, r=UrgauMatthias Krüger-38/+74
2025-07-17Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obkMatthias Krüger-48/+57
2025-07-17Rollup merge of #143955 - Stypox:tracing-frame-filter, r=RalfJungMatthias Krüger-1/+6