| Age | Commit message (Expand) | Author | Lines |
| 2020-10-09 | remove ReadDir.end_of_stream on targets that don't use it | Josh Stone | -1/+18 |
| 2020-10-09 | unix/vxworks: make DirEntry slightly smaller | Josh Stone | -10/+8 |
| 2020-10-09 | Auto merge of #77690 - est31:llvm_8_required, r=matthewjasper | bors | -6/+3 |
| 2020-10-09 | Auto merge of #77698 - vandenheuvel:chalkup, r=jackh726 | bors | -12/+12 |
| 2020-10-09 | Auto merge of #77687 - est31:hash_shorter_path, r=davidtwco | bors | -6/+6 |
| 2020-10-09 | Auto merge of #77627 - richkadel:rust-demangler, r=tmandry | bors | -4/+62 |
| 2020-10-09 | Auto merge of #77578 - euclio:max-suggestion, r=davidtwco | bors | -1/+70 |
| 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 | rust-demangler tool strips crate disambiguators with < 16 digits | Rich Kadel | -4/+62 |
| 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 | suggest `MAX` constant if -1 is assigned to unsigned type | Andy Russell | -1/+70 |
| 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 | Update chalk to 0.32.0 | Bram van den Heuvel | -12/+12 |
| 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 | Simplify some code in rustc_llvm/build.rs now that LLVM 8 is required | est31 | -6/+3 |
| 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-08 | Use shorter path for std::hash::Hash | est31 | -6/+6 |
| 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 |