about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-19Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514bors-2/+2
2022-11-19Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol...bors-97/+984
2022-11-19update provenance testLukas Markeffsky-2/+46
2022-11-19fix assembly test on appleLukas Markeffsky-5/+5
2022-11-19Update comment on pointer-to-usize transmuteLukas-3/+4
2022-11-19Revert "don't call `align_offset` during const eval, ever"Lukas Markeffsky-92/+49
2022-11-19fix const `align_offset` implementationLukas Markeffsky-44/+69
2022-11-19fix assembly test on windowsLukas Markeffsky-10/+10
2022-11-19replace potential ICE with graceful error (`no_core` only)Lukas Markeffsky-3/+2
2022-11-19docs cleanupLukas Markeffsky-72/+140
2022-11-19always use `align_offset` in `is_aligned_to` + add assembly testLukas Markeffsky-26/+70
2022-11-19Schrödinger's pointerLukas Markeffsky-0/+84
2022-11-19address more review commentsLukas Markeffsky-56/+52
2022-11-19document `is_aligned{,_to}`Lukas Markeffsky-8/+268
2022-11-19don't call `align_offset` during const eval, everLukas Markeffsky-50/+90
2022-11-19mark `align_offset` as `#[must_use]`Lukas Markeffsky-0/+2
2022-11-19add coretests for `is_aligned`Lukas Markeffsky-0/+50
2022-11-19constify `pointer::is_aligned{,_to}`Lukas Markeffsky-12/+39
2022-11-19add coretests for const `align_offset`Lukas Markeffsky-0/+166
2022-11-19Auto merge of #104607 - matthiaskrgr:rollup-9s589me, r=matthiaskrgrbors-225/+487
2022-11-19make const `align_offset` usefulLukas Markeffsky-28/+152
2022-11-19unify inherent impls of `CompileTimeEvalContext`Lukas Markeffsky-46/+44
2022-11-19constify `exact_div` intrinsicLukas Markeffsky-5/+7
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-19Auto merge of #104571 - clubby789:remove-vec-rc-opt, r=the8472bors-137/+12
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