| Age | Commit message (Expand) | Author | Lines |
| 2020-10-12 | Auto merge of #77847 - Xanewok:update-rls, r=Xanewok | bors | -0/+0 |
| 2020-10-13 | Rollup merge of #77863 - JohnTitor:remove-mark-i-m, r=pietroalbini | Yuki Okushi | -1/+1 |
| 2020-10-13 | Rollup merge of #77852 - 12101111:fix-bootstrap-doc, r=jonas-schievink | Yuki Okushi | -3/+3 |
| 2020-10-13 | Rollup merge of #77811 - jyn514:private, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-10-13 | Rollup merge of #77746 - winnayx:issue-77572-fix, r=jyn514 | Yuki Okushi | -7/+10 |
| 2020-10-13 | Rollup merge of #77699 - GuillaumeGomez:word-wrap, r=XAMPPRocky | Yuki Okushi | -7/+3 |
| 2020-10-13 | Remove `mark-i-m` from rustc-dev-guide maintainers | Yuki Okushi | -1/+1 |
| 2020-10-12 | build-manifest: stop generating numbered channel names except for stable | Pietro Albini | -4/+5 |
| 2020-10-12 | Add word-wrap rule for short descriptions | Guillaume Gomez | -0/+3 |
| 2020-10-12 | update url in bootstrap README | 12101111 | -3/+3 |
| 2020-10-12 | Update RLS | Igor Matuszewski | -0/+0 |
| 2020-10-12 | Auto merge of #75914 - arlosi:aarch64-ci, r=pietroalbini | bors | -2/+21 |
| 2020-10-12 | Auto merge of #77837 - Aaron1011:bump-miri-backtrace, r=RalfJung | bors | -16/+8 |
| 2020-10-12 | Auto merge of #75956 - jonas-schievink:lto-opt-sz, r=tmiasko | bors | -0/+14 |
| 2020-10-12 | Auto merge of #77790 - jyn514:undivided, r=ollie27 | bors | -29/+32 |
| 2020-10-11 | Remove unnecessary `RefCell` for doc_strings | Joshua Nelson | -4/+4 |
| 2020-10-11 | Show summary lines on cross-crate re-exports | Joshua Nelson | -25/+28 |
| 2020-10-12 | Use no-prefer-dynamic | Jonas Schievink | -0/+2 |
| 2020-10-11 | Bump miri | Aaron Hill | -16/+8 |
| 2020-10-12 | Fix -Clinker-plugin-lto with opt-levels s and z | Jonas Schievink | -0/+12 |
| 2020-10-11 | Auto merge of #75991 - shepmaster:silicon-ci, r=pietroalbini | bors | -6/+59 |
| 2020-10-11 | Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikic | bors | -2/+53 |
| 2020-10-11 | Mostly print statements to see where things are | Winnie Xiao | -7/+10 |
| 2020-10-11 | Make some functions private that don't need to be public | Joshua Nelson | -2/+2 |
| 2020-10-11 | Auto merge of #77774 - petrochenkov:floatuple, r=estebank | bors | -12/+12 |
| 2020-10-11 | Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasper | bors | -10/+5 |
| 2020-10-11 | rustc_parse: More precise spans for `tuple.0.0` | Vadim Petrochenkov | -12/+12 |
| 2020-10-10 | Auto merge of #77087 - estebank:issue-45817, r=matthewjasper | bors | -8/+292 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -15/+427 |
| 2020-10-10 | Auto merge of #77798 - JohnTitor:rollup-82u711m, r=JohnTitor | bors | -10/+6 |
| 2020-10-11 | Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasper | Yuki Okushi | -10/+6 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -68/+113 |
| 2020-10-10 | Auto merge of #77771 - nagisa:revert-77023, r=Mark-Simulacrum | bors | -24/+0 |
| 2020-10-10 | Re-enable test case | Dániel Buga | -2/+1 |
| 2020-10-10 | Apply suggestions from code review | Dániel Buga | -16/+22 |
| 2020-10-10 | Refactor path resolution and use Symbols instead of &str | Dániel Buga | -115/+136 |
| 2020-10-10 | Apply suggestions from code review | Dániel Buga | -16/+34 |
| 2020-10-10 | Clean up hard to follow control flow | Dániel Buga | -42/+45 |
| 2020-10-10 | Clean up check_full_res | Dániel Buga | -22/+13 |
| 2020-10-10 | Auto merge of #77336 - pietroalbini:pkgname, r=Mark-Simulacrum | bors | -111/+11 |
| 2020-10-09 | address review comments | Esteban Küber | -1/+71 |
| 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-10 | Revert "Assume slice len is bounded by allocation size" | Simonas Kazlauskas | -24/+0 |
| 2020-10-09 | Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>` | Esteban Küber | -0/+32 |
| 2020-10-09 | Suggest removing bounds even when potential typo | Esteban Küber | -1/+17 |
| 2020-10-09 | Tweak output and add test cases | Esteban Küber | -11/+171 |
| 2020-10-09 | Point out why a trait is expected on `Struct + 'lt` | Esteban Küber | -0/+6 |
| 2020-10-09 | Auto merge of #77276 - GuillaumeGomez:reexported-item-lints, r=jyn514,ollie27 | bors | -19/+95 |