]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov
[rust.git] / compiler /
2022-05-12 borsAuto merge of #96150 - est31:unused_macro_rules, r...
2022-05-11 borsAuto merge of #96806 - cjgillot:codegen-fulfill-nice...
2022-05-11 borsAuto merge of #96220 - RalfJung:scalar-no-padding,...
2022-05-11 borsAuto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r...
2022-05-11 Dylan DPCRollup merge of #96936 - lnicola:rust-analyzer-2022...
2022-05-11 Dylan DPCRollup merge of #96898 - RalfJung:interpret-pop-debug...
2022-05-11 Dylan DPCRollup merge of #95281 - pierwill:fix-85513, r=Dylan-DPC
2022-05-11 Dylan DPCRollup merge of #91518 - luojia65:rustdoc-riscv-arch...
2022-05-11 Ralf Jungavoid computing Scalar size/align in debug builds
2022-05-11 borsAuto merge of #96924 - petrochenkov:nonon, r=nnethercote
2022-05-11 Vadim Petrochenkovast: Introduce some traits to get AST node properties...
2022-05-11 borsAuto merge of #96933 - ehuss:update-books, r=ehuss
2022-05-11 Ralf Jungrustc_log: add env var to set verbose entry/exit behavior
2022-05-11 borsAuto merge of #96931 - JohnTitor:rollup-3um8o4j, r...
2022-05-11 Camille GILLOTGracefully fail to resolve associated items instead...
2022-05-11 Yuki OkushiRollup merge of #96925 - c410-f3r:z-errors, r=JohnTitor
2022-05-11 Yuki OkushiRollup merge of #96916 - matthiaskrgr:simpl_count,...
2022-05-11 Yuki OkushiRollup merge of #96903 - oli-obk:opaque_type_lifetime_c...
2022-05-11 Yuki OkushiRollup merge of #96900 - GuillaumeGomez:fix-js-error...
2022-05-11 Yuki OkushiRollup merge of #96896 - JohnTitor:issue-68408, r=compi...
2022-05-11 Yuki OkushiRollup merge of #96887 - notriddle:notriddle/as-raw...
2022-05-11 Yuki OkushiRollup merge of #96543 - nnethercote:rm-make_token_stre...
2022-05-11 borsAuto merge of #96888 - Aaron1011:fake-borrow-no-sort...
2022-05-11 borsAuto merge of #96375 - jyn514:bootstrap-submodules...
2022-05-11 Nicholas NethercoteRemove some unnecessary invisible delimiter checks.
2022-05-10 borsAuto merge of #96232 - sunfishcode:sunfishcode/io-safet...
2022-05-10 Matthias Krügersimplify length count
2022-05-10 borsAuto merge of #96905 - jyn514:revert-96803-faster-assem...
2022-05-10 borsAuto merge of #96904 - JohnTitor:rollup-f1sz5x0, r...
2022-05-10 Yuki OkushiRollup merge of #96882 - jackh726:no-subst, r=oli-obk
2022-05-10 Yuki OkushiRollup merge of #96879 - notriddle:notriddle/search...
2022-05-10 Yuki OkushiRollup merge of #96861 - m-ou-se:std-use-prelude-2021...
2022-05-10 Yuki OkushiRollup merge of #96849 - c410-f3r:z-errors, r=petrochenkov
2022-05-10 Yuki OkushiRollup merge of #96725 - nico-abram:win_tid, r=ChrisDenton
2022-05-10 Yuki OkushiRollup merge of #96717 - BoxyUwU:gats_const_param_types...
2022-05-10 Oli SchererUse lifetimes on type-alias-impl-trait used in function...
2022-05-10 borsAuto merge of #96736 - oli-obk:tait_missing_wf_check...
2022-05-10 Ralf Jungfmt
2022-05-10 Ralf Jungupdate/remove some old comments
2022-05-10 Ralf Jungeven tighter checks for layouts on immediate field...
2022-05-10 Ralf Jungdisable one check for now until #96185 is fixed
2022-05-10 Ralf Jungtighten sanity checks around Scalar and ScalarPair
2022-05-10 borsAuto merge of #94799 - lcnr:list-ty-perf, r=petrochenkov
2022-05-10 borsAuto merge of #96891 - Dylan-DPC:rollup-echa4wg, r...
2022-05-10 Oli SchererCheck hidden types for well formedness at the definitio...
2022-05-10 Dylan DPCRollup merge of #96872 - RalfJung:layout-sanity, r...
2022-05-10 Dylan DPCRollup merge of #96823 - jackh726:params-heuristics...
2022-05-10 Dylan DPCRollup merge of #96812 - cjgillot:no-lint-outllives...
2022-05-10 Dylan DPCRollup merge of #96674 - bstrie:vardoc, r=thomcc
2022-05-10 Dylan DPCRollup merge of #93661 - ehuss:add-missing-rustc-arg...
2022-05-10 borsAuto merge of #96808 - cjgillot:impossible-trait, r...
2022-05-10 borsAuto merge of #96803 - jyn514:faster-assemble, r=Mark...
2022-05-10 Aaron HillUse `FxIndexSet` to avoid sorting fake borrows
2022-05-10 borsAuto merge of #96715 - cjgillot:trait-alias-loop, r...
2022-05-09 borsAuto merge of #96838 - tmiasko:lazy-switch-sources...
2022-05-09 Jack HueyDon't subst an adt def
2022-05-09 borsAuto merge of #96473 - lcnr:querify-codegen-fn-attrs...
2022-05-09 Ralf Jungalso sanity-check Abi::Vector, and slight refactoring
2022-05-09 Jack HueyProperly fix issue 96638
2022-05-09 borsAuto merge of #96877 - matthiaskrgr:rollup-evlh6ot...
2022-05-09 Camille GILLOTPoint to the empty trait alias.
2022-05-09 Matthias KrügerRollup merge of #96858 - notriddle:notriddle/cleanup...
2022-05-09 Matthias KrügerRollup merge of #96854 - jackh726:subst-cleanup, r...
2022-05-09 Matthias KrügerRollup merge of #96844 - Badel2:actually-fix-96583...
2022-05-09 Matthias KrügerRollup merge of #96841 - thomcc:revert-osstr-join,...
2022-05-09 Matthias KrügerRollup merge of #96008 - fmease:warn-on-useless-doc...
2022-05-09 Matthias KrügerRollup merge of #95483 - golddranks:improve_float_docs...
2022-05-09 lcnrreview
2022-05-09 lcnronly compute `codegen_fn_attrs` where needed
2022-05-09 Ralf Jungmake sure ScalarPair enums have ScalarPair variants...
2022-05-09 borsAuto merge of #96845 - Patryk27:upgrade-llvm, r=nikic
2022-05-09 lcnronly cache `codegen_fn_attrs` on disk if its local
2022-05-09 lcnrmove `panic-in-drop=abort` check for `drop_in_place`
2022-05-09 lcnrstore `codegen_fn_attrs` in crate metadata
2022-05-09 borsAuto merge of #96815 - SparrowLii:promote_const, r...
2022-05-09 SparrowLiiuse `Result<(),()>` instead of Validity enum
2022-05-09 borsAuto merge of #95960 - jhpratt:remove-rustc_deprecated...
2022-05-09 borsAuto merge of #96802 - gimbles:windows_slice, r=thomcc
2022-05-09 Jack HueyReorder erasing/replacing late bound vars and substs
2022-05-09 Jack HueyRemove subst_spanned
2022-05-09 borsAuto merge of #95542 - xFrednet:rfc-2383-expect-query...
2022-05-08 Tomasz MiąskoUse sparse representation of switch sources
2022-05-08 borsAuto merge of #96846 - matthiaskrgr:rollup-yxu9ot9...
2022-05-08 Tomasz MiąskoAvoid constructing switch sources unless necessary
2022-05-08 León Orell Valeria... Warn on unused doc(hidden) on trait impl items
2022-05-08 Matthias KrügerRollup merge of #96835 - GuillaumeGomez:eslint-rules...
2022-05-08 Matthias KrügerRollup merge of #96830 - JohnTitor:issue-96654, r=compi...
2022-05-08 Matthias KrügerRollup merge of #96829 - JohnTitor:fix-xpy-clippy,...
2022-05-08 Matthias KrügerRollup merge of #96828 - scottmcm:clarify-hasher-write...
2022-05-08 Matthias KrügerRollup merge of #96617 - ken-matsui:fix-incorrect-synta...
2022-05-08 borsAuto merge of #96302 - Serial-ATA:more-diagnostic-items...
2022-05-08 Badel2Actually fix ICE from #96583
2022-05-08 borsAuto merge of #93675 - name1e5s:fix/strip_prefix_panic...
2022-05-08 Fridtjof StoldtFixed typo in docs and correct doc links
2022-05-08 borsAuto merge of #96770 - flip1995:fix-trait-type-in-bound...
2022-05-08 xFrednetMove lint expectation checking into a separate query...
2022-05-08 xFrednetOnly assert for unstable expectation ids after conversi...
2022-05-08 borsAuto merge of #96689 - gimbles:campfire, r=Mark-Simulacrum
2022-05-08 borsAuto merge of #96659 - thatzopoulos:issue-90679-fix...
2022-05-08 borsAuto merge of #96457 - yungkneez:fix-bootstrap, r=Mark...
next