| Age | Commit message (Expand) | Author | Lines |
| 2021-12-27 | intra-doc: Use an enum to represent URL fragments | Noah Lev | -78/+113 |
| 2021-12-27 | Remove needless `return` | Noah Lev | -1/+1 |
| 2021-12-27 | Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelid | Matthias Krüger | -1/+1 |
| 2021-12-27 | Rollup merge of #92303 - Patrick-Poitras:issue-26186, r=jackh726 | Matthias Krüger | -0/+62 |
| 2021-12-27 | Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillot | Matthias Krüger | -0/+24 |
| 2021-12-27 | Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov | Matthias Krüger | -81/+320 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -1/+1 |
| 2021-12-27 | relax priv-in-pub lint on generic bounds and where clauses in trait impls | Jack Wrenn | -81/+320 |
| 2021-12-26 | Add test cases for issue #26186 | PFPoitras | -0/+62 |
| 2021-12-26 | Auto merge of #92257 - fee1-dead:fix_env_further_bounds, r=oli-obk | bors | -1/+30 |
| 2021-12-25 | Auto merge of #92262 - notriddle:notriddle/unused-hash, r=jyn514 | bors | -11/+2 |
| 2021-12-25 | Auto merge of #92227 - Kobzol:rustdoc-doc-hidden, r=jyn514 | bors | -16/+7 |
| 2021-12-25 | Auto merge of #92247 - lnicola:rust-analyzer-2021-12-24, r=lnicola | bors | -21/+16 |
| 2021-12-24 | Auto merge of #92229 - fee1-dead:fix-rustdoc-const-drop, r=dtolnay | bors | -20/+35 |
| 2021-12-24 | rustdoc: remove unused Hash impl | Michael Howell | -11/+2 |
| 2021-12-25 | bless ui test | Deadbeef | -1/+16 |
| 2021-12-25 | normalize env constness for nested obligations | Deadbeef | -0/+14 |
| 2021-12-24 | update Miri | Ralf Jung | -7/+9 |
| 2021-12-24 | :arrow_up: rust-analyzer | Laurențiu Nicola | -21/+16 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -2/+2 |
| 2021-12-23 | Auto merge of #92222 - nnethercote:rm-global_allocator-rustc-rustdoc, r=alexc... | bors | -15/+3 |
| 2021-12-23 | Auto merge of #92232 - matthiaskrgr:rollup-eqdac7z, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-23 | Rollup merge of #92231 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2021-12-23 | Rollup merge of #92166 - fee1-dead:patch-2, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-23 | Update books | Eric Huss | -0/+0 |
| 2021-12-23 | Auto merge of #92110 - nagisa:def-inlining, r=nikic | bors | -0/+0 |
| 2021-12-23 | Do not display `~const Drop` in rustdoc | Deadbeef | -20/+35 |
| 2021-12-23 | Auto merge of #92177 - GuillaumeGomez:pattern-matching-outside-loop, r=camelid | bors | -6/+8 |
| 2021-12-23 | Rustdoc: use `is_doc_hidden` method on more places | Jakub Beránek | -16/+7 |
| 2021-12-23 | Auto merge of #92167 - pierwill:chalk-update, r=jackh726 | bors | -4/+3 |
| 2021-12-23 | Remove useless `#[global_allocator]` from rustc and rustdoc. | Nicholas Nethercote | -15/+3 |
| 2021-12-23 | Auto merge of #92155 - m-ou-se:panic-fn, r=eddyb | bors | -15/+15 |
| 2021-12-23 | Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -7/+16 |
| 2021-12-23 | Rollup merge of #92026 - jsha:jsdoc-search, r=GuillaumeGomez | Matthias Krüger | -30/+170 |
| 2021-12-23 | Rollup merge of #91544 - rukai:91492, r=wesleywiser | Matthias Krüger | -0/+79 |
| 2021-12-22 | Add some JSDoc comments to rustdoc JS | Jacob Hoffman-Andrews | -30/+170 |
| 2021-12-22 | Upgrade `tracing-subscriber` | pierwill | -2/+2 |
| 2021-12-22 | Bless clippy test. | Mara Bos | -1/+1 |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -2/+1 |
| 2021-12-21 | Move pattern matching outside of the loop | Guillaume Gomez | -6/+8 |
| 2021-12-22 | Fixed a small typo in ui test comments | fee1-dead | -1/+1 |
| 2021-12-21 | Auto merge of #92095 - vacuus:master, r=jyn514 | bors | -29/+22 |
| 2021-12-21 | Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obk | bors | -0/+29 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -14/+14 |
| 2021-12-21 | Rollup merge of #92127 - GuillaumeGomez:search-results-duplicate-removal, r=jsha | Matthias Krüger | -11/+13 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -0/+234 |
| 2021-12-21 | Rollup merge of #91412 - compiler-errors:issue-86035, r=oli-obk | Matthias Krüger | -0/+97 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -0/+29 |
| 2021-12-20 | Fixup tests for issue-86035 | Michael Goulet | -4/+4 |
| 2021-12-20 | Test for issue-86035 | Michael Goulet | -0/+97 |