| Age | Commit message (Expand) | Author | Lines |
| 2024-03-27 | Ensure no one re-adds `Partial/Ord` impls for `DefId` | Oli Scherer | -0/+6 |
| 2024-03-27 | Remove `DefId`'s `Partial/Ord` impls | Oli Scherer | -29/+10 |
| 2024-03-27 | Stop sorting `DefId`s in the compiler | Oli Scherer | -3/+3 |
| 2024-03-27 | Sort somem diagnostics by `DefPathStr` instead of `DefId` | Oli Scherer | -2/+2 |
| 2024-03-27 | Sort a diagnostic by `DefPathStr` instead of `DefId` | Oli Scherer | -40/+18 |
| 2024-03-27 | Sort method suggestions by `DefPath` instead of `DefId` | Oli Scherer | -51/+54 |
| 2024-03-27 | Don't sort `DefId`s in suggestions | Oli Scherer | -3/+8 |
| 2024-03-27 | Do not sort `DefId`s in diagnostics | Oli Scherer | -11/+9 |
| 2024-03-27 | Remove `Partial/Ord` from `EarlyParamRegion` | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove `Partial/Ord` from `AdtDef` | Oli Scherer | -16/+1 |
| 2024-03-27 | Remove `Partial/Ord` from `BoundRegion` | Oli Scherer | -20/+20 |
| 2024-03-27 | Remove `Ord` from `BoundTy` | Oli Scherer | -9/+9 |
| 2024-03-27 | Remove `Ord` from `Binder` | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove `Ord` from `Ty`, `Const`, and `Region` | Oli Scherer | -86/+51 |
| 2024-03-27 | Sort diagnostics by rendered trait ref instead of its def ids | Oli Scherer | -1/+1 |
| 2024-03-27 | Use FxIndexMap instead of BTreeMap to avoid sorting `DefId`s | Oli Scherer | -2/+2 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -257/+257 |
| 2024-03-27 | Remove unnecessary `Partial/Ord` derive | Oli Scherer | -1/+1 |
| 2024-03-27 | Auto merge of #123128 - GuillaumeGomez:rollup-3l3zu6s, r=GuillaumeGomez | bors | -161/+265 |
| 2024-03-27 | Rollup merge of #123116 - chloekek:rustdoc-variant-swap-fields-doc, r=Guillau... | Guillaume Gomez | -2/+2 |
| 2024-03-27 | Rollup merge of #123083 - klensy:clippy-me, r=workingjubilee | Guillaume Gomez | -10/+10 |
| 2024-03-27 | Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubilee | Guillaume Gomez | -12/+31 |
| 2024-03-27 | Rollup merge of #123021 - compiler-errors:coroutine-layout-lol, r=oli-obk | Guillaume Gomez | -23/+61 |
| 2024-03-27 | Rollup merge of #122860 - Zalathar:unused, r=cjgillot | Guillaume Gomez | -80/+96 |
| 2024-03-27 | Rollup merge of #121843 - ferrocene:builtin-path, r=petrochenkov | Guillaume Gomez | -34/+65 |
| 2024-03-27 | Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehuss | bors | -40/+156 |
| 2024-03-27 | Auto merge of #123121 - matthiaskrgr:rollup-e4glcv3, r=matthiaskrgr | bors | -49/+141 |
| 2024-03-27 | Rollup merge of #123118 - tgross35:rwlock-docs, r=workingjubilee | Matthias Krüger | -6/+7 |
| 2024-03-27 | Rollup merge of #123107 - avandesa:vec_pop_if, r=joboet | Matthias Krüger | -0/+57 |
| 2024-03-27 | Rollup merge of #123102 - durin42:llvm-19-pass-ptr, r=workingjubilee | Matthias Krüger | -0/+4 |
| 2024-03-27 | Rollup merge of #123084 - a1phyr:unixstream_read_buf, r=workingjubilee | Matthias Krüger | -0/+8 |
| 2024-03-27 | Rollup merge of #123038 - he32:netbsd-ilp32-fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-27 | Rollup merge of #122880 - a1phyr:preadv_more_platform, r=workingjubilee | Matthias Krüger | -6/+22 |
| 2024-03-27 | Rollup merge of #122439 - Nadrieril:store-built-place, r=compiler-errors | Matthias Krüger | -36/+42 |
| 2024-03-26 | Update `RwLock` deadlock example to not use shadowing | Trevor Gross | -6/+7 |
| 2024-03-27 | Auto merge of #122958 - jieyouxu:port-backtrace-dylib-dep, r=workingjubilee | bors | -0/+150 |
| 2024-03-27 | rustdoc: Swap fields and variant documentations | chloekek | -2/+2 |
| 2024-03-26 | Implement `Vec::pop_if` | Alex van de Sandt | -0/+57 |
| 2024-03-26 | Auto merge of #123108 - matthiaskrgr:rollup-zossklv, r=matthiaskrgr | bors | -171/+632 |
| 2024-03-26 | Rollup merge of #123103 - compiler-errors:inherited-is-a-weird-name, r=oli-obk | Matthias Krüger | -33/+32 |
| 2024-03-26 | Rollup merge of #123087 - tgross35:clippy-f16-f128-check-stubs, r=blyxyas | Matthias Krüger | -4/+11 |
| 2024-03-26 | Rollup merge of #123057 - sthibaul:systemtime, r=jhpratt | Matthias Krüger | -2/+2 |
| 2024-03-26 | Rollup merge of #123055 - onur-ozkan:miri-rustdoc, r=RalfJung | Matthias Krüger | -4/+14 |
| 2024-03-26 | Rollup merge of #123049 - compiler-errors:coroutine-closure-rcvr, r=oli-obk | Matthias Krüger | -21/+81 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -5/+124 |
| 2024-03-26 | Rollup merge of #122589 - wutchzone:121547, r=compiler-errors | Matthias Krüger | -3/+46 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -99/+287 |
| 2024-03-26 | Rollup merge of #108675 - Shadlock0133:adt_const_params, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2024-03-26 | Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-errors | bors | -21/+83 |
| 2024-03-26 | Inherited -> TypeckRootCtxt | Michael Goulet | -33/+32 |