| Age | Commit message (Expand) | Author | Lines |
| 2022-02-04 | Auto merge of #93654 - RalfJung:miri, r=RalfJung | bors | -9/+9 |
| 2022-02-04 | update miri | Ralf Jung | -9/+9 |
| 2022-02-04 | Rollup merge of #93638 - notriddle:notriddle/unused-hash, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-02-04 | Rollup merge of #93632 - matthiaskrgr:rustdoclippy2, r=GuillaumeGomez | Matthias Krüger | -13/+7 |
| 2022-02-04 | Rollup merge of #93593 - JulianKnodt:master, r=oli-obk | Matthias Krüger | -0/+31 |
| 2022-02-04 | Rollup merge of #93508 - CraftSpider:jsondocck-runtest-output, r=Mark-Simulacrum | Matthias Krüger | -5/+12 |
| 2022-02-04 | Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha | Matthias Krüger | -58/+140 |
| 2022-02-03 | rustdoc: remove unused Hash impl | Michael Howell | -1/+1 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -13/+7 |
| 2022-02-03 | Add GUI test for crate filter URL parameter | Guillaume Gomez | -0/+30 |
| 2022-02-03 | Update tester to have FILTER_CRATE set to null if undefined. | Guillaume Gomez | -0/+2 |
| 2022-02-03 | Add filter-crate URL parameter | Guillaume Gomez | -47/+97 |
| 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/+36 |
| 2022-02-02 | Unify storage getter and setter functions | Guillaume Gomez | -12/+12 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -0/+36 |
| 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 | -3/+18 |
| 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-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 | -8/+16 |
| 2022-02-02 | Rollup merge of #92788 - estebank:colon-colon, r=cjgillot | Matthias Krüger | -0/+60 |
| 2022-02-02 | Rollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write, r=GuillaumeGomez | Matthias Krüger | -2/+18 |
| 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 | Fix w/ comments | kadmin | -89/+189 |
| 2022-02-01 | Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr | bors | -73/+292 |
| 2022-02-01 | Add rustdoc info to jsondocck output | Rune Tynan | -5/+12 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -32/+25 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -30/+118 |
| 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 | librustdoc: render: use render_into instead of creating a temp string | Muhammad Falak R Wani | -2/+1 |
| 2022-02-01 | librustdoc: inline and forward all methods for `impl Write for Buffer` | Muhammad Falak R Wani | -0/+11 |
| 2022-02-01 | librustdoc: impl core::fmt::Write for rustdoc::html::render::Buffer | Muhammad Falak R Wani | -0/+6 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -10/+10 |
| 2022-02-01 | Add test to ensure lifetime is not elided in type alias | Guillaume Gomez | -0/+5 |
| 2022-02-01 | Fix lifetime elision in type aliases | Guillaume Gomez | -3/+13 |