]> git.lizzy.rs Git - rust.git/history - compiler/rustc_typeck/src/astconv/mod.rs
Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikic
[rust.git] / compiler / rustc_typeck / src / astconv / mod.rs
2021-12-18 borsAuto merge of #92059 - matthiaskrgr:rollup-bainfyh...
2021-12-18 Matthias KrügerRollup merge of #92016 - calebcartwright:expose-asm...
2021-12-18 Matthias KrügerRollup merge of #91975 - cjgillot:noinline-generator...
2021-12-18 Matthias KrügerRollup merge of #91928 - fee1-dead:constification1...
2021-12-18 Matthias KrügerRollup merge of #91910 - tmiasko:miri-extern-type,...
2021-12-18 Matthias KrügerRollup merge of #91818 - camelid:unused-result-type...
2021-12-18 Matthias KrügerRollup merge of #89090 - cjgillot:bare-dyn, r=jackh726
2021-12-18 Matthias KrügerRollup merge of #87901 - poliorcetics:pub-pub-pub,...
2021-12-17 borsAuto merge of #89841 - cormacrelf:let-else-typed, r...
2021-12-17 borsAuto merge of #91838 - scottmcm:array-slice-eq-via...
2021-12-17 flip1995Merge commit '23d11428de3e973b34a5090a78d62887f821c90e...
2021-12-17 Vadim PetrochenkovMerge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5...
2021-12-17 borsAuto merge of #91812 - camelid:assoc-const-lazy, r...
2021-12-17 borsAuto merge of #91672 - b-naber:merge-normalize-erasing...
2021-12-16 Matthias KrügerRollup merge of #91987 - jsha:docdocgoose, r=jyn514
2021-12-16 Matthias KrügerRollup merge of #91967 - lnicola:freebsd-devstat, r...
2021-12-16 Matthias KrügerRollup merge of #91947 - ibraheemdev:io-error-other...
2021-12-16 Matthias KrügerRollup merge of #91796 - not-my-profile:fix-const_manua...
2021-12-16 Matthias KrügerRollup merge of #91172 - Ethiraric:ethiraric/fix90979...
2021-12-16 borsAuto merge of #91833 - klensy:rd-minus-alloc, r=jyn514
2021-12-16 Matthias KrügerRollup merge of #91958 - jsha:rust-logo, r=GuillaumeGomez
2021-12-16 Matthias KrügerRollup merge of #91951 - SparrowLii:master, r=Amanieu
2021-12-16 borsAuto merge of #91527 - the8472:retain-opt, r=dtolnay
2021-12-16 borsAuto merge of #89836 - pierwill:fix-85142-crate-hash...
2021-12-15 borsAuto merge of #86986 - lcnr:simplify_type, r=nikomatsak...
2021-12-15 Matthias KrügerRollup merge of #91920 - Aaron1011:pred-stable-cmp...
2021-12-15 Matthias KrügerRollup merge of #91918 - fee1-dead:constification0...
2021-12-15 Matthias KrügerRollup merge of #91916 - steffahn:fix-typos, r=dtolnay
2021-12-15 Matthias KrügerRollup merge of #91915 - jackh726:issue-91899, r=Mark...
2021-12-15 Matthias KrügerRollup merge of #91898 - compiler-errors:dont_suggest_c...
2021-12-15 Matthias KrügerRollup merge of #91885 - LegionMammal978:less-inband...
2021-12-15 Matthias KrügerRollup merge of #91880 - matthiaskrgr:clippy_perf_dec...
2021-12-15 Matthias KrügerRollup merge of #91906 - anuvratsingh:remove_in_band_li...
2021-12-15 Matthias KrügerRollup merge of #91905 - GuillaumeGomez:source-code...
2021-12-15 Matthias KrügerRollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa...
2021-12-15 Matthias KrügerRollup merge of #91886 - euclio:option-doc, r=dtolnay
2021-12-15 Matthias KrügerRollup merge of #91584 - GuillaumeGomez:improve-rustdoc...
2021-12-15 Matthias KrügerRollup merge of #91479 - scottmcm:slice-as-simd, r...
2021-12-15 Matthias KrügerRollup merge of #90521 - jhpratt:stabilize-destructurin...
2021-12-15 borsAuto merge of #91752 - yaahc:track-caller-result, r...
2021-12-15 borsAuto merge of #91945 - matthiaskrgr:rollup-jszf9zp...
2021-12-15 Matthias KrügerRollup merge of #91940 - ehuss:update-cargo, r=ehuss
2021-12-15 Matthias KrügerRollup merge of #91882 - Patrick-Poitras:remove-in...
2021-12-15 Matthias KrügerRollup merge of #91881 - Patrick-Poitras:stabilize...
2021-12-15 Matthias KrügerRollup merge of #91870 - rusticstuff:macosx_min_version...
2021-12-15 Matthias KrügerRollup merge of #91868 - tmiasko:llvm-time-trace-out...
2021-12-15 Matthias KrügerRollup merge of #91859 - xkr47:patch-2, r=yaahc
2021-12-15 Matthias KrügerRollup merge of #90939 - estebank:wg-af-polish, r=tmandry
2021-12-14 borsAuto merge of #91728 - Amanieu:stable_asm, r=joshtriplett
2021-12-14 Matthias KrügerRollup merge of #91856 - ouz-a:master, r=oli-obk
2021-12-14 Matthias KrügerRollup merge of #91798 - bugadani:issue-91783, r=michae...
2021-12-14 Matthias KrügerRollup merge of #91774 - surechen:fix_typo_1, r=wesleywiser
2021-12-14 Matthias KrügerRollup merge of #91597 - r00ster91:lessthangreaterthan...
2021-12-14 Matthias KrügerRollup merge of #91239 - cameron1024:issue-87490-regres...
2021-12-14 Matthias KrügerRollup merge of #89825 - martinvonz:split-inclusive...
2021-12-14 Matthias KrügerRollup merge of #91875 - b-naber:mir-transform-norm...
2021-12-14 Matthias KrügerRollup merge of #91851 - woppopo:const_maybeuninit_zero...
2021-12-14 Matthias KrügerRollup merge of #91820 - rukai:help_with_personality_is...
2021-12-14 Matthias KrügerRollup merge of #91529 - TennyZhuang:try_reserve_binary...
2021-12-14 borsAuto merge of #91766 - scottmcm:more-array-raw-eq,...
2021-12-14 borsAuto merge of #91680 - saethlin:spare_capacity_mut...
2021-12-14 borsAuto merge of #91660 - llogiq:make-a-hash-of-def-ids...
2021-12-13 borsAuto merge of #91865 - matthiaskrgr:rollup-rai9ecq...
2021-12-13 Matthias KrügerRollup merge of #91855 - xfix:const_cstr_unchecked...
2021-12-13 Matthias KrügerRollup merge of #91849 - jackh726:gats-outlives-lint...
2021-12-13 Matthias KrügerRollup merge of #91847 - BoxyUwU:generic_arg_infer_fixm...
2021-12-13 Matthias KrügerRollup merge of #91846 - camelid:doctest-cleanup, r...
2021-12-13 Matthias KrügerRollup merge of #91699 - jsha:webkit-appearance-search...
2021-12-13 Esteban KuberKeep info on pre-desugaring expression for better ...
2021-12-13 borsAuto merge of #91657 - nikic:update-llvm, r=cuviper
2021-12-13 borsAuto merge of #91654 - nikic:llvmbc-section-flags,...
2021-12-13 borsAuto merge of #91626 - klensy:json-less-alloc, r=petroc...
2021-12-13 borsAuto merge of #91569 - erikdesjardins:vt-align, r=nikic
2021-12-13 Ellenhurray for portable simd finding a nice test for this...
2021-12-13 borsAuto merge of #91841 - matthiaskrgr:rollup-zlhsg5a...
2021-12-12 Matthias KrügerRollup merge of #91749 - ssomers:btree_comments, r...
2021-12-12 Matthias KrügerRollup merge of #91091 - ecstatic-morse:control-flow...
2021-12-12 Matthias KrügerRollup merge of #91086 - rhysd:issue-91085, r=m-ou-se
2021-12-12 borsAuto merge of #91549 - fee1-dead:const_env, r=spastorino
2021-12-12 borsAuto merge of #90716 - euclio:libloading, r=cjgillot
2021-12-12 borsAuto merge of #90207 - BoxyUwU:stabilise_cg_defaults...
2021-12-12 borsAuto merge of #90423 - Aaron1011:deduplicate-projection...
2021-12-12 Matthias KrügerRollup merge of #91748 - notriddle:notriddle/doc-notabl...
2021-12-12 Matthias KrügerRollup merge of #91746 - ssomers:btree_tests, r=Mark...
2021-12-12 DeadbeefRevert "Auto merge of #91491 - spastorino:revert-91354...
2021-12-12 borsAuto merge of #89404 - Kobzol:hash-stable-sort, r=Mark...
2021-12-11 Matthias KrügerRollup merge of #91806 - woppopo:const_unique, r=dtolnay
2021-12-11 Matthias KrügerRollup merge of #91797 - the8472:fix-invalid-deref...
2021-12-11 Matthias KrügerRollup merge of #91780 - cjgillot:localize, r=Mark...
2021-12-11 Matthias KrügerRollup merge of #91764 - cjgillot:elide-anyway, r=jackh726
2021-12-11 Matthias KrügerRollup merge of #91750 - notriddle:notriddle/doc-notabl...
2021-12-11 Matthias KrügerRollup merge of #91737 - Manishearth:panic-immediate...
2021-12-11 Matthias KrügerRollup merge of #91643 - Amanieu:r9x18, r=joshtriplett
2021-12-11 Matthias KrügerRollup merge of #90081 - woppopo:const_write_bytes...
2021-12-11 borsAuto merge of #91769 - estebank:type-trait-bound-span...
2021-12-11 borsAuto merge of #91799 - matthiaskrgr:rollup-b38xx6i...
2021-12-11 Matthias KrügerRollup merge of #91721 - danielhenrymantilla:patch...
2021-12-11 Matthias KrügerRollup merge of #91548 - luojia65:hint-spin-loop-riscv...
2021-12-11 Matthias KrügerRollup merge of #90741 - mbartlett21:patch-4, r=dtolnay
2021-12-11 Matthias KrügerRollup merge of #90270 - woppopo:const_borrow_trait...
next