about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-19Rollup merge of #104604 - GuillaumeGomez:migrate-top-button-to-css-var, r=not...Matthias Krüger-27/+12
2022-11-19Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-...Matthias Krüger-27/+86
2022-11-19Rollup merge of #104587 - weihanglo:update-cargo, r=weihangloMatthias Krüger-4/+14
2022-11-19Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddleMatthias Krüger-10/+42
2022-11-19Rollup merge of #104497 - lyming2007:issue-104379-fix, r=fee1-deadMatthias Krüger-8/+44
2022-11-19Rollup merge of #104469 - estebank:long-types, r=oli-obkMatthias Krüger-97/+208
2022-11-19Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514Matthias Krüger-9/+20
2022-11-19Rollup merge of #103989 - arlosi:arm32-panic, r=AmanieuMatthias Krüger-1/+2
2022-11-19Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514Matthias Krüger-25/+45
2022-11-19Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholkMatthias Krüger-17/+14
2022-11-19Migrate top buttons style to CSS variablesGuillaume Gomez-27/+12
2022-11-19Update browser-ui-test version to 0.13.2Guillaume Gomez-1/+1
2022-11-19Extend GUI test to check notable traits blur behaviourGuillaume Gomez-0/+30
2022-11-19Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obkbors-26/+49
2022-11-19Auto merge of #104600 - Dylan-DPC:rollup-glw1e8b, r=Dylan-DPCbors-338/+563
2022-11-19Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi...Dylan DPC-28/+26
2022-11-19Rollup merge of #104575 - lcnr:dedup-tests, r=jackh726Dylan DPC-39/+9
2022-11-19Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obkDylan DPC-16/+14
2022-11-19Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnrDylan DPC-125/+172
2022-11-19Rollup merge of #104553 - mwillsey:asinh-acosh-accuracy, r=thomccDylan DPC-4/+32
2022-11-19Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matkladDylan DPC-5/+19
2022-11-19Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errorsDylan DPC-85/+130
2022-11-19Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC-36/+161
2022-11-19Improve spans for RPITIT object-safety errorsMichael Goulet-14/+69
2022-11-19Auto merge of #97870 - eggyal:inplace_fold_spec, r=wesleywiserbors-34/+2
2022-11-19drive-by: Add is_async fn to hir::IsAsyncMichael Goulet-13/+17
2022-11-19Fix invalid focus when blurring notable traits popoverGuillaume Gomez-8/+11
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-150/+3030
2022-11-18Rollup merge of #104556 - notriddle:notriddle/variant, r=GuillaumeGomezManish Goregaokar-29/+29
2022-11-18Rollup merge of #104498 - pierwill:stash-diag-docs, r=compiler-errorsManish Goregaokar-2/+3
2022-11-18Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholkManish Goregaokar-8/+180
2022-11-18Rollup merge of #104047 - crlf0710:icu_based_list_formatting, r=davidtwcoManish Goregaokar-24/+2645
2022-11-18Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can...Manish Goregaokar-45/+21
2022-11-18Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcmManish Goregaokar-12/+88
2022-11-18Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcmManish Goregaokar-26/+40
2022-11-18Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-seManish Goregaokar-4/+24
2022-11-18Fix lockfileManish Goregaokar-1/+1
2022-11-18Update crate documentation of `rustc_baked_icu_data` crateCharles Lew-21/+20
2022-11-18Fix compilation issue after rebaseCharles Lew-0/+3
2022-11-18Include `zh` locale in icu dataCharles Lew-8/+9
2022-11-18Enable icu sync feature for parallel compilerCharles Lew-1/+10
2022-11-18Import icu locale fallback dataCharles Lew-13/+1111
2022-11-18Migrate diagnostics list output to use icu list formatter.Charles Lew-28/+296
2022-11-18Add `rustc_baked_icu_data` crate.Charles Lew-0/+1243
2022-11-18Update cargoWeihang Lo-4/+14
2022-11-18Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgrbors-587/+1281
2022-11-18Only enforce ABI-mandated align, not preferred align is compatibleMichael Goulet-1/+1
2022-11-18Check both align and size in PointerSizedMichael Goulet-1/+50
2022-11-18Enforce that dyn* casts are actually pointer-sizedMichael Goulet-8/+131
2022-11-18Delete miri testMichael Goulet-24/+0