about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-18Rollup merge of #91150 - dtolnay:qpath, r=davidtwcoMatthias Krüger-11/+47
2022-01-18Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoeristerMatthias Krüger-113/+252
2022-01-18Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisabors-105/+133
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-399/+789
2022-01-18Auto merge of #93021 - matthiaskrgr:rollup-o7z8zoe, r=matthiaskrgrbors-309/+686
2022-01-18Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-SimulacrumMatthias Krüger-7/+3
2022-01-18Rollup merge of #93004 - krasimirgg:threadlocal-llvm-up, r=nikicMatthias Krüger-2/+2
2022-01-18Rollup merge of #92997 - woppopo:test92114, r=Mark-SimulacrumMatthias Krüger-3/+23
2022-01-18Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelidMatthias Krüger-3/+3
2022-01-18Rollup merge of #92946 - kaniini:chore/llvm-libunwind-s390x, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-01-18Rollup merge of #92923 - dtolnay:ringbuffer, r=petrochenkovMatthias Krüger-22/+67
2022-01-18Rollup merge of #92914 - camelid:snapshot-text, r=GuillaumeGomezMatthias Krüger-3/+11
2022-01-18Rollup merge of #92870 - llogiq:atomic_bool_sym, r=ManishearthMatthias Krüger-0/+1
2022-01-18Rollup merge of #92866 - maxwase:does_exist_typo, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-01-18Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomezMatthias Krüger-41/+62
2022-01-18Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomezMatthias Krüger-0/+12
2022-01-18Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasperMatthias Krüger-163/+350
2022-01-18Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnrMatthias Krüger-36/+84
2022-01-18Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomezMatthias Krüger-22/+59
2022-01-18Auto merge of #93001 - flip1995:clippyup, r=Manishearthbors-100/+754
2022-01-17Auto merge of #93009 - matthiaskrgr:rollup-3fkxg6i, r=matthiaskrgrbors-382/+793
2022-01-17Add staged_api for testsJacob Hoffman-Andrews-0/+41
2022-01-17Stabilize vec_spare_capacityAmanieu d'Antras-7/+3
2022-01-17Abstract the pretty printer's ringbuffer to be infinitely sizedDavid Tolnay-22/+67
2022-01-17Update with final commentskadmin-31/+10
2022-01-17Hide mobile sidebar on some clicksJacob Hoffman-Andrews-0/+12
2022-01-17Add term to ExistentialProjectionkadmin-71/+213
2022-01-17Update w/ commentskadmin-32/+21
2022-01-17Update term for use in more placeskadmin-128/+284
2022-01-17Rustdoc style cleanupsJacob Hoffman-Andrews-46/+21
2022-01-17Rollup merge of #92960 - scottmcm:carrying-bignum, r=Mark-SimulacrumMatthias Krüger-37/+5
2022-01-17Rollup merge of #92956 - scottmcm:nonzero-log2, r=dtolnayMatthias Krüger-141/+197
2022-01-17Rollup merge of #92936 - vacuus:html-markdown-parse, r=GuillaumeGomezMatthias Krüger-3/+1
2022-01-17Rollup merge of #92877 - Amanieu:remove_llvm_nounwind, r=Mark-SimulacrumMatthias Krüger-40/+1
2022-01-17Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-01-17Rollup merge of #92801 - jsha:overflow-wrap, r=GuillaumeGomezMatthias Krüger-0/+16
2022-01-17Rollup merge of #92752 - jamestiotio:error-codes-typos, r=nagisaMatthias Krüger-6/+6
2022-01-17Rollup merge of #92729 - michaelwoerister:remove-unused-span-debuginfo, r=pet...Matthias Krüger-130/+51
2022-01-17Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...Matthias Krüger-4/+431
2022-01-17Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mar...Matthias Krüger-16/+80
2022-01-17Use Term in ProjectionPredicatekadmin-276/+287
2022-01-17Add termkadmin-37/+68
2022-01-17add eq constraints on associated constantskadmin-113/+195
2022-01-17Fix review commentbjorn3-1/+6
2022-01-17Pass target_features set instead of has_feature closurebjorn3-62/+63
2022-01-17Use Symbol for target features in asm handlingbjorn3-69/+91
2022-01-17rustc_codegen_llvm: Remove (almost) unused span parameter from many functions...Michael Woerister-130/+51
2022-01-17update test assertionKrasimir Georgiev-2/+2
2022-01-17update codegen test for LLVM 14Krasimir Georgiev-2/+2
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-946/+387