| Age | Commit message (Expand) | Author | Lines |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -2/+186 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -1611/+2149 |
| 2022-02-07 | Add a test showing that we don't infer across multiple uses of the same opaqu... | Oli Scherer | -0/+27 |
| 2022-02-07 | Print opaque types from type aliases via their path | Oli Scherer | -58/+138 |
| 2022-02-07 | Auto merge of #93738 - m-ou-se:rollup-zjyd2et, r=m-ou-se | bors | -183/+167 |
| 2022-02-07 | Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_... | Mara Bos | -18/+18 |
| 2022-02-07 | Rollup merge of #93673 - jsha:linkify-sidebar-headings, r=GuillaumeGomez | Mara Bos | -1/+8 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -150/+18 |
| 2022-02-07 | Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank | Mara Bos | -0/+41 |
| 2022-02-07 | Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelid | Mara Bos | -14/+82 |
| 2022-02-07 | Auto merge of #93719 - scottmcm:core-as-2021-everywhere, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -43/+187 |
| 2022-02-06 | Build libcore as 2021 in a few more places | Scott McMurray | -1/+1 |
| 2022-02-06 | Fix tracking issue for `const_fn_trait_bound` | Ruby Lazuli | -18/+18 |
| 2022-02-06 | Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obk | Matthias Krüger | -8/+28 |
| 2022-02-05 | Linkify sidebar headings for sibling items | Jacob Hoffman-Andrews | -1/+8 |
| 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 missing const stability attributes | Jacob Pratt | -7/+9 |
| 2022-02-03 | Require const stability on all stable const items | Jacob Pratt | -9/+27 |
| 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 | Improve self-referential diagnostic somewhat | Oli Scherer | -8/+8 |
| 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 | Add some new tests with amusing diagnostics | Oli Scherer | -4/+91 |
| 2022-02-03 | Add tests for lifetime-swaps, not just type param swaps | Oli Scherer | -0/+33 |
| 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 | Add more *-unwind ABI variants | Amanieu d'Antras | -2/+186 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -0/+35 |