| Age | Commit message (Expand) | Author | Lines |
| 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 | New lint: result-unit-err | Andre Bogus | -0/+7 |
| 2020-10-11 | bootstrap: only use compiler-builtins-c if they exist | George Burgess IV | -5/+5 |
| 2020-10-11 | Don't link to nightly primitives on stable channel | Joshua Nelson | -3/+8 |
| 2020-10-11 | `min_const_generics` diagnostics improvements | Ethan Brierley | -174/+174 |
| 2020-10-11 | Add hack to keep `actix-web` and `actori-web` compiling | Aaron Hill | -0/+60 |
| 2020-10-11 | Allow skipping extra paren insertion during AST pretty-printing | Aaron Hill | -0/+160 |
| 2020-10-11 | Merge remote-tracking branch 'upstream/master' into rustup | Eduardo Broto | -0/+7 |
| 2020-10-11 | Make some functions private that don't need to be public | Joshua Nelson | -2/+2 |
| 2020-10-11 | Move `PartialOrd` impl out of rustc | Joshua Nelson | -6/+6 |
| 2020-10-11 | Remove unnecessary Clean impl | Joshua Nelson | -24/+18 |
| 2020-10-11 | Switch rustdoc from `clean::Stability` to `rustc_attr::Stability` | Joshua Nelson | -58/+44 |
| 2020-10-11 | traits diagnostics: Don't print closure/generator upvar_tys tuple | Aman Arora | -12/+0 |
| 2020-10-11 | Always return tupled_upvar_tys for Closure/Generator consituent tys | Aman Arora | -0/+5 |
| 2020-10-11 | Replace tuple of infer vars for upvar_tys with single infer var | Roxane | -15/+22 |
| 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 | -2/+2 |
| 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 | Fix hotplug_codegen_backend test | bjorn3 | -32/+26 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -1/+0 |
| 2020-10-10 | Auto merge of #77771 - nagisa:revert-77023, r=Mark-Simulacrum | bors | -24/+0 |
| 2020-10-10 | Mention rustdoc in `x.py setup` | Joshua Nelson | -2/+2 |
| 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 | BTreeMap: fix gdb introspection of BTreeMap with ZST keys or values | Stein Somers | -36/+43 |
| 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-10 | Allow setting up git hooks from other worktrees | Joshua Nelson | -3/+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-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 |