| Age | Commit message (Expand) | Author | Lines |
| 2020-10-10 | Fix query docs | Camelid | -5/+11 |
| 2020-10-09 | Move `@has` checks closer to corresponding doc comments | Camelid | -15/+19 |
| 2020-10-09 | Use `next()` instead of `peek()` where possible | Camelid | -3/+3 |
| 2020-10-09 | Link to GitHub issue re macro resolution | Camelid | -1/+3 |
| 2020-10-08 | Update rustdoc intra-doc link docs | Camelid | -13/+40 |
| 2020-10-08 | Fix intra-doc links in `core` | Camelid | -0/+3 |
| 2020-10-08 | Allow generic parameters in intra-doc links | Camelid | -2/+381 |
| 2020-10-09 | Auto merge of #77519 - jyn514:track-doc-er, r=GuillaumeGomez | bors | -112/+235 |
| 2020-10-09 | Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink | bors | -4/+247 |
| 2020-10-08 | Fix typo in error code | xd009642 | -1/+1 |
| 2020-10-08 | Auto merge of #77723 - jonas-schievink:rollup-htz44r4, r=jonas-schievink | bors | -14/+36 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -4/+247 |
| 2020-10-08 | Rollup merge of #77710 - fortanix:raoul/bugfix-lvi, r=nikic | Jonas Schievink | -0/+0 |
| 2020-10-08 | Rollup merge of #77702 - heckad:patch-3, r=lcnr | Jonas Schievink | -1/+1 |
| 2020-10-08 | Rollup merge of #77701 - jyn514:debug-logging, r=Mark-Simulacrum | Jonas Schievink | -0/+4 |
| 2020-10-08 | Rollup merge of #77673 - heckad:patch-2, r=lcnr | Jonas Schievink | -2/+1 |
| 2020-10-08 | Rollup merge of #77663 - HeroicKatora:regression-tests-27675-object-safe, r=A... | Jonas Schievink | -0/+19 |
| 2020-10-08 | Rollup merge of #77660 - nilslice:patch-1, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-10-08 | Rollup merge of #77449 - ssomers:btree_drain_filter_size_hint, r=Mark-Simulacrum | Jonas Schievink | -0/+4 |
| 2020-10-08 | Rollup merge of #76750 - camelid:dont-discourage-core-fmt-write, r=Mark-Simul... | Jonas Schievink | -10/+6 |
| 2020-10-08 | Auto merge of #77110 - lzutao:e0596-amp_mut, r=davidtwco | bors | -46/+60 |
| 2020-10-08 | Don't discourage implementing `core::fmt::Write` | Camelid | -10/+6 |
| 2020-10-08 | Auto merge of #77346 - Caduser2020:master, r=Mark-Simulacrum | bors | -119/+170 |
| 2020-10-08 | Update submodule llvm to get LVI bugfix | Raoul Strackx | -0/+0 |
| 2020-10-08 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx | Caduser2020 | -119/+170 |
| 2020-10-08 | Suggest removing &mut from borrow of &mut | Lzu Tao | -46/+60 |
| 2020-10-08 | Auto merge of #77678 - jyn514:tracing, r=Mark-Simulacrum | bors | -12/+6 |
| 2020-10-08 | Remove not needed lambda. | Kazantcev Andrey | -1/+1 |
| 2020-10-08 | Make `max_log_info` easily greppable | Joshua Nelson | -0/+4 |
| 2020-10-08 | Auto merge of #77581 - ecstatic-morse:dataflow-dump-mir-graphviz, r=davidtwco | bors | -24/+24 |
| 2020-10-08 | Commit suggestion | Kazantcev Andrey | -1/+1 |
| 2020-10-08 | Auto merge of #77682 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -17/+10 |
| 2020-10-08 | Auto merge of #77644 - GuillaumeGomez:fix-tooltip-text-display, r=jyn514 | bors | -0/+4 |
| 2020-10-08 | Add compile fail test for issue 27675 | Andreas Molzer | -0/+19 |
| 2020-10-08 | Auto merge of #77631 - jyn514:helpful-changelog, r=RalfJung | bors | -3/+3 |
| 2020-10-08 | Use the new module information for intra-doc links | Joshua Nelson | -44/+84 |
| 2020-10-08 | Introduce `Divider` | Joshua Nelson | -53/+75 |
| 2020-10-08 | Preserve the parent module of `DocFragment`s | Joshua Nelson | -40/+101 |
| 2020-10-08 | Auto merge of #77683 - jyn514:git-hook, r=Mark-Simulacrum | bors | -4/+6 |
| 2020-10-08 | Auto merge of #75470 - estebank:bare-type-expr, r=davidtwco | bors | -17/+183 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -17/+10 |
| 2020-10-07 | Unset GIT_DIR in pre-commit hook | Joshua Nelson | -4/+6 |
| 2020-10-07 | Auto merge of #77597 - simonvandel:uninhabited-hashset, r=jonas-schievink | bors | -2/+7 |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -12/+6 |
| 2020-10-07 | Auto merge of #76985 - hbina:clone_check, r=estebank | bors | -1/+13 |
| 2020-10-08 | Remove unnecessary lamda on emitter map. | Kazantcev Andrey | -2/+1 |
| 2020-10-07 | Detect blocks that could be struct expr bodies | Esteban Küber | -17/+183 |
| 2020-10-07 | perf: UninhabitedEnumBranching void n^2 | Simon Vandel Sillesen | -2/+7 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -31/+34 |
| 2020-10-07 | (docs): make mutex error comment consistent with codebase | Steve Manuel | -1/+1 |