| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | no_inline for index vec | Giang Dao | -0/+1 |
| 2024-09-20 | dont regenerate new links for rexports | Giang Dao | -0/+1 |
| 2024-09-20 | Auto merge of #130561 - lukas-code:perf-normalize-env, r=compiler-errors | bors | -0/+3 |
| 2024-09-19 | Rollup merge of #130558 - taiki-e:s390x-atomic-128, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-09-19 | Rollup merge of #130556 - Urgau:link_cfg_internal, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2024-09-19 | Make `link_cfg` internal because it's in perme-unstable | Urgau | -1/+1 |
| 2024-09-19 | skip normalizing param env if it is already normalized | Lukas Markeffsky | -0/+3 |
| 2024-09-19 | [Clippy] Swap `open_options` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths | GnomedDev | -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 paths | GnomedDev | -0/+3 |
| 2024-09-19 | [Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `instant_subtraction` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -0/+4 |
| 2024-09-19 | [Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -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 path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `redundant_clone` to use diagnostic items instead of paths | GnomedDev | -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 paths | GnomedDev | -0/+7 |
| 2024-09-19 | Support 128-bit atomics on s390x | Taiki Endo | -2/+2 |
| 2024-09-19 | [Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -0/+4 |
| 2024-09-18 | Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril | Jubilee | -4/+5 |
| 2024-09-18 | Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=Urgau | Jubilee | -0/+14 |
| 2024-09-19 | Auto merge of #123877 - ShE3py:expr-in-pats-2, r=fmease | bors | -72/+395 |
| 2024-09-18 | Never patterns constitute a read for unsafety | Michael Goulet | -4/+5 |
| 2024-09-18 | Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er... | Jubilee | -0/+9 |
| 2024-09-18 | Rollup merge of #130487 - cuviper:min-llvm-18, r=nikic | Jubilee | -126/+17 |
| 2024-09-18 | Rollup merge of #130450 - workingjubilee:these-names-are-indirect, r=bjorn3 | Jubilee | -9/+8 |
| 2024-09-18 | Rollup merge of #129422 - compiler-errors:repr-rust, r=fmease | Jubilee | -0/+9 |
| 2024-09-18 | Rollup merge of #127988 - estebank:dupe-derive-params, r=fmease | Jubilee | -1/+12 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -126/+17 |
| 2024-09-18 | Check params for unsafety in THIR | Michael Goulet | -0/+14 |
| 2024-09-18 | compiler: s/make_indirect_byval/pass_by_stack_offset/ | Jubilee Young | -8/+7 |
| 2024-09-18 | compiler: Use make_indirect for the wasm ABI | Jubilee Young | -1/+1 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -11/+313 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -69/+90 |
| 2024-09-18 | Explicitly mark a hack as a HACK and elaborate its comment | León Orell Valerian Liehr | -7/+8 |
| 2024-09-18 | Do not ICE with incorrect empty suggestion | Esteban Küber | -1/+11 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+9 |
| 2024-09-18 | Rollup merge of #130510 - samueltardieu:doc-letstmt-assign-desugar, r=compile... | Matthias Krüger | -1/+2 |
| 2024-09-18 | Rollup merge of #130509 - krasimirgg:llvm-20-2, r=nikic | Matthias Krüger | -0/+4 |
| 2024-09-18 | Rollup merge of #130507 - Urgau:check-cfg-raw-keywords, r=jieyouxu | Matthias Krüger | -4/+13 |
| 2024-09-18 | Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3 | Matthias Krüger | -226/+154 |