| Age | Commit message (Expand) | Author | Lines |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -72/+69 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -6/+41 |
| 2020-10-13 | Auto merge of #77796 - jonas-schievink:switchint-refactor, r=oli-obk | bors | -206/+247 |
| 2020-10-12 | Auto merge of #77792 - matthewjasper:instrument-trait-selection, r=oli-obk | bors | -290/+166 |
| 2020-10-13 | Rollup merge of #77831 - LingMan:use_std, r=jonas-schievink | Yuki Okushi | -23/+10 |
| 2020-10-13 | Rollup merge of #77818 - bugadani:range, r=oli-obk | Yuki Okushi | -9/+9 |
| 2020-10-13 | Rollup merge of #77550 - lcnr:ty-dep-path-ct-cleanup, r=ecstatic-morse | Yuki Okushi | -33/+41 |
| 2020-10-12 | Auto merge of #77821 - tmiasko:discriminant-value-is-safe, r=jonas-schievink | bors | -15/+16 |
| 2020-10-12 | Fix -Clinker-plugin-lto with opt-levels s and z | Jonas Schievink | -3/+1 |
| 2020-10-11 | Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikic | bors | -195/+111 |
| 2020-10-11 | Simplify using is_ascii_alphabetic and is_ascii_alphanumeric | LingMan | -8/+2 |
| 2020-10-11 | Don't duplicate char::is_ascii_digit | LingMan | -15/+8 |
| 2020-10-11 | Auto merge of #77793 - tmiasko:no-op-discriminant, r=ecstatic-morse | bors | -1/+1 |
| 2020-10-11 | Use tracing spans in rustc_trait_selection | Matthew Jasper | -290/+166 |
| 2020-10-11 | Auto merge of #77565 - khyperia:codegen-backend-dep, r=ecstatic-morse | bors | -0/+4 |
| 2020-10-11 | Auto merge of #77774 - petrochenkov:floatuple, r=estebank | bors | -7/+33 |
| 2020-10-11 | Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasper | bors | -2/+45 |
| 2020-10-11 | Remove unnecessary unsafe block around calls to discriminant_value | Tomasz Miąsko | -15/+16 |
| 2020-10-11 | rustc_parse: More precise spans for `tuple.0.0` | Vadim Petrochenkov | -7/+33 |
| 2020-10-10 | Auto merge of #77087 - estebank:issue-45817, r=matthewjasper | bors | -16/+233 |
| 2020-10-11 | Use SmallVec in SwitchTargets | Jonas Schievink | -15/+14 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -5/+11 |
| 2020-10-10 | Use range instead of tuple of ints | Dániel Buga | -9/+9 |
| 2020-10-10 | Fix query docs | Camelid | -5/+11 |
| 2020-10-10 | Auto merge of #77798 - JohnTitor:rollup-82u711m, r=JohnTitor | bors | -38/+47 |
| 2020-10-11 | Rollup merge of #77782 - nhayama:fix-typo, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-10-11 | Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasper | Yuki Okushi | -17/+32 |
| 2020-10-11 | Rollup merge of #77629 - Julian-Wollersberger:recomputeRawStrError, r=varkor | Yuki Okushi | -20/+14 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -40/+48 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -205/+247 |
| 2020-10-10 | Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasper | bors | -668/+633 |
| 2020-10-10 | Fix typo in error code description | Naoki Hayama | -1/+1 |
| 2020-10-09 | address review comments | Esteban Küber | -8/+26 |
| 2020-10-10 | Recognize discriminant reads as no-ops in RemoveNoopLandingPads | Tomasz Miąsko | -1/+1 |
| 2020-10-09 | Add docstring | Esteban Küber | -0/+2 |
| 2020-10-09 | Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>` | Esteban Küber | -0/+129 |
| 2020-10-09 | Suggest removing bounds even when potential typo | Esteban Küber | -15/+21 |
| 2020-10-09 | Tweak output and add test cases | Esteban Küber | -5/+51 |
| 2020-10-09 | Point out why a trait is expected on `Struct + 'lt` | Esteban Küber | -1/+17 |
| 2020-10-09 | Revert calculate_dtor signature change | Dániel Buga | -4/+4 |
| 2020-10-09 | Reimplement for_each_relevant_impl on top of find_map... | Dániel Buga | -30/+17 |
| 2020-10-09 | Add find_map_relevant_impl | Dániel Buga | -17/+45 |
| 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 | -4/+4 |
| 2020-10-09 | Noticed a potential bug in `eat_while()`: it doesn't account for number of UT... | Julian Wollersberger | -20/+14 |
| 2020-10-09 | Auto merge of #77687 - est31:hash_shorter_path, r=davidtwco | bors | -6/+6 |
| 2020-10-09 | Auto merge of #77578 - euclio:max-suggestion, r=davidtwco | bors | -0/+25 |
| 2020-10-09 | Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink | bors | -4/+184 |
| 2020-10-08 | Auto merge of #77723 - jonas-schievink:rollup-htz44r4, r=jonas-schievink | bors | -3/+2 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -4/+184 |