| Age | Commit message (Expand) | Author | Lines |
| 2024-10-08 | Rollup merge of #131348 - nnethercote:rustc_infer-more-cleanups, r=lcnr | Matthias Krüger | -254/+170 |
| 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 |
| 2024-10-07 | Auto merge of #131345 - Zalathar:rollup-scdxuou, r=Zalathar | bors | -25/+28 |
| 2024-10-07 | Rollup merge of #131325 - Zalathar:tweak-counters, r=jieyouxu | Stuart Cook | -25/+28 |
| 2024-10-07 | Auto merge of #131226 - nnethercote:rustc_infer-cleanups, r=lcnr | bors | -195/+90 |
| 2024-10-07 | Avoid another `&Lrc<..>` in a return value. | Nicholas Nethercote | -2/+2 |
| 2024-10-07 | Remove an unnecessary `&Lrc<_>` local variable. | Nicholas Nethercote | -3/+2 |
| 2024-10-07 | Convert a `&Lrc<T>` argument to `Lrc<T>`. | Nicholas Nethercote | -4/+12 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -24/+22 |
| 2024-10-07 | Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercote | bors | -38/+68 |
| 2024-10-07 | Remove out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2024-10-07 | Move a `use` statement so it's with the other `use` statements. | Nicholas Nethercote | -2/+1 |
| 2024-10-07 | Simplify two matches. | Nicholas Nethercote | -24/+2 |
| 2024-10-07 | Streamline `next_*_var*` methods. | Nicholas Nethercote | -18/+6 |
| 2024-10-07 | Inline and remove `InferCtxtBuilder::with_defining_opaque_types`. | Nicholas Nethercote | -10/+3 |
| 2024-10-07 | Fix `FIXME` comment on `FixupError`. | Nicholas Nethercote | -27/+24 |
| 2024-10-07 | Remove `InferCtxt::err_count_on_creation`. | Nicholas Nethercote | -30/+3 |
| 2024-10-07 | Reduce visibilities some more. | Nicholas Nethercote | -25/+26 |
| 2024-10-07 | Remove unused `UnitResult` type. | Nicholas Nethercote | -2/+0 |
| 2024-10-07 | Reduce visibilities. | Nicholas Nethercote | -52/+25 |
| 2024-10-07 | Rename `errors/mod.rs` as `errors.rs`. | Nicholas Nethercote | -0/+0 |