| Age | Commit message (Expand) | Author | Lines |
| 2021-09-01 | Auto merge of #88563 - ehuss:update-cargo-books, r=ehuss | bors | -0/+0 |
| 2021-09-01 | add regression test for issue 83190 | Rémy Rakic | -0/+49 |
| 2021-09-01 | Update cargo, books | Eric Huss | -0/+0 |
| 2021-09-01 | Undo debug statements | Theodore Luo Wang | -14/+1 |
| 2021-09-01 | Update formatting | Theodore Luo Wang | -1/+1 |
| 2021-09-01 | Add checks for a block before a unary plus. Fix failing tests | Theodore Luo Wang | -53/+73 |
| 2021-09-01 | use the correct feature gate | lcnr | -1/+1 |
| 2021-09-01 | Update clean_all.sh for the rename of stdsimd to portable-simd | bjorn3 | -1/+1 |
| 2021-09-01 | Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514 | bors | -1/+33 |
| 2021-09-01 | Disable protable-simd tests | bjorn3 | -8/+9 |
| 2021-09-01 | Update protable-simd | bjorn3 | -37/+23 |
| 2021-09-01 | fix clippy lints | klensy | -3/+3 |
| 2021-09-01 | Move add_rlib and add_native_library to cg_ssa | bjorn3 | -64/+19 |
| 2021-09-01 | Move add_rlib and add_native_library to cg_ssa | bjorn3 | -163/+84 |
| 2021-09-01 | `fmt::Formatter::pad`: don't call chars().count() more than one time | klensy | -9/+14 |
| 2021-09-01 | Rustup to rustc 1.56.0-nightly (29ef6cf16 2021-08-31) | bjorn3 | -9/+9 |
| 2021-09-01 | Sync from rust 3ed6c1d23fd40f4367259a531465e809eb00ec27 | bjorn3 | -15/+13 |
| 2021-09-01 | Auto merge of #88395 - ricky26:llvm-submodule, r=nikic | bors | -0/+0 |
| 2021-09-01 | update FIXME | lcnr | -1/+1 |
| 2021-09-01 | cleanup const generics FIXME | lcnr | -30/+5 |
| 2021-09-01 | Auto merge of #88556 - m-ou-se:rollup-q636wyd, r=m-ou-se | bors | -81/+401 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -46/+67 |
| 2021-09-01 | Add tests for implementors associated types display | Guillaume Gomez | -12/+40 |
| 2021-09-01 | Rollup merge of #88551 - inquisitivecrystal:unsafe_cell_raw_get, r=m-ou-se | Mara Bos | -4/+34 |
| 2021-09-01 | Rollup merge of #88548 - inquisitivecrystal:intersperse, r=m-ou-se | Mara Bos | -20/+12 |
| 2021-09-01 | Rollup merge of #88542 - tavianator:readdir_r-errno, r=jyn514 | Mara Bos | -2/+3 |
| 2021-09-01 | Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr... | Mara Bos | -0/+71 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -1/+16 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -10/+135 |
| 2021-09-01 | Rollup merge of #88053 - bjorn3:fix_flock_fallback_impl, r=cjgillot | Mara Bos | -0/+4 |
| 2021-09-01 | Rollup merge of #88040 - nbdd0121:btreemap, r=m-ou-se | Mara Bos | -44/+24 |
| 2021-09-01 | Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-Simulacrum | Mara Bos | -0/+102 |
| 2021-09-01 | Auto merge of #88272 - willcrichton:mutable-sparse-matrix, r=ecstatic-morse | bors | -129/+386 |
| 2021-08-31 | fix(rustc_lint): better detect when parens are necessary | Michael Howell | -7/+104 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -25/+227 |
| 2021-08-31 | Remove unhelpful `expect()` message | Noah Lev | -4/+2 |
| 2021-08-31 | Box `GenericArgs::Parenthesized.output` | Noah Lev | -10/+21 |
| 2021-08-31 | Apply formatting | Theodore Luo Wang | -1/+6 |
| 2021-08-31 | Improve error checking on unary plus | Theodore Luo Wang | -0/+121 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -232/+901 |
| 2021-08-31 | Add a few tests for `UnsafeCell` | inquisitivecrystal | -0/+32 |
| 2021-08-31 | Include debug info for the allocator shim | Daniel Paoliello | -41/+66 |
| 2021-08-31 | Auto merge of #88533 - oli-obk:tait_🧊, r=spastorino | bors | -9/+1 |
| 2021-08-31 | Move test to run-make-fulldeps to avoid compiler flag bug | Patrick Conrad | -0/+0 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -20/+12 |
| 2021-08-31 | Add explanatory comment | Fabian Wolff | -0/+2 |
| 2021-08-31 | Stabilize `UnsafeCell::raw_get()` | inquisitivecrystal | -4/+2 |
| 2021-08-31 | emit suggestion byte literal is passed to `format!` | ibraheemdev | -15/+61 |
| 2021-08-31 | x.py clippy: don't run with --all-targets by default | Matthias Krüger | -2/+18 |
| 2021-08-31 | Add test for closure migration where body is a block fragment. | Mara Bos | -0/+86 |