]> git.lizzy.rs Git - rust.git/history - compiler/rustc_passes/src/check_attr.rs
Changes from code review
[rust.git] / compiler / rustc_passes / src / check_attr.rs
2022-06-06 ltdkChanges from code review
2022-05-28 ltdkAdd E0788 for improper #[no_coverage] usage
2022-05-27 Michael GouletRollup merge of #97436 - compiler-errors:macos-ping...
2022-05-27 Michael GouletRollup merge of #96051 - newpavlov:duration_rounding...
2022-05-26 Matthias KrügerRollup merge of #96033 - yaahc:expect-elaboration,...
2022-05-26 borsAuto merge of #97168 - SparrowLii:accesses, r=cjgillot
2022-05-25 borsAuto merge of #94954 - SimonSapin:null-thin3, r=yaahc
2022-05-25 Dylan DPCRollup merge of #97105 - JulianKnodt:const_dep_gen_cons...
2022-05-25 Dylan DPCRollup merge of #97026 - Nilstrieb:make-atomic-debug...
2022-05-24 Yuki OkushiRollup merge of #93966 - rkuhn:patch-1, r=tmandry
2022-05-24 borsAuto merge of #97121 - pvdrz:do-subdiagnostics-later...
2022-05-24 Yuki OkushiRollup merge of #97240 - TaKO8Ki:improve-errors-about...
2022-05-23 borsAuto merge of #97120 - Kobzol:rustc-pgo-expansion,...
2022-05-23 Dylan DPCRollup merge of #96129 - mattheww:2022-04_float_roundin...
2022-05-23 borsAuto merge of #92461 - rust-lang:const_tls_local_panic_...
2022-05-23 Dylan DPCRollup merge of #97087 - Nilstrieb:clarify-slice-iterat...
2022-05-23 borsAuto merge of #96100 - Raekye:master, r=dtolnay
2022-05-23 borsAuto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped...
2022-05-22 Jack HueyRollup merge of #97277 - jyn514:no-unstable-for-bootstr...
2022-05-22 Jack HueyRollup merge of #97043 - c410-f3r:z-errors, r=petrochenkov
2022-05-22 borsAuto merge of #97177 - oli-obk:const-stability, r=davidtwco
2022-05-22 Yuki OkushiRollup merge of #97236 - cjgillot:recover-lifetime...
2022-05-22 Yuki OkushiRollup merge of #97228 - jonhoo:patch-1, r=bjorn3
2022-05-22 Yuki OkushiRollup merge of #97225 - cuviper:ref-display, r=scottmcm
2022-05-22 Yuki OkushiRollup merge of #97144 - samziz:patch-1, r=Dylan-DPC
2022-05-22 borsAuto merge of #94119 - c410-f3r:array-again-and-again...
2022-05-21 borsAuto merge of #94530 - tmiasko:alignment-impls, r=dtolnay
2022-05-21 xFrednetMerge 'rust-clippy/master' into clippyup
2022-05-21 Guillaume GomezRollup merge of #97232 - tshepang:typo, r=Dylan-DPC
2022-05-21 Guillaume GomezRollup merge of #97223 - cjgillot:linear-hir-tree,...
2022-05-21 Guillaume GomezRollup merge of #97219 - RalfJung:ptr-invalid, r=thomcc
2022-05-21 Guillaume GomezRollup merge of #97218 - GuillaumeGomez:eslint-checks...
2022-05-21 Guillaume GomezRollup merge of #97190 - SylvainDe:master, r=Dylan-DPC
2022-05-21 borsAuto merge of #93963 - GuillaumeGomez:reduce-clean...
2022-05-21 borsAuto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis
2022-05-21 borsAuto merge of #96605 - Urgau:string-retain-codegen...
2022-05-20 borsAuto merge of #95418 - cjgillot:more-disk, r=davidtwco
2022-05-20 borsAuto merge of #97224 - matthiaskrgr:rollup-it5nw68...
2022-05-20 Matthias KrügerRollup merge of #97220 - JohnTitor:issue-81827, r=compi...
2022-05-20 Matthias KrügerRollup merge of #97215 - AngelicosPhosphoros:add_hashta...
2022-05-20 Matthias KrügerRollup merge of #97208 - fmease:fix-issue-97205, r...
2022-05-20 Matthias KrügerRollup merge of #97109 - TaKO8Ki:fix-misleading-cannot...
2022-05-20 Guillaume GomezRollup merge of #96565 - notriddle:notriddle/impl-box...
2022-05-20 León Orell Valeria... Do not warn on inherent doc(hidden) assoc items
2022-05-20 borsAuto merge of #96422 - tmccombs:mutex-unpoison, r=m...
2022-05-20 borsAuto merge of #97027 - cuviper:yesalias-refcell, r...
2022-05-19 Dylan DPCRollup merge of #97142 - SparrowLii:inline, r=tmiasko
2022-05-19 Dylan DPCRollup merge of #96539 - tmandry:relnotes-1.61, r=Mark...
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 #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 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 #95979 - lcnr:coherence-docs, r=compile...
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 borsAuto merge of #92570 - jsha:rustdoc-search-refactor...
2022-05-17 borsAuto merge of #96959 - nbdd0121:unwind, r=Amanieu
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 borsAuto merge of #96825 - kckeiks:remove-item-like-visitor...
2022-05-17 borsAuto merge of #96907 - sunfishcode:sunfishcode/update...
2022-05-17 borsAuto merge of #96892 - oli-obk:🐌_obligation_cause_code_...
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 borsAuto merge of #96602 - TApplencourt:patch-1, r=Mark...
2022-05-14 Vadim Petrochenkovrustc: Stricter checking for #[link] attributes
2022-05-14 borsAuto merge of #95826 - carbotaniuman:miri-permissive...
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 borsAuto merge of #95356 - coolreader18:exitstatus-exit...
2022-05-13 Miguel Guarnizrename visit item-like methods
2022-05-13 Miguel Guarnizremove ItemLikeVisitor and DeepVisitor
2022-05-13 Matthias KrügerRollup merge of #96615 - JohnTitor:test-54779, r=compil...
2022-05-13 Matthias KrügerRollup merge of #96154 - lukaslueg:unreachablehint...
2022-05-13 borsAuto merge of #96493 - chbaker0:issue-96342-fix, r...
next