about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-02rustdoc: remove unneeded Box from ItemKindMichael Howell-4/+4
2022-11-02rustdoc: use ThinVec for cleaned genericsMichael Howell-71/+67
2022-11-02Auto merge of #103888 - Dylan-DPC:rollup-p7gubqj, r=Dylan-DPCbors-422/+504
2022-11-02Rollup merge of #103864 - smoelius:reorder-walk-functions, r=fee1-deadDylan DPC-361/+361
2022-11-02Rollup merge of #103862 - compiler-errors:ocx-in-fully-normalize, r=spastorinoDylan DPC-18/+9
2022-11-02Rollup merge of #103855 - notriddle:notriddle/mobile-item-table, r=GuillaumeG...Dylan DPC-8/+1
2022-11-02Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dy...Dylan DPC-1/+1
2022-11-02Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholkDylan DPC-15/+22
2022-11-02Rollup merge of #103703 - Nilstrieb:flag-recovery-1, r=compiler-errorsDylan DPC-6/+32
2022-11-02Rollup merge of #103275 - Manishearth:tinystrup, r=pnkfelixDylan DPC-13/+78
2022-11-02Auto merge of #103690 - GuillaumeGomez:visibility-on-demand, r=notriddlebors-145/+144
2022-11-02Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomezbors-4/+12
2022-11-02Auto merge of #103857 - Manishearth:rollup-709fui6, r=Manishearthbors-1033/+848
2022-11-02Use ObligationCtxt in fully_normalizeMichael Goulet-18/+9
2022-11-01Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errorsManish Goregaokar-23/+44
2022-11-01Rollup merge of #103837 - GuillaumeGomez:migrate-sidebar-links-color-gui-test...Manish Goregaokar-225/+162
2022-11-01Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514Manish Goregaokar-496/+168
2022-11-01Rollup merge of #103638 - ia0:multivalue, r=nagisaManish Goregaokar-0/+1
2022-11-01Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomccManish Goregaokar-120/+28
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-135/+405
2022-11-01Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcmManish Goregaokar-1/+3
2022-11-01Rollup merge of #103072 - cuviper:compiletest-path, r=Mark-SimulacrumManish Goregaokar-33/+37
2022-11-01rustdoc: simplify mobile item-table CSSMichael Howell-8/+1
2022-11-01Reorder `walk_` functions in intravisit.rsSamuel Moelius-361/+361
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-8/+385
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-15/+22
2022-11-01Remove unneeded "rustdoc-preferred-dark-theme" settingGuillaume Gomez-1/+0
2022-11-01Migrate sidebar-links-color GUI test to functionsGuillaume Gomez-224/+162
2022-11-01Auto merge of #103841 - Dylan-DPC:rollup-rff2x1l, r=Dylan-DPCbors-824/+1126
2022-11-01Rollup merge of #103833 - lnicola:rust-analyzer-2022-11-01, r=lnicolaDylan DPC-404/+824
2022-11-01Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomezDylan DPC-16/+16
2022-11-01Rollup merge of #103813 - notriddle:notriddle/search-results-clear-both, r=Gu...Dylan DPC-2/+0
2022-11-01Rollup merge of #103760 - petrochenkov:macimp, r=cjgillotDylan DPC-164/+237
2022-11-01Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkovDylan DPC-238/+49
2022-11-01Print valid `--print` requests if request is invalidnils-23/+44
2022-11-01Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqdbors-2/+1
2022-11-01Auto merge of #103590 - compiler-errors:ocx-more, r=lcnrbors-134/+121
2022-11-01:arrow_up: rust-analyzerLaurențiu Nicola-404/+824
2022-11-01Auto merge of #103832 - Dylan-DPC:rollup-maw3kmx, r=Dylan-DPCbors-387/+853
2022-11-01Rollup merge of #103809 - tyggja:patch-1, r=JohnTitorDylan DPC-1/+1
2022-11-01Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwcoDylan DPC-164/+113
2022-11-01Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obkDylan DPC-1/+30
2022-11-01Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebankDylan DPC-36/+148
2022-11-01Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obkDylan DPC-19/+120
2022-11-01Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3Dylan DPC-166/+441
2022-11-01Auto merge of #103829 - JohnTitor:rollup-o03nzr8, r=JohnTitorbors-57/+238
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-496/+168
2022-11-01Rollup merge of #103805 - Mark-Simulacrum:forward-port, r=jyn514Yuki Okushi-0/+3
2022-11-01Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n...Yuki Okushi-15/+40
2022-11-01Rollup merge of #103798 - RalfJung:type_name, r=oli-obkYuki Okushi-9/+15