| Age | Commit message (Expand) | Author | Lines |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -205/+480 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -103/+253 |
| 2021-11-07 | Restrict tests that use needs-asm-support to non-experimental | Amanieu d'Antras | -5/+10 |
| 2021-11-07 | Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomez | bors | -5/+4 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -98/+243 |
| 2021-11-06 | Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr | bors | -93/+304 |
| 2021-11-06 | Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr | Matthias Krüger | -2/+4 |
| 2021-11-06 | Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebank | Matthias Krüger | -2/+51 |
| 2021-11-06 | Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillot | Matthias Krüger | -86/+49 |
| 2021-11-06 | Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwco | Matthias Krüger | -0/+58 |
| 2021-11-06 | Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco | Matthias Krüger | -3/+34 |
| 2021-11-06 | Rollup merge of #90487 - NoraCodes:nora/how-to-read-rustdoc, r=jyn514 | Matthias Krüger | -0/+108 |
| 2021-11-06 | Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514 | bors | -6/+6 |
| 2021-11-06 | Suggest dereference of `Box` when inner type is expected | Noah Lev | -0/+58 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -6/+6 |
| 2021-11-06 | Auto merge of #90559 - rusticstuff:optimize-bidi-detection, r=davidtwco | bors | -16/+46 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -86/+49 |
| 2021-11-06 | Run reveal_all on MIR more often. | Camille GILLOT | -2/+4 |
| 2021-11-06 | Auto merge of #90641 - matthiaskrgr:mut, r=cjgillot | bors | -1/+1 |
| 2021-11-06 | type error go brrrrrrrr | Ellen | -2/+51 |
| 2021-11-06 | Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiser | bors | -56/+128 |
| 2021-11-06 | Auto merge of #90297 - dtolnay:dotzero, r=petrochenkov | bors | -2/+20 |
| 2021-11-06 | Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakis | bors | -61/+694 |
| 2021-11-05 | Review comments | jackh726 | -22/+51 |
| 2021-11-06 | Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis | bors | -87/+263 |
| 2021-11-06 | pointee_info_at() does not need mutable access | Matthias Krüger | -1/+1 |
| 2021-11-05 | Auto merge of #90631 - matthiaskrgr:rollup-a5tzjh3, r=matthiaskrgr | bors | -196/+384 |
| 2021-11-05 | rustdoc: clippy::complexity fixes | Matthias Krüger | -5/+4 |
| 2021-11-05 | Rollup merge of #90626 - rusticstuff:be-more-accepting, r=jyn514 | Matthias Krüger | -0/+10 |
| 2021-11-05 | Rollup merge of #90623 - cuviper:llvm-12, r=nikic | Matthias Krüger | -27/+24 |
| 2021-11-05 | Rollup merge of #90597 - nikomatsakis:issue-90465, r=wesleywiser | Matthias Krüger | -147/+328 |
| 2021-11-05 | Rollup merge of #90569 - wesleywiser:fix_only_i686_tests, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2021-11-05 | Rollup merge of #89942 - JohnTitor:reorder-widening_impl, r=dtolnay | Matthias Krüger | -18/+18 |
| 2021-11-05 | Add a chapter on reading Rustdoc output | Leonora Tindall | -0/+108 |
| 2021-11-05 | Update LLVM comments around NoAliasMutRef | Josh Stone | -5/+8 |
| 2021-11-05 | Properly register text_direction_codepoint_in_comment lint. | Hans Kratz | -0/+10 |
| 2021-11-05 | Add test to confirm fnn_unsuffixed does not emit exponent notation | David Tolnay | -0/+6 |
| 2021-11-05 | Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514 | bors | -13/+142 |
| 2021-11-05 | Update the documented default of -Zmutable-noalias | Josh Stone | -1/+1 |
| 2021-11-05 | Reorder `widening_impl`s to make the doc clearer | Yuki Okushi | -18/+18 |
| 2021-11-05 | Move outline-atomics to aarch64-linux target definitions | Josh Stone | -6/+9 |
| 2021-11-05 | Remove some minor checks for LLVM < 12 | Josh Stone | -15/+6 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -56/+128 |
| 2021-11-05 | apply suggestions from code review | Niko Matsakis | -61/+63 |
| 2021-11-05 | Fix rustdoc-scrape-examples-macros test not being cross-platform | Will Crichton | -1/+2 |
| 2021-11-05 | Auto merge of #90616 - mathstuf:error_codes-comment-uniformity, r=GuillaumeGomez | bors | -20/+19 |
| 2021-11-05 | error_codes: uniformly comment error codes | Ben Boeckel | -20/+19 |
| 2021-11-05 | Auto merge of #90604 - mbartlett21:iterator-reexports, r=kennytm | bors | -1/+6 |
| 2021-11-05 | Auto merge of #90577 - matthiaskrgr:clippy_perf_nov, r=petrochenkov | bors | -13/+13 |
| 2021-11-05 | Fix `str::SplitInclusive` stabilisation date | mbartlett21 | -1/+1 |