about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-487/+504
2024-09-03Add `warn(unreachable_pub)` to `rustc_const_eval`.Nicholas Nethercote-25/+26
2024-09-03Add `warn(unreachable_pub)` to `rustc_ty_utils`.Nicholas Nethercote-10/+11
2024-09-03Add `warn(unreachable_pub)` to `rustc_type_ir`.Nicholas Nethercote-1/+2
2024-09-03Add `warn(unreachable_pub)` to `rustc_transmute`.Nicholas Nethercote-4/+5
2024-09-03Add `warn(unreachable_pub)` to `rustc_trait_selection`.Nicholas Nethercote-16/+17
2024-09-03Add `warn(unreachable_pub)` to `rustc_traits`.Nicholas Nethercote-1/+2
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-345/+346
2024-09-03Add `warn(unreachable_pub)` to `rustc_symbol_mangling`.Nicholas Nethercote-0/+1
2024-09-03Add `warn(unreachable_pub)` to `rustc_span`.Nicholas Nethercote-2/+3
2024-09-03Add `warn(unreachable_pub)` to `rustc_smir`.Nicholas Nethercote-8/+9
2024-09-03Add `warn(unreachable_pub)` to `rustc_session`.Nicholas Nethercote-69/+74
2024-09-03Add `warn(unreachable_pub)` to `rustc_serialize`.Nicholas Nethercote-0/+1
2024-09-03Add `warn(unreachable_pub)` to `rustc_sanitizers`.Nicholas Nethercote-6/+7
2024-09-02Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxuMatthias Krüger-21/+21
2024-09-02Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-deadMatthias Krüger-54/+54
2024-09-02Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,...Matthias Krüger-44/+44
2024-09-02Rollup merge of #129829 - compiler-errors:decode-non-optional, r=lcnrMatthias Krüger-5/+18
2024-09-02Auto merge of #129317 - compiler-errors:expectation-subtyping, r=lcnrbors-82/+70
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-54/+54
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-44/+44
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-21/+21
2024-09-02Rollup merge of #129858 - compiler-errors:async-def, r=cjgillotMatthias Krüger-1/+1
2024-09-02Rollup merge of #129842 - no1wudi:master, r=saethlinMatthias Krüger-1/+0
2024-09-02Rollup merge of #129738 - nnethercote:rustc_mir_transform-cleanups, r=cjgillotMatthias Krüger-202/+100
2024-09-02Rollup merge of #129678 - compiler-errors:type-ir-inherent, r=fmeaseMatthias Krüger-2/+38
2024-09-01Auto merge of #129854 - Kobzol:revert-127537, r=lqdbors-308/+27
2024-09-01Deny imports of rustc_type_ir::inherent outside of type ir + new trait solverMichael Goulet-2/+38
2024-09-01Auto merge of #127313 - cjgillot:single-expect, r=jieyouxubors-309/+162
2024-09-01Replace walk with visit so we dont skip outermost expr kind in def collectorMichael Goulet-1/+1
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-308/+27
2024-09-01Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlinbors-32/+44
2024-09-01Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elfHuang Qi-1/+0
2024-09-01Rollup merge of #129619 - sunshowers:update-stacker, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-09-01Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkovMatthias Krüger-86/+80
2024-09-01Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillotMatthias Krüger-20/+154
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-17/+7
2024-08-31Create opaque definitions in resolver.Camille GILLOT-86/+80
2024-08-31Inline expected_inputs_for_expected_output into check_argument_types/check_ex...Michael Goulet-77/+66
2024-08-31Use equality when relating formal and expected type in arg checkingMichael Goulet-5/+4
2024-08-31Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-4/+3
2024-08-31Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-1/+1
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-12/+3
2024-08-31Simplify lint source computation.Camille GILLOT-105/+83
2024-08-31Remove attr_id from stable lint ids.Camille GILLOT-42/+14
2024-08-31Rewrite lint_expectations in a single pass.Camille GILLOT-149/+58
2024-08-31Use AttrId key for unstable<->stable expectation map.Camille GILLOT-22/+16
2024-08-31don't take reachability into account when warning about missing-const-stabilityRalf Jung-2/+1
2024-08-31make the const-unstable-in-stable error more clearRalf Jung-2/+2
2024-08-31Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errorsMatthias Krüger-6/+15