| Age | Commit message (Expand) | Author | Lines |
| 2021-11-20 | Rollup merge of #91022 - compiler-errors:modulo_infer, r=estebank | Matthias Krüger | -1/+54 |
| 2021-11-20 | Rollup merge of #90994 - Badel2:issue-90993, r=estebank | Matthias Krüger | -0/+37 |
| 2021-11-20 | Rollup merge of #90927 - terrarier2111:fix-float-ice, r=jackh726 | Matthias Krüger | -1/+27 |
| 2021-11-20 | Re-bless test outputs | Michael Goulet | -2/+2 |
| 2021-11-20 | Suggest await on cases involving infer | Michael Goulet | -1/+54 |
| 2021-11-20 | Fix float ICE | threadexception | -1/+27 |
| 2021-11-20 | Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomez | bors | -39/+28 |
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -0/+0 |
| 2021-11-20 | Fix ICE `#90993`: add missing call to cancel | Badel2 | -0/+37 |
| 2021-11-20 | Rollup merge of #91021 - compiler-errors:print_future_output, r=estebank | Matthias Krüger | -64/+64 |
| 2021-11-20 | Rollup merge of #90983 - GuillaumeGomez:sidebar-scrollbar, r=jsha | Matthias Krüger | -4/+4 |
| 2021-11-20 | Rollup merge of #90930 - Nilstrieb:fix-non-const-value-ice, r=estebank | Matthias Krüger | -1/+110 |
| 2021-11-20 | Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport... | Matthias Krüger | -15/+301 |
| 2021-11-20 | Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebank | Matthias Krüger | -38/+227 |
| 2021-11-19 | rustdoc: Move doc-reachability visiting back to cleaning | Noah Lev | -3/+6 |
| 2021-11-19 | rustdoc: Merge visits of extern crates into one loop | Noah Lev | -14/+10 |
| 2021-11-19 | rustdoc: Remove `Crate.externs` and compute on-demand instead | Noah Lev | -23/+16 |
| 2021-11-20 | Clarify error messages caused by re-exporting `pub(crate)` visibility to outside | Ken Matsui | -15/+301 |
| 2021-11-20 | Rollup merge of #91054 - camelid:fix-tags, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2021-11-20 | Rollup merge of #91035 - GuillaumeGomez:put-back-removed-empty-line, r=camelid | Matthias Krüger | -0/+1 |
| 2021-11-20 | Rollup merge of #91026 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514 | Matthias Krüger | -10/+49 |
| 2021-11-20 | Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk | Matthias Krüger | -6/+16 |
| 2021-11-20 | Rollup merge of #90956 - JohnTitor:issue-87573, r=Mark-Simulacrum | Matthias Krüger | -0/+49 |
| 2021-11-20 | Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez | Matthias Krüger | -48/+89 |
| 2021-11-19 | rustdoc: Pass DocContext to `Cache::populate` | Noah Lev | -21/+18 |
| 2021-11-19 | rustdoc: Fix some unescaped HTML tags in docs | Noah Lev | -3/+3 |
| 2021-11-19 | Auto merge of #91034 - camelid:docfragment, r=jyn514 | bors | -8/+4 |
| 2021-11-19 | Use fast comparison against `kw::Empty` | Noah Lev | -1/+3 |
| 2021-11-19 | Put back removed empty line | Guillaume Gomez | -0/+1 |
| 2021-11-19 | Auto merge of #91033 - JohnTitor:rollup-sr9zg6o, r=JohnTitor | bors | -211/+122 |
| 2021-11-19 | Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisa | Yuki Okushi | -14/+21 |
| 2021-11-19 | Rollup merge of #90947 - c410-f3r:testsssssss, r=petrochenkov | Yuki Okushi | -188/+2 |
| 2021-11-19 | Rollup merge of #90800 - aplanas:fix_cargo_config, r=Mark-Simulacrum | Yuki Okushi | -9/+14 |
| 2021-11-19 | Rollup merge of #90578 - lcnr:add-test, r=Mark-Simulacrum | Yuki Okushi | -0/+85 |
| 2021-11-18 | rustdoc: Avoid using `Iterator::count()` where possible | Noah Lev | -2/+2 |
| 2021-11-18 | rustdoc: Remove unused `DocFragment.line` field | Noah Lev | -6/+0 |
| 2021-11-19 | Auto merge of #90329 - nbdd0121:typeck, r=nagisa | bors | -2/+75 |
| 2021-11-18 | rustdoc doctest: detect `fn main` after an unexpected semicolon | Michael Howell | -10/+49 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -64/+64 |
| 2021-11-18 | Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitor | bors | -142/+95 |
| 2021-11-18 | bless nll | lcnr | -0/+26 |
| 2021-11-19 | Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwco | Yuki Okushi | -82/+9 |
| 2021-11-19 | Rollup merge of #90989 - notriddle:notriddle/rustc-suggest-float-ending-in-do... | Yuki Okushi | -0/+17 |
| 2021-11-19 | Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514 | Yuki Okushi | -18/+33 |
| 2021-11-19 | Rollup merge of #90438 - GuillaumeGomez:doc-show-coverage, r=camelid | Yuki Okushi | -40/+33 |
| 2021-11-19 | Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011 | Yuki Okushi | -2/+3 |
| 2021-11-18 | Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplett | bors | -9/+108 |
| 2021-11-18 | CTFE SIMD: also test 1-element array | Ralf Jung | -1/+10 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -188/+2 |
| 2021-11-18 | fix CTFE/Miri simd_insert/extract on array-style repr(simd) types | Ralf Jung | -6/+7 |