about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-18Eliminate a check_stack call on an empty scan stackDavid Tolnay-1/+1
2022-01-18Index a single time in check_stackDavid Tolnay-4/+5
2022-01-18Implement check_stack nonrecursivelyDavid Tolnay-9/+10
2022-01-18Implement check_stream nonrecursivelyDavid Tolnay-3/+3
2022-01-18Replace `if` + `unwrap` with `if let` in check_stackDavid Tolnay-2/+1
2022-01-18Ensure Printer buf is always indexed using self.left or self.rightDavid Tolnay-3/+3
2022-01-18Inline Printer's scan_pop_bottom methodDavid Tolnay-5/+1
2022-01-18Inline Printer's scan_top methodDavid Tolnay-5/+1
2022-01-18Inline Printer's scan_pop methodDavid Tolnay-7/+3
2022-01-18Simplify ring buffer pushesDavid Tolnay-7/+12
2022-01-18Inline Printer's scan_push methodDavid Tolnay-8/+6
2022-01-18Inline Printer's advance_right methodDavid Tolnay-9/+8
2022-01-18Auto merge of #93048 - matthiaskrgr:rollup-cz5ma34, r=matthiaskrgrbors-741/+901
2022-01-18Rollup merge of #93035 - Amanieu:stdarch_fix, r=Mark-SimulacrumMatthias Krüger-0/+0
2022-01-18Rollup merge of #93026 - klensy:f-typo, r=scottmcmMatthias Krüger-2/+2
2022-01-18Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwcoMatthias Krüger-3/+3
2022-01-18Rollup merge of #92924 - dtolnay:pptracing, r=Mark-SimulacrumMatthias Krüger-54/+0
2022-01-18Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnrMatthias Krüger-21/+55
2022-01-18Rollup merge of #92692 - jsha:cool-sidebar, r=GuillaumeGomezMatthias Krüger-360/+228
2022-01-18Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubileeMatthias Krüger-177/+314
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-18Delete pretty printer tracingDavid Tolnay-54/+0
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-360/+228
2022-01-18Fix stdarch submodule pointing to commit outside treeAmanieu d'Antras-0/+0
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-18fix typo in `max` description for f32/f64klensy-2/+2
2022-01-18Auto merge of #93021 - matthiaskrgr:rollup-o7z8zoe, r=matthiaskrgrbors-309/+686
2022-01-18Improve documentation of splatted constantsCaleb Zulawski-26/+28
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-17Update compiler/rustc_codegen_llvm/src/builder.rsCaleb Zulawski-3/+3
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-17Rm some unused ord implspierwill-3/+3
2022-01-17Stabilize vec_spare_capacityAmanieu d'Antras-7/+3