| Age | Commit message (Expand) | Author | Lines |
| 2022-02-06 | Rollup merge of #93669 - compiler-errors:const-generic-args, r=lcnr | Matthias Krüger | -0/+36 |
| 2022-02-06 | Rollup merge of #93649 - WaffleLapkin:regression_test_80309, r=oli-obk | Matthias Krüger | -0/+31 |
| 2022-02-06 | Rollup merge of #93556 - dtolnay:trailingcomma, r=cjgillot | Matthias Krüger | -22/+23 |
| 2022-02-06 | Rollup merge of #92651 - jsha:impl-spacing, r=GuillaumeGomez | Matthias Krüger | -5/+2 |
| 2022-02-06 | Rollup merge of #91939 - GKFX:feature-91866, r=cjgillot | Matthias Krüger | -0/+24 |
| 2022-02-05 | Auto merge of #93539 - petrochenkov:doclink, r=camelid,michaelwoerister | bors | -0/+19 |
| 2022-02-05 | Auto merge of #93597 - GuillaumeGomez:update-browser-ui-test, r=jsha | bors | -0/+1 |
| 2022-02-05 | resolve lifetimes for const generic defaults | Michael Goulet | -0/+36 |
| 2022-02-04 | Specify min llvm version for issue 80309 regression tests | Maybe Waffle | -0/+2 |
| 2022-02-04 | Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomez | Matthias Krüger | -98/+99 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -14/+14 |
| 2022-02-04 | Add regression tests for issue 80309 | Maybe Waffle | -0/+29 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+19 |
| 2022-02-04 | Rollup merge of #93593 - JulianKnodt:master, r=oli-obk | Matthias Krüger | -0/+31 |
| 2022-02-04 | Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha | Matthias Krüger | -0/+30 |
| 2022-02-04 | Add comment in GUI test | Guillaume Gomez | -0/+1 |
| 2022-02-03 | Fix some tests to use -Cinstrument-coverage | Wesley Wiser | -3/+3 |
| 2022-02-03 | Add GUI test for crate filter URL parameter | Guillaume Gomez | -0/+30 |
| 2022-02-03 | Bless all pretty printer tests and ui tests | David Tolnay | -22/+23 |
| 2022-02-03 | Auto merge of #93621 - JohnTitor:rollup-1bcud0x, r=JohnTitor | bors | -0/+69 |
| 2022-02-03 | Fix ret > 1 bound if shadowed by const | kadmin | -0/+31 |
| 2022-02-03 | Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwco | Yuki Okushi | -0/+27 |
| 2022-02-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -0/+42 |
| 2022-02-03 | Auto merge of #92932 - ouz-a:master, r=oli-obk | bors | -0/+15 |
| 2022-02-03 | Auto merge of #93146 - workingjubilee:use-std-simd, r=Mark-Simulacrum | bors | -12/+37 |
| 2022-02-03 | Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472 | bors | -6/+6 |
| 2022-02-02 | Auto merge of #93101 - Mark-Simulacrum:library-backtrace, r=yaahc | bors | -0/+35 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -0/+35 |
| 2022-02-02 | Rollup merge of #93574 - compiler-errors:bad-let-suggestion, r=lcnr | Matthias Krüger | -0/+17 |
| 2022-02-02 | Rollup merge of #93571 - compiler-errors:better-where-suggestion, r=lcnr | Matthias Krüger | -0/+109 |
| 2022-02-02 | Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-02-02 | Rollup merge of #93221 - alyssaverkade:fix-93093, r=wesleywiser | Matthias Krüger | -0/+26 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -68/+193 |
| 2022-02-02 | better suggestion for duplicated `where` | Michael Goulet | -0/+109 |
| 2022-02-02 | Emit valid HTML from rustdoc | Jacob Hoffman-Andrews | -98/+99 |
| 2022-02-01 | don't suggest adding `let` due to expressions inside of `while` loop | Michael Goulet | -0/+17 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2022-02-02 | Rollup merge of #92788 - estebank:colon-colon, r=cjgillot | Matthias Krüger | -0/+60 |
| 2022-02-01 | Make rustc use `RUST_BACKTRACE=full` by default | Aaron Hill | -0/+27 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -10/+10 |
| 2022-02-02 | Detect `::` -> `:` typo in type argument | Esteban Kuber | -0/+60 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -27/+111 |
| 2022-02-01 | Remove "up here" arrow on item-infos | Jacob Hoffman-Andrews | -5/+2 |
| 2022-02-01 | Fix w/ comments | kadmin | -89/+189 |
| 2022-02-01 | Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr | bors | -15/+240 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -4/+91 |
| 2022-02-01 | Rollup merge of #92584 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+95 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -11/+54 |
| 2022-02-01 | Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelix | bors | -0/+15 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -10/+10 |