| Age | Commit message (Expand) | Author | Lines |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -13/+14 |
| 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 | -202/+138 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -18/+11 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -507/+512 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -7/+18 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -138/+103 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -18/+18 |
| 2024-10-30 | Remove `Engine`. | Nicholas Nethercote | -102/+80 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -113/+71 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -7/+18 |
| 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 | -13/+2 |
| 2024-10-29 | Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto... | Matthias Krüger | -0/+12 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -9/+6 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -13/+2 |
| 2024-10-29 | rebase | lcnr | -2/+3 |
| 2024-10-29 | remove outdated debug_assertion | lcnr | -3/+0 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -505/+512 |
| 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 #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/+2 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -24/+196 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -92/+98 |
| 2024-10-29 | Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubilee | bors | -296/+387 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -85/+245 |
| 2024-10-29 | correct LLVMRustDIBuilderCreateOpLLVMFragment return type | klensy | -1/+1 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -8/+8 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -24/+196 |
| 2024-10-28 | Remove some goofy slice logic from the operator path | Michael Goulet | -25/+26 |
| 2024-10-28 | Rollup merge of #132261 - ChrisCho-H:refactor/cleaner-check-none, r=compiler-... | Jubilee | -4/+1 |
| 2024-10-28 | Rollup merge of #132260 - Zalathar:type-safe-cast, r=compiler-errors | Jubilee | -87/+110 |
| 2024-10-28 | Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors | Jubilee | -37/+39 |
| 2024-10-28 | Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors | Jubilee | -19/+30 |
| 2024-10-28 | Rollup merge of #132247 - workingjubilee:add-rustc-abi-to-smir, r=celinval | Jubilee | -43/+31 |
| 2024-10-28 | Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillot | Jubilee | -106/+176 |
| 2024-10-28 | stable_mir: Directly use types from rustc_abi | Jubilee Young | -43/+31 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -37/+39 |
| 2024-10-28 | Inline construct_obligation_for_trait | Michael Goulet | -29/+5 |
| 2024-10-28 | Inline obligation_for_method | Michael Goulet | -35/+40 |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -3/+2 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -92/+98 |
| 2024-10-28 | Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgr | bors | -67/+67 |
| 2024-10-28 | refactor: cleaner check to return None | ChrisCho-H | -4/+1 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -85/+245 |
| 2024-10-28 | Rollup merge of #132252 - workingjubilee:rename-layouts-to-layoutdata, r=jiey... | Matthias Krüger | -58/+58 |
| 2024-10-28 | Rollup merge of #132248 - workingjubilee:add-rustc-abi-to-transmute, r=compil... | Matthias Krüger | -9/+9 |