]> git.lizzy.rs Git - rust.git/history - src/test/ui
Rollup merge of #96539 - tmandry:relnotes-1.61, r=Mark-Simulacrum
[rust.git] / src / test / ui /
2022-05-19 Dylan DPCRollup merge of #96539 - tmandry:relnotes-1.61, r=Mark...
2022-05-19 borsAuto merge of #97024 - lcnr:simplify_type-sus, r=<try>
2022-05-19 borsAuto merge of #97114 - klensy:cursor-ref, r=petrochenkov
2022-05-19 borsAuto merge of #97103 - luqmana:asm-unwind-cleanup,...
2022-05-19 borsAuto merge of #97033 - nbdd0121:unwind3, r=Amanieu
2022-05-18 Yuki OkushiRollup merge of #97152 - ehuss:update-cargo, r=ehuss
2022-05-18 Yuki OkushiRollup merge of #97139 - GuillaumeGomez:move-dom-settin...
2022-05-18 Yuki OkushiRollup merge of #97131 - gimbles:patch-2, r=Dylan-DPC
2022-05-18 Yuki OkushiRollup merge of #97127 - Mark-Simulacrum:revert-96441...
2022-05-18 Yuki OkushiRollup merge of #97062 - bjorn3:cg_ssa_driver_refactor...
2022-05-18 Yuki OkushiRollup merge of #96866 - Mark-Simulacrum:intelligent...
2022-05-18 borsAuto merge of #95643 - WaffleLapkin:ptr_convenience...
2022-05-18 borsAuto merge of #97019 - b-naber:transition-to-valtrees...
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-18 borsAuto merge of #96800 - nbdd0121:const, r=nagisa
2022-05-18 borsAuto merge of #96867 - michaelwoerister:path-prefix...
2022-05-18 borsAuto merge of #97110 - Kobzol:pgo-pid-in-profile, r=lqd
2022-05-18 borsAuto merge of #97135 - Dylan-DPC:rollup-06u9pqn, r...
2022-05-18 Dylan DPCRollup merge of #97123 - ricked-twice:issue-96223-clean...
2022-05-18 Dylan DPCRollup merge of #97101 - coolreader18:exitcode-method...
2022-05-18 Dylan DPCRollup merge of #96917 - marti4d:master, r=ChrisDenton
2022-05-18 Dylan DPCRollup merge of #96378 - compiler-errors:trait-upcast...
2022-05-18 Dylan DPCRollup merge of #95979 - lcnr:coherence-docs, r=compile...
2022-05-18 Dylan DPCRollup merge of #94639 - compiler-errors:rval-mutref...
2022-05-18 Michael GouletMention traits being upcasted, types being coerced
2022-05-18 Michael Gouletbetter lvalue errors for things implementing DerefMut
2022-05-18 borsAuto merge of #97126 - JohnTitor:rollup-7gdt2aw, r...
2022-05-18 Michael Gouletbetter error for bad LHS in binop-assign
2022-05-18 Michael GouletSuggest deref non-lvalue mutable reference
2022-05-17 Yuki OkushiRollup merge of #97116 - RalfJung:ref-validity, r=oli-obk
2022-05-17 Yuki OkushiRollup merge of #97113 - GuillaumeGomez:search-ui-fixes...
2022-05-17 Yuki OkushiRollup merge of #97097 - chorman0773:add_tmm_clobers...
2022-05-17 Yuki OkushiRollup merge of #97096 - tmiasko:reachable-constructor...
2022-05-17 Yuki OkushiRollup merge of #96761 - klensy:no-rayon-here, r=CraftS...
2022-05-17 Yuki OkushiRollup merge of #96651 - ken-matsui:omit-unnecessary...
2022-05-17 Yuki OkushiRollup merge of #96647 - Enselic:fix-hrtb-for-wherepred...
2022-05-17 ricked-twiceTaking review into account
2022-05-17 borsAuto merge of #92570 - jsha:rustdoc-search-refactor...
2022-05-17 Ralf Jungbless 32bit
2022-05-17 Ralf Junginterpret/validity: reject references to uninhabited...
2022-05-17 borsAuto merge of #96959 - nbdd0121:unwind, r=Amanieu
2022-05-17 borsAuto merge of #97111 - JohnTitor:rollup-x3vjf6u, r...
2022-05-17 Yuki OkushiRollup merge of #97102 - mbartlett21:fn-pointer-error...
2022-05-17 Yuki OkushiRollup merge of #97093 - pvdrz:migrate-maybe-recover...
2022-05-17 Yuki OkushiRollup merge of #97080 - lcnr:relate-sus, r=oli-obk
2022-05-17 Yuki OkushiRollup merge of #97079 - SparrowLii:successors, r=lcnr
2022-05-17 Yuki OkushiRollup merge of #97075 - JohnTitor:issue-81804, r=compi...
2022-05-17 Yuki OkushiRollup merge of #97009 - fortanix:raoul/unused_macro_sg...
2022-05-17 Yuki OkushiRollup merge of #96329 - aliemjay:fixed-by-90887, r...
2022-05-17 borsAuto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
2022-05-17 mbartlett21Add a test for fn pointer calls in consts
2022-05-17 borsAuto merge of #96825 - kckeiks:remove-item-like-visitor...
2022-05-17 borsAuto merge of #96907 - sunfishcode:sunfishcode/update...
2022-05-17 mbartlett21Update function pointer call error message
2022-05-17 borsAuto merge of #96892 - oli-obk:🐌_obligation_cause_code_...
2022-05-17 Tomasz MiąskoTypes with reachable constructors are reachable
2022-05-16 Ken MatsuiOmit unnecessary help to add `#[cfg(test)]` when alread...
2022-05-16 b-naberuse GlobalId in eval_to_valtree query and introduce...
2022-05-16 Yuki OkushiAdd regression test for #81804
2022-05-16 borsAuto merge of #97053 - CAD97:realloc-clarification...
2022-05-15 borsAuto merge of #97057 - bjorn3:sync_cg_clif-2022-05...
2022-05-15 Dylan DPCRollup merge of #97060 - bdbai:fix/uwphandle, r=ChrisDenton
2022-05-15 Dylan DPCRollup merge of #97042 - GuillaumeGomez:eslint-brace...
2022-05-15 Dylan DPCRollup merge of #97021 - Volker-Weissmann:patch-1,...
2022-05-15 Dylan DPCRollup merge of #96947 - sunfishcode:sunfishcode/rustc...
2022-05-15 borsAuto merge of #96895 - SparrowLii:interval, r=Mark...
2022-05-15 borsAuto merge of #97056 - RalfJung:miri, r=RalfJung
2022-05-15 borsAuto merge of #96885 - petrochenkov:linkstrict2, r...
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-15 Matthias KrügerRollup merge of #97041 - eddyb:nixos-llvm-ci-patchelf...
2022-05-15 Matthias KrügerRollup merge of #97032 - est31:unused_macro_rules,...
2022-05-15 Matthias KrügerRollup merge of #96958 - GuillaumeGomez:settings-menu...
2022-05-15 borsAuto merge of #96602 - TApplencourt:patch-1, r=Mark...
2022-05-15 borsAuto merge of #97016 - Mark-Simulacrum:bump-version...
2022-05-14 borsAuto merge of #96883 - jackh726:early-binder-2, r=oli-obk
2022-05-14 Vadim Petrochenkovrustc: Stricter checking for #[link] attributes
2022-05-14 borsAuto merge of #97044 - Urgau:check-cfg-fix-rustc-perf...
2022-05-14 borsAuto merge of #97039 - cjgillot:no-rpit-hrtb, r=jackh726
2022-05-14 borsAuto merge of #96345 - petrochenkov:linclean, r=notriddle
2022-05-14 Camille GILLOTAdd a test with both passing and erroneous cases.
2022-05-14 borsAuto merge of #95826 - carbotaniuman:miri-permissive...
2022-05-14 Camille GILLOTForbid nested opaque types to reference HRTB from opaqu...
2022-05-14 borsAuto merge of #94872 - mati865:mingw-llvm-target, r...
2022-05-14 borsAuto merge of #97035 - JohnTitor:rollup-00ko07z, r...
2022-05-14 Yuki OkushiRollup merge of #97031 - eholk:drop-tracking-type-error...
2022-05-14 Yuki OkushiRollup merge of #97018 - GuillaumeGomez:fail-on-js...
2022-05-14 Yuki OkushiRollup merge of #97005 - est31:master, r=petrochenkov
2022-05-14 Yuki OkushiRollup merge of #96998 - notriddle:notriddle/var-N...
2022-05-14 Yuki OkushiRollup merge of #96986 - kdashg:save-an-enum-vars,...
2022-05-14 Yuki OkushiRollup merge of #95365 - mkroening:hermit-alloc-error...
2022-05-14 borsAuto merge of #95602 - scottmcm:faster-array-intoiter...
2022-05-13 Eric HolkDrop tracking: handle invalid assignments better
2022-05-13 borsAuto merge of #97013 - matthiaskrgr:rollup-c1pc6pc...
2022-05-13 borsAuto merge of #95356 - coolreader18:exitstatus-exit...
2022-05-13 carbotaniumanRustc changes for permissive provenance
2022-05-13 Miguel Guarnizoptimize find_item to fetch Item only when needed
2022-05-13 Matthias KrügerRollup merge of #97011 - JohnTitor:issue-28935, r=compi...
2022-05-13 Matthias KrügerRollup merge of #97003 - nnethercote:rm-const_fn-attrs...
2022-05-13 Matthias KrügerRollup merge of #96982 - klensy:no-expect, r=Dylan-DPC
2022-05-13 Matthias KrügerRollup merge of #96615 - JohnTitor:test-54779, r=compil...
next