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