| Age | Commit message (Expand) | Author | Lines |
| 2024-10-30 | new lint: `source_item_ordering` | decryphe | -1/+2257 |
| 2024-10-30 | tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory` | Jubilee Young | -97/+164 |
| 2024-10-30 | tests: cross-compile multi-platform ZST ABI tests | Jubilee Young | -27/+76 |
| 2024-10-30 | Do not use `gen` as a variable name | Samuel Tardieu | -3/+3 |
| 2024-10-30 | Auto merge of #132349 - matthiaskrgr:rollup-9g6s4p2, r=matthiaskrgr | bors | -1071/+1009 |
| 2024-10-30 | Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee | Matthias Krüger | -138/+103 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -3/+1 |
| 2024-10-30 | Rollup merge of #132340 - Zalathar:set-section, r=compiler-errors | Matthias Krüger | -18/+18 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -205/+139 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -159/+152 |
| 2024-10-30 | Rollup merge of #132327 - djkoloski:redirect_fuchsia_maintainers, r=compiler-... | Matthias Krüger | -10/+2 |
| 2024-10-30 | Rollup merge of #132322 - daltenty:daltenty/update-aix-maintainters, r=workin... | Matthias Krüger | -2/+2 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -531/+536 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -8/+57 |
| 2024-10-30 | compiletest: improve robustness of LLVM version handling | 许杰友 Jieyou Xu (Joe) | -70/+140 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -138/+103 |
| 2024-10-30 | Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet | bors | -2/+2 |
| 2024-10-30 | Return label from `write_node_label`. | Nicholas Nethercote | -4/+10 |
| 2024-10-30 | Simplify `graphviz::Formatter`. | Nicholas Nethercote | -27/+26 |
| 2024-10-30 | Rename `BlockFormatter::results` as `BlockFormatter::cursor`. | Nicholas Nethercote | -26/+26 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -18/+18 |
| 2024-10-29 | Fix directives for lint-non-snake-case-crate | Tyler Mandry | -16/+23 |
| 2024-10-30 | Remove `Engine`. | Nicholas Nethercote | -102/+80 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -3/+1 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -116/+72 |
| 2024-10-29 | Auto merge of #13034 - rspencer01:trivial_map_over_range, r=y21 | bors | -8/+558 |
| 2024-10-29 | cg_clif: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -53/+62 |
| 2024-10-29 | rust-analyzer: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -11/+11 |
| 2024-10-29 | miri: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -9/+20 |
| 2024-10-29 | cg_gcc: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -21/+26 |
| 2024-10-29 | cg_clif: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -53/+62 |
| 2024-10-29 | rust_analyzer_helix.toml: add library/ manifest | Tshepang Mbambo | -3/+4 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -428/+517 |
| 2024-10-29 | Add new `map_with_unused_argument_over_ranges` lint | Robert Spencer | -8/+558 |
| 2024-10-29 | Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>` | Eduardo Sánchez Muñoz | -0/+211 |
| 2024-10-29 | Auto merge of #132326 - matthiaskrgr:rollup-ngyw18g, r=matthiaskrgr | bors | -824/+857 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -8/+57 |
| 2024-10-29 | Point to Fuchsia team in platform support docs | David Koloski | -10/+2 |
| 2024-10-29 | Rollup merge of #132321 - betrusted-io:xous/fix-rustc_const_stable-attribute,... | Matthias Krüger | -2/+0 |
| 2024-10-29 | Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxu | Matthias Krüger | -237/+245 |
| 2024-10-29 | Rollup merge of #132274 - compiler-errors:cleanup-op-lookup, r=nnethercote | Matthias Krüger | -83/+65 |
| 2024-10-29 | Rollup merge of #132157 - estebank:long-types-3, r=jieyouxu | Matthias Krüger | -418/+407 |
| 2024-10-29 | Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto... | Matthias Krüger | -0/+110 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -84/+30 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -418/+407 |
| 2024-10-29 | Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35 | bors | -21/+139 |
| 2024-10-29 | rebase | lcnr | -2/+3 |
| 2024-10-29 | update tools | lcnr | -16/+17 |
| 2024-10-29 | update tools | lcnr | -24/+24 |
| 2024-10-29 | remove outdated debug_assertion | lcnr | -3/+0 |