about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-20no_inline for index vecGiang Dao-0/+1
2024-09-20dont regenerate new links for rexportsGiang Dao-0/+1
2024-09-20Auto merge of #130561 - lukas-code:perf-normalize-env, r=compiler-errorsbors-0/+3
2024-09-19Auto merge of #130572 - matthiaskrgr:rollup-0q3qyg9, r=matthiaskrgrbors-199/+265
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 #130554 - ShE3py:unsupported-exitcode, r=NoratriebMatthias Krüger-7/+4
2024-09-19Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errorsMatthias Krüger-163/+203
2024-09-19Rollup merge of #128001 - Krappa322:master, r=scottmcmMatthias Krüger-26/+55
2024-09-19Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddlebors-38/+44
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-19Auto merge of #130529 - onur-ozkan:better-ci-llvm-default, r=Kobzolbors-8/+12
2024-09-19`pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool`Lieselotte-7/+4
2024-09-19Categorise paths in `clippy_utils::paths`GnomedDev-13/+20
2024-09-19[Clippy] Swap `open_options` to use diagnostic items instead of pathsGnomedDev-13/+16
2024-09-19[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of pathsGnomedDev-32/+30
2024-09-19[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...GnomedDev-4/+3
2024-09-19[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...GnomedDev-3/+3
2024-09-19[Clippy] Swap `manual_strip` to use diagnostic items instead of pathsGnomedDev-8/+11
2024-09-19[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of pathGnomedDev-3/+4
2024-09-19[Clippy] Swap `instant_subtraction` to use diagnostic item instead of pathGnomedDev-2/+3
2024-09-19[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of pathGnomedDev-3/+4
2024-09-19[Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of pathGnomedDev-4/+4
2024-09-19[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of pathsGnomedDev-11/+15
2024-09-19[Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of pathGnomedDev-7/+8
2024-09-19[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of pathsGnomedDev-8/+11
2024-09-19[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...GnomedDev-7/+9
2024-09-19[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of pathGnomedDev-3/+4
2024-09-19[Clippy] Swap `redundant_clone` to use diagnostic items instead of pathsGnomedDev-5/+7
2024-09-19[Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of...GnomedDev-5/+7
2024-09-19[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of pathsGnomedDev-19/+26
2024-09-19add change-tracker for new download-ci-llvm defaultonur-ozkan-0/+5
2024-09-19update `llvm.download-ci-llvm` documentationonur-ozkan-1/+1
2024-09-19change download-ci-llvm default from "if-unchanged" to trueonur-ozkan-7/+6
2024-09-19Support 128-bit atomics on s390xTaiki Endo-2/+2
2024-09-19Auto merge of #130406 - arttet:master, r=onur-ozkanbors-3/+12
2024-09-19[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of pathGnomedDev-3/+4
2024-09-19[Clippy] Swap `map_entry` to use diagnostic items instead of pathsGnomedDev-10/+14
2024-09-19Auto merge of #130547 - workingjubilee:rollup-tw30khz, r=workingjubileebors-9/+98
2024-09-18Rollup merge of #130542 - ultrabear:stabilize_const_maybeuninit_as_mut_ptr, r...Jubilee-5/+5
2024-09-18Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=NadrierilJubilee-4/+41
2024-09-18Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=UrgauJubilee-0/+52
2024-09-19Auto merge of #130511 - bjoernager:const-char-encode-utf8, r=dtolnaybors-18/+15
2024-09-18run `x.py fmt`ultrabear-1/+4
2024-09-18remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilizedultrabear-3/+0
2024-09-18stabilize `const_maybe_uninit_as_mut_ptr`ultrabear-2/+2
2024-09-19Auto merge of #123877 - ShE3py:expr-in-pats-2, r=fmeasebors-412/+1813
2024-09-18Never patterns constitute a read for unsafetyMichael Goulet-4/+41
2024-09-18Mark and implement 'char::encode_utf8' as const.Gabriel Bjørnager Jensen-18/+15