| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -0/+13 |
| 2021-10-09 | Fix invalid HTML generation for higher bounds | Guillaume Gomez | -2/+6 |
| 2021-10-09 | Add a test that -Zquery-dep-graph -Zdump-dep-graph works | Mark Rousskov | -0/+13 |
| 2021-10-09 | Rollup merge of #89697 - alessandrod:issue-89689, r=nikic | Matthias Krüger | -1/+1 |
| 2021-10-09 | Rollup merge of #89687 - Nicholas-Baron:move_read2_abbreviated, r=Mark-Simula... | Matthias Krüger | -70/+73 |
| 2021-10-09 | Rollup merge of #89684 - asquared31415:asm-doc-fix, r=joshtriplett | Matthias Krüger | -2/+2 |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -34/+84 |
| 2021-10-09 | Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-10-09 | Fix min LLVM version for bpf-types test | Alessandro Decina | -1/+1 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -15/+23 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -46/+96 |
| 2021-10-08 | Move read2_abbreviated function into read2.rs | Nicholas-Baron | -70/+73 |
| 2021-10-08 | Add feature gate to non_exhaustive_omitted_patterns lint | Devin Ragotzy | -20/+146 |
| 2021-10-08 | Fix asm docs typo | asquared31415 | -2/+2 |
| 2021-10-08 | Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomez | Guillaume Gomez | -4/+23 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-08 | Rollup merge of #89538 - notriddle:notriddle/arrow-highlight, r=GuillaumeGomez | Guillaume Gomez | -18/+31 |
| 2021-10-08 | Rollup merge of #86506 - b-naber:gen_trait_impl_inconsistent, r=jackh726 | Guillaume Gomez | -4/+39 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-10-08 | bless warnings | Eliza Weisman | -0/+1 |
| 2021-10-09 | Show detailed expected/found types in error message when trait paths are the ... | rhysd | -18/+75 |
| 2021-10-08 | Remove special-casing of never primitive in rustdoc-json-types | Loïc BRANSTETT | -4/+23 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -1/+45 |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -0/+41 |
| 2021-10-08 | tests | b-naber | -4/+39 |
| 2021-10-08 | Create more accurate debuginfo for vtables. | Michael Woerister | -21/+47 |
| 2021-10-08 | CI: Use mirror for downloads. | Hans Kratz | -4/+8 |
| 2021-10-08 | Auto merge of #89659 - workingjubilee:rollup-0vggc69, r=workingjubilee | bors | -20/+543 |
| 2021-10-07 | Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank | Jubilee | -0/+125 |
| 2021-10-07 | Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkov | Jubilee | -0/+11 |
| 2021-10-07 | Rollup merge of #89288 - rusticstuff:lld_wrapper, r=Mark-Simulacrum | Jubilee | -13/+184 |
| 2021-10-07 | Rollup merge of #89082 - smoelius:master, r=kennytm | Jubilee | -1/+37 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -6/+141 |
| 2021-10-07 | Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikic | Jubilee | -0/+45 |
| 2021-10-08 | Auto merge of #89646 - camelid:miri-up, r=RalfJung | bors | -7/+11 |
| 2021-10-07 | Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-10-07 | bootstrap: add error messages re shallow history | Taylor Yu | -0/+12 |
| 2021-10-07 | bootstrap: don't use `--merges` to find commits | Taylor Yu | -3/+3 |
| 2021-10-07 | Update Miri | Noah Lev | -7/+11 |
| 2021-10-07 | Auto merge of #89617 - flip1995:clippyup, r=Manishearth | bors | -2940/+4259 |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -34/+84 |
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -1/+15 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -0/+1 |
| 2021-10-07 | Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomez | bors | -162/+502 |
| 2021-10-07 | Remove unused clippy bootstrap env vars | Cameron Steffen | -8/+1 |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -13/+184 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -10/+199 |
| 2021-10-07 | Rollup merge of #89585 - nbdd0121:issue-89574, r=estebank | Guillaume Gomez | -10/+41 |
| 2021-10-07 | Rollup merge of #89477 - Nicholas-Baron:compute_diff_rs, r=Mark-Simulacrum | Guillaume Gomez | -142/+170 |
| 2021-10-07 | Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakis | Guillaume Gomez | -0/+41 |