about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-01Auto merge of #88563 - ehuss:update-cargo-books, r=ehussbors-0/+0
2021-09-01add regression test for issue 83190Rémy Rakic-0/+49
2021-09-01Update cargo, booksEric Huss-0/+0
2021-09-01Undo debug statementsTheodore Luo Wang-14/+1
2021-09-01Update formattingTheodore Luo Wang-1/+1
2021-09-01Add checks for a block before a unary plus. Fix failing testsTheodore Luo Wang-53/+73
2021-09-01use the correct feature gatelcnr-1/+1
2021-09-01Update clean_all.sh for the rename of stdsimd to portable-simdbjorn3-1/+1
2021-09-01Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514bors-1/+33
2021-09-01Disable protable-simd testsbjorn3-8/+9
2021-09-01Update protable-simdbjorn3-37/+23
2021-09-01fix clippy lintsklensy-3/+3
2021-09-01Move add_rlib and add_native_library to cg_ssabjorn3-64/+19
2021-09-01Move add_rlib and add_native_library to cg_ssabjorn3-163/+84
2021-09-01`fmt::Formatter::pad`: don't call chars().count() more than one timeklensy-9/+14
2021-09-01Rustup to rustc 1.56.0-nightly (29ef6cf16 2021-08-31)bjorn3-9/+9
2021-09-01Sync from rust 3ed6c1d23fd40f4367259a531465e809eb00ec27bjorn3-15/+13
2021-09-01Auto merge of #88395 - ricky26:llvm-submodule, r=nikicbors-0/+0
2021-09-01update FIXMElcnr-1/+1
2021-09-01cleanup const generics FIXMElcnr-30/+5
2021-09-01Auto merge of #88556 - m-ou-se:rollup-q636wyd, r=m-ou-sebors-81/+401
2021-09-01Clean render_impl argumentsGuillaume Gomez-46/+67
2021-09-01Add tests for implementors associated types displayGuillaume Gomez-12/+40
2021-09-01Rollup merge of #88551 - inquisitivecrystal:unsafe_cell_raw_get, r=m-ou-seMara Bos-4/+34
2021-09-01Rollup merge of #88548 - inquisitivecrystal:intersperse, r=m-ou-seMara Bos-20/+12
2021-09-01Rollup merge of #88542 - tavianator:readdir_r-errno, r=jyn514Mara Bos-2/+3
2021-09-01Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr...Mara Bos-0/+71
2021-09-01Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomezMara Bos-1/+16
2021-09-01Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=AmanieuMara Bos-10/+135
2021-09-01Rollup merge of #88053 - bjorn3:fix_flock_fallback_impl, r=cjgillotMara Bos-0/+4
2021-09-01Rollup merge of #88040 - nbdd0121:btreemap, r=m-ou-seMara Bos-44/+24
2021-09-01Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-SimulacrumMara Bos-0/+102
2021-09-01Auto merge of #88272 - willcrichton:mutable-sparse-matrix, r=ecstatic-morsebors-129/+386
2021-08-31fix(rustc_lint): better detect when parens are necessaryMichael Howell-7/+104
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-25/+227
2021-08-31Remove unhelpful `expect()` messageNoah Lev-4/+2
2021-08-31Box `GenericArgs::Parenthesized.output`Noah Lev-10/+21
2021-08-31Apply formattingTheodore Luo Wang-1/+6
2021-08-31Improve error checking on unary plusTheodore Luo Wang-0/+121
2021-09-01Auto merge of #87688 - camsteffen:let-else, r=cjgillotbors-232/+901
2021-08-31Add a few tests for `UnsafeCell`inquisitivecrystal-0/+32
2021-08-31Include debug info for the allocator shimDaniel Paoliello-41/+66
2021-08-31Auto merge of #88533 - oli-obk:tait_🧊, r=spastorinobors-9/+1
2021-08-31Move test to run-make-fulldeps to avoid compiler flag bugPatrick Conrad-0/+0
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-20/+12
2021-08-31Add explanatory commentFabian Wolff-0/+2
2021-08-31Stabilize `UnsafeCell::raw_get()`inquisitivecrystal-4/+2
2021-08-31emit suggestion byte literal is passed to `format!`ibraheemdev-15/+61
2021-08-31x.py clippy: don't run with --all-targets by defaultMatthias Krüger-2/+18
2021-08-31Add test for closure migration where body is a block fragment.Mara Bos-0/+86