| Age | Commit message (Expand) | Author | Lines |
| 2024-10-10 | Avoid redundant additions to PATH when linking | Mads Marquart | -0/+2 |
| 2024-10-10 | Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgr | bors | -12/+249 |
| 2024-10-09 | Rollup merge of #131403 - practicalrs:fix_needless_lifetimes_p2, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-10-09 | Rollup merge of #131456 - kupiakos:patch-3, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-10-09 | Rollup merge of #131424 - workingjubilee:stem-the-tyde-of-glob-imports, r=jie... | Matthias Krüger | -47/+85 |
| 2024-10-09 | Rollup merge of #131420 - compiler-errors:post-mono-layout-cycle, r=wesleywiser | Matthias Krüger | -5/+6 |
| 2024-10-09 | Fix typo in E0793 | Alyssa Haroldsen | -1/+1 |
| 2024-10-08 | compiler: Seal off the rustc_target::abi enum glob imports | Jubilee Young | -3/+2 |
| 2024-10-08 | cg_gcc: Factor out rustc_target::abi | Jubilee Young | -8/+12 |
| 2024-10-08 | cg_clif: Factor out rustc_target::abi | Jubilee Young | -1/+3 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of cg_llvm | Jubilee Young | -7/+14 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of cg_ssa | Jubilee Young | -5/+7 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of hir_typeck | Jubilee Young | -1/+3 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of const_eval | Jubilee Young | -7/+9 |
| 2024-10-08 | compiler: Factor rustc_target::abi::* out of ty_utils | Jubilee Young | -8/+17 |
| 2024-10-08 | compiler: Factor rustc_target::abi::* out of middle::ty::layout | Jubilee Young | -7/+18 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -9/+246 |
| 2024-10-08 | Dont ICE when encountering post-mono layout cycle error | Michael Goulet | -5/+6 |
| 2024-10-08 | Rollup merge of #131348 - nnethercote:rustc_infer-more-cleanups, r=lcnr | Matthias Krüger | -254/+170 |
| 2024-10-08 | Fix needless_lifetimes in rustc_serialize | Michal Piotrowski | -3/+3 |
| 2024-10-08 | Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalathar | bors | -329/+452 |
| 2024-10-08 | Remove unnecessary `return` keyword. | Nicholas Nethercote | -1/+1 |
| 2024-10-08 | Use `Default` more in `InferCtxtInner`. | Nicholas Nethercote | -18/+7 |
| 2024-10-08 | Downgrade a `&mut self` to `&self`. | Nicholas Nethercote | -1/+1 |
| 2024-10-08 | Remove `Deref`/`DerefMut` impls for `RegionConstraintCollector`. | Nicholas Nethercote | -32/+18 |
| 2024-10-08 | Remove unnecessary lifetime from `LeakCheck`. | Nicholas Nethercote | -32/+22 |
| 2024-10-08 | Inline and remove `RegionConstraintStorage::remove_constraint_entry`. | Nicholas Nethercote | -24/+20 |
| 2024-10-08 | Inline and remove `RegionConstraintCollector::into_infos_and_data`. | Nicholas Nethercote | -32/+18 |
| 2024-10-08 | Improve formatting of some comments. | Nicholas Nethercote | -53/+50 |
| 2024-10-08 | Add a useful comment about `InferOk`. | Nicholas Nethercote | -0/+7 |
| 2024-10-08 | Remove `OutlivesEnvironmentBuilder`. | Nicholas Nethercote | -61/+26 |
| 2024-10-08 | coverage. Warn about too many test vectors | zhuyunxing | -1/+17 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -255/+382 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -31/+27 |
| 2024-10-08 | coverage. Disable supporting mcdc on llvm-18 | zhuyunxing | -44/+28 |
| 2024-10-08 | Rollup merge of #131170 - madsmtm:target-info-esp32-vendor, r=workingjubilee | Stuart Cook | -0/+3 |
| 2024-10-08 | Rollup merge of #130824 - Darksonn:fix-function-return, r=wesleywiser | Stuart Cook | -1/+13 |
| 2024-10-07 | Auto merge of #131343 - compiler-errors:remove-combine-fields, r=lcnr | bors | -281/+168 |
| 2024-10-07 | Rollup merge of #131359 - practicalrs:fix_used_underscore_binding, r=jieyouxu | Jubilee | -3/+3 |
| 2024-10-07 | Rollup merge of #131225 - nnethercote:rustc_borrowck-mm, r=lqd | Jubilee | -70/+58 |
| 2024-10-07 | Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwco | Jubilee | -5/+8 |
| 2024-10-07 | Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix | Jubilee | -0/+73 |
| 2024-10-07 | Fix used_underscore_binding in rustc_serialize | Michal Piotrowski | -3/+3 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -33/+38 |
| 2024-10-07 | Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors | Matthias Krüger | -33/+38 |
| 2024-10-07 | Remove At methods that are unused | Michael Goulet | -41/+0 |
| 2024-10-07 | Remove unnecessary DefineOpaqueTypes from lub | Michael Goulet | -44/+16 |
| 2024-10-07 | Inline CombineFields | Michael Goulet | -218/+174 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -115/+114 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -14/+16 |