| Age | Commit message (Expand) | Author | Lines |
| 2021-10-19 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -67/+57 |
| 2021-10-18 | Rollup merge of #89993 - pierwill:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -9/+8 |
| 2021-10-18 | Rollup merge of #89989 - camelid:type-size, r=jyn514 | Matthias Krüger | -0/+4 |
| 2021-10-18 | Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomez | Matthias Krüger | -0/+15 |
| 2021-10-18 | Rollup merge of #89974 - est31:let_else_if_error, r=nagisa | Matthias Krüger | -0/+28 |
| 2021-10-18 | Rollup merge of #89965 - JohnTitor:fix-let-else-ice-with-ref-mut, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2021-10-18 | Rollup merge of #89950 - infinity0:master, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2021-10-17 | Remove dead code from `compiletest::json` | pierwill | -2/+0 |
| 2021-10-17 | Auto merge of #89499 - Mark-Simulacrum:with-llvm-13, r=nikic | bors | -9/+31 |
| 2021-10-17 | Check implementing type for `#[doc(hidden)]` | pierwill | -0/+15 |
| 2021-10-17 | Add static size assertion for `clean::Type` | Noah Lev | -0/+4 |
| 2021-10-17 | Nicer error message if the user attempts to do let...else if | est31 | -0/+28 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -9/+8 |
| 2021-10-17 | Auto merge of #89984 - matthiaskrgr:rollup-ikmyhmx, r=matthiaskrgr | bors | -87/+273 |
| 2021-10-17 | Rollup merge of #89975 - JohnTitor:gats-tests-85921, r=jackh726 | Matthias Krüger | -0/+19 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -84/+84 |
| 2021-10-17 | Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkov | Matthias Krüger | -0/+58 |
| 2021-10-17 | Rollup merge of #89888 - rusticstuff:download-ci-llvm-apple-arm64, r=Mark-Sim... | Matthias Krüger | -3/+46 |
| 2021-10-17 | Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisa | Matthias Krüger | -0/+66 |
| 2021-10-17 | Auto merge of #89981 - pietroalbini:1.56-version-bump, r=pietroalbini | bors | -1/+1 |
| 2021-10-17 | bump version to rust 1.58.0 | Pietro Albini | -1/+1 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -1/+43 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -84/+84 |
| 2021-10-17 | Add a regression test for #85921 | Yuki Okushi | -0/+19 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -6/+4 |
| 2021-10-17 | Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid | Yuki Okushi | -1/+0 |
| 2021-10-17 | Rollup merge of #89886 - alexcrichton:update-wasi-libc, r=kennytm | Yuki Okushi | -1/+1 |
| 2021-10-17 | Rollup merge of #89849 - rusticstuff:remove-xcode-select, r=Mark-Simulacrum | Yuki Okushi | -18/+0 |
| 2021-10-17 | Fix ICE with `let...else` and `ref mut` | Yuki Okushi | -0/+19 |
| 2021-10-16 | Remove FIXME since there is nothing to be fixed. | Guillaume Gomez | -1/+0 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -684/+701 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -6/+4 |
| 2021-10-16 | bootstrap: tweak verbosity settings | Ximin Luo | -3/+3 |
| 2021-10-16 | Fix an ICE with TAITs and Future | Yuki Okushi | -0/+58 |
| 2021-10-16 | Rollup merge of #89918 - JohnTitor:gats-tests, r=jackh726 | Matthias Krüger | -0/+55 |
| 2021-10-16 | Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebank | Matthias Krüger | -16/+19 |
| 2021-10-16 | Rollup merge of #89912 - davidtwco:issue-89280-split-lines-multiple-lines, r=... | Matthias Krüger | -0/+33 |
| 2021-10-16 | Rollup merge of #89906 - yuvaldolev:move-format-version-to-rustdoc-json-types... | Matthias Krüger | -1/+4 |
| 2021-10-16 | Rollup merge of #89902 - rusticstuff:outline-atomics-linux-only, r=workingjub... | Matthias Krüger | -0/+1 |
| 2021-10-16 | Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli... | Matthias Krüger | -8/+5 |
| 2021-10-15 | Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay | bors | -2/+2 |
| 2021-10-16 | Add some GATs related regression tests | Yuki Okushi | -0/+55 |
| 2021-10-15 | Emit impl difference error for GenericBoundFailure too | jackh726 | -16/+19 |
| 2021-10-15 | emitter: current substitution can be multi-line | David Wood | -0/+33 |
| 2021-10-15 | Add missing bcrypt.lib to make-fulldeps Makefile. | Mara Bos | -2/+2 |
| 2021-10-15 | Moved format-version constant to rustdoc-json-types | Yuval Dolev | -1/+4 |
| 2021-10-15 | Fix clippy with changed macro statement spans | Cameron Steffen | -130/+126 |
| 2021-10-15 | Bless tests | Cameron Steffen | -554/+575 |
| 2021-10-15 | Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgr | bors | -74/+111 |