about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-25Auto merge of #110232 - Amanieu:old-llvm-components, r=petrochenkovbors-1/+17
2023-04-24Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieubors-1/+65
2023-04-24Auto merge of #110718 - flip1995:clippyup, r=Manishearthbors-1405/+2308
2023-04-24Auto merge of #110778 - JohnTitor:rollup-7f51qwk, r=JohnTitorbors-639/+1150
2023-04-25Rollup merge of #110760 - GuillaumeGomez:regression-60522, r=notriddleYuki Okushi-0/+39
2023-04-25Rollup merge of #110750 - scottmcm:vardebug-size, r=cjgillotYuki Okushi-0/+2
2023-04-25Rollup merge of #110744 - weihanglo:cargo-credential-install, r=ehussYuki Okushi-3/+3
2023-04-25Rollup merge of #110685 - cjgillot:clean-dcp, r=oli-obkYuki Okushi-73/+52
2023-04-25Rollup merge of #110681 - klensy:cut-dep, r=lcnrYuki Okushi-23/+3
2023-04-25Rollup merge of #110667 - pcc:fix-pointer-auth-link-with-c, r=Mark-SimulacrumYuki Okushi-2/+2
2023-04-25Rollup merge of #110602 - jyn514:ignore-fmt, r=Mark-SimulacrumYuki Okushi-0/+2
2023-04-25Rollup merge of #110590 - oli-obk:object_safe_assoc_types, r=jackh726Yuki Okushi-0/+141
2023-04-25Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillotYuki Okushi-538/+558
2023-04-25Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Yuki Okushi-0/+348
2023-04-24Auto merge of #110713 - cjgillot:track-mir-opt, r=scottmcmbors-170/+757
2023-04-24Fix `rustc_index` imports outside the compilerMaybe Waffle-25/+27
2023-04-24Decorative changes to `IndexVec`Maybe Waffle-13/+12
2023-04-24`const`-ify some `{IndexVec, IndexSlice}` methodsMaybe Waffle-11/+11
2023-04-24move index code aroundMaybe Waffle-99/+100
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-454/+472
2023-04-24Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub...bors-13/+50
2023-04-24Add regression test for #60522Guillaume Gomez-0/+39
2023-04-24Auto merge of #110752 - matthiaskrgr:rollup-959s77u, r=matthiaskrgrbors-395/+509
2023-04-24Clippy book: hotfix for broken linkPhilipp Krones-1/+1
2023-04-24Rollup merge of #110714 - cjgillot:reveal-consts, r=oli-obkMatthias Krüger-9/+23
2023-04-24Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obkMatthias Krüger-54/+43
2023-04-24Rollup merge of #110637 - oli-obk:gha, r=jyn514Matthias Krüger-177/+190
2023-04-24Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box...Matthias Krüger-8/+56
2023-04-24Rollup merge of #110514 - compiler-errors:remove-find_map_relevant_impl, r=b-...Matthias Krüger-142/+154
2023-04-24Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726Matthias Krüger-5/+43
2023-04-23Add size asserts for MIR `SourceScopeData` & `VarDebugInfo`Scott McMurray-0/+2
2023-04-24Auto merge of #109590 - Nilstrieb:copy-hir, r=oli-obkbors-111/+72
2023-04-24Auto merge of #110736 - matthiaskrgr:rollup-gorv8zp, r=matthiaskrgrbors-38/+68
2023-04-23bootstrap: update paths cargo-credential crateWeihang Lo-3/+3
2023-04-23Don't create projection ty for const projectionMichael Goulet-8/+56
2023-04-23Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obkMatthias Krüger-11/+46
2023-04-23Rollup merge of #110689 - Spartan2909:fix-grammar, r=JohnTitorMatthias Krüger-2/+2
2023-04-23Rollup merge of #110668 - ehuss:fix-native-cpu-list, r=cuviperMatthias Krüger-1/+3
2023-04-23Rollup merge of #110664 - Ezrashaw:fix-bootstrap-build-format, r=jyn514Matthias Krüger-4/+2
2023-04-23Rollup merge of #110663 - Mark-Simulacrum:add-compat-note, r=cuviperMatthias Krüger-1/+5
2023-04-23Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla...Matthias Krüger-19/+10
2023-04-23Auto merge of #110281 - ozkanonur:multiarch-compatible-sysroot-finding, r=jac...bors-17/+18
2023-04-23Add mir-opt tests to track MIR quality.Camille GILLOT-170/+757
2023-04-23Fix printing native CPU on cross-compiled compiler.Eric Huss-1/+3
2023-04-23Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillotbors-82/+450
2023-04-23Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors-423/+400
2023-04-23Update Cargo.lockPhilipp Krones-5/+4
2023-04-23Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyupPhilipp Krones-1400/+2304
2023-04-23Auto merge of #107404 - cjgillot:const-debuginfo, r=oli-obkbors-82/+85
2023-04-23Auto merge of #10578 - blyxyas:items_after_test_module, r=dswijbors-0/+127