about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-21Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...Taiki Endo-12/+143
2024-09-20Auto merge of #130506 - nnethercote:rustc_codegen_llvm-cleanups, r=jieyouxubors-648/+515
2024-09-20Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472bors-9/+4
2024-09-20Rollup merge of #130485 - compiler-errors:impossible-types, r=BoxyUwUMatthias Krüger-16/+30
2024-09-20Auto merge of #130561 - lukas-code:perf-normalize-env, r=compiler-errorsbors-0/+3
2024-09-19Rollup merge of #130558 - taiki-e:s390x-atomic-128, r=cuviperMatthias Krüger-2/+2
2024-09-19Rollup merge of #130556 - Urgau:link_cfg_internal, r=jieyouxuMatthias Krüger-1/+1
2024-09-19Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errorsMatthias Krüger-0/+46
2024-09-19Make `link_cfg` internal because it's in perme-unstableUrgau-1/+1
2024-09-19skip normalizing param env if it is already normalizedLukas Markeffsky-0/+3
2024-09-19[Clippy] Swap `open_options` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-19[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of pathsGnomedDev-0/+8
2024-09-19[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...GnomedDev-0/+1
2024-09-19[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...GnomedDev-0/+1
2024-09-19[Clippy] Swap `manual_strip` to use diagnostic items instead of pathsGnomedDev-0/+3
2024-09-19[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `instant_subtraction` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of pathsGnomedDev-0/+4
2024-09-19[Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of pathsGnomedDev-0/+3
2024-09-19[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...GnomedDev-0/+2
2024-09-19[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `redundant_clone` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-19[Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of...GnomedDev-0/+2
2024-09-19[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of pathsGnomedDev-0/+7
2024-09-19Support 128-bit atomics on s390xTaiki Endo-2/+2
2024-09-19Reformat some comments.Nicholas Nethercote-66/+78
2024-09-19Merge adjacent `unsafe extern "C"` blocks.Nicholas Nethercote-26/+2
2024-09-19Avoid heavy repetition in `llvm/ffi.rs`.Nicholas Nethercote-70/+67
2024-09-19Remove a low-value local variable.Nicholas Nethercote-2/+1
2024-09-19Fix a comment.Nicholas Nethercote-2/+2
2024-09-19Reduce visibility.Nicholas Nethercote-1/+1
2024-09-19Reorder `ConstMethods`.Nicholas Nethercote-40/+42
2024-09-19Streamline `hidden` visibility setting.Nicholas Nethercote-49/+29
2024-09-19Remove a low-value comment.Nicholas Nethercote-5/+0
2024-09-19Use a macro to factor out some repetitive code.Nicholas Nethercote-80/+27
2024-09-19Reduce repetition in `target_is_apple`.Nicholas Nethercote-5/+6
2024-09-19Streamline `report_inline_asm`.Nicholas Nethercote-8/+7
2024-09-19Rename a parameter.Nicholas Nethercote-2/+2
2024-09-19Streamline register methods.Nicholas Nethercote-292/+251
2024-09-19[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `map_entry` to use diagnostic items instead of pathsGnomedDev-0/+4
2024-09-18Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=NadrierilJubilee-4/+5
2024-09-18Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=UrgauJubilee-0/+14
2024-09-19Auto merge of #123877 - ShE3py:expr-in-pats-2, r=fmeasebors-72/+395
2024-09-18Never patterns constitute a read for unsafetyMichael Goulet-4/+5
2024-09-18Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er...Jubilee-0/+9
2024-09-18Rollup merge of #130487 - cuviper:min-llvm-18, r=nikicJubilee-126/+17