| Age | Commit message (Expand) | Author | Lines |
| 2024-10-31 | pass `RUSTC_HOST_FLAGS` at once without the for loop | onur-ozkan | -3/+1 |
| 2024-10-30 | Auto merge of #130860 - tmandry:fix-directives, r=jieyouxu | bors | -16/+23 |
| 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 #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 | 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 | 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 | -116/+72 |
| 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 | -24/+24 |
| 2024-10-29 | remove outdated debug_assertion | lcnr | -3/+0 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -505/+512 |
| 2024-10-29 | xous: sync: remove `rustc_const_stable` attribute | Sean Cross | -2/+0 |
| 2024-10-29 | powerpc64-ibm-aix: update maintainters | David Tenty | -2/+2 |
| 2024-10-29 | Auto merge of #132317 - workingjubilee:rollup-x21ncea, r=workingjubilee | bors | -1414/+1490 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -212/+242 |
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -25/+3 |
| 2024-10-29 | Rollup merge of #132313 - Zalathar:directive-list, r=jieyouxu | Jubilee | -4/+4 |
| 2024-10-29 | Rollup merge of #132312 - jieyouxu:delete-crashes-23707, r=matthiaskrgr | Jubilee | -109/+0 |
| 2024-10-29 | Rollup merge of #132293 - Urgau:tests-check-cfg-out-triagebot, r=lqd | Jubilee | -3/+0 |
| 2024-10-29 | Rollup merge of #132284 - camelid:rm-ping, r=workingjubilee | Jubilee | -3/+0 |
| 2024-10-29 | Rollup merge of #132270 - yakiimoninja:fs-truncate-docs, r=Noratrieb | Jubilee | -1/+1 |
| 2024-10-29 | Rollup merge of #132266 - krasimirgg:llvm-20-testfix, r=hanna-kruppe,beetrees... | Jubilee | -3/+8 |
| 2024-10-29 | Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee | Jubilee | -971/+1004 |
| 2024-10-29 | Rollup merge of #132216 - klensy:c_uint, r=cuviper | Jubilee | -9/+9 |
| 2024-10-29 | Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorino | Jubilee | -14/+23 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -192/+302 |
| 2024-10-29 | Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb | Jubilee | -12/+38 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -93/+101 |
| 2024-10-29 | Auto merge of #132314 - lnicola:sync-from-ra, r=lnicola | bors | -3366/+7243 |