| Age | Commit message (Expand) | Author | Lines |
| 2021-04-05 | Use DiagnosticInfo for anchor failure | Joshua Nelson | -5/+15 |
| 2021-04-05 | Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisa | Dylan DPC | -11/+20 |
| 2021-04-05 | Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomez | Dylan DPC | -0/+7 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -11/+20 |
| 2021-04-05 | Use more appropriate return type for `resolve_associated_item` | Joshua Nelson | -15/+46 |
| 2021-04-05 | Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514 | Dylan DPC | -0/+27 |
| 2021-04-05 | Rollup merge of #83863 - eggyal:issue-83852, r=jyn514 | Dylan DPC | -0/+10 |
| 2021-04-05 | Rollup merge of #83650 - tspiteri:source-serif-4, r=GuillaumeGomez | Dylan DPC | -7/+7 |
| 2021-04-05 | Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasper | Dylan DPC | -0/+31 |
| 2021-04-05 | change SourceSerifPro to SourceSerif4 in emit-shared-files test | Trevor Spiteri | -3/+3 |
| 2021-04-05 | Update Source Serif to release 4.004 | Trevor Spiteri | -4/+4 |
| 2021-04-05 | Fix bug where rustc_lint would not apply renamed tool lints | Joshua Nelson | -1/+26 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -8/+24 |
| 2021-04-05 | Remove 'unnecessary long for for link' warning | Joshua Nelson | -42/+22 |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -0/+14 |
| 2021-04-05 | Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r... | bors | -0/+39 |
| 2021-04-05 | Renamed test | Alan Egerton | -0/+0 |
| 2021-04-05 | Merge branch 'master' of github.com:rust-lang/rust into issue-83852 | Alan Egerton | -51/+51 |
| 2021-04-04 | Don't report disambiguator error if link would have been ignored | Camelid | -0/+27 |
| 2021-04-05 | Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisa | Dylan DPC | -0/+21 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -96/+1 |
| 2021-04-05 | Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simu... | Dylan DPC | -1848/+1596 |
| 2021-04-04 | Render destructured struct function param names as underscore. | Alan Egerton | -0/+10 |
| 2021-04-04 | Optimize PartialOrd le | AngelicosPhosphoros | -0/+39 |
| 2021-04-04 | Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakis | Dylan DPC | -51/+51 |
| 2021-04-04 | Allow clobbering unsupported registers in asm! | Amanieu d'Antras | -0/+21 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1848/+1596 |
| 2021-04-04 | Move a `unused_doc_comments ` test to the `unused` dir | Yuki Okushi | -0/+0 |
| 2021-04-04 | Trigger `unused_doc_comments` on macros at once | Yuki Okushi | -0/+48 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -96/+1 |
| 2021-04-03 | expand: Do not ICE when a legacy AST-based macro attribute produces and empty... | Vadim Petrochenkov | -0/+31 |
| 2021-04-03 | Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov | bors | -10/+28 |
| 2021-04-03 | Add a regression test for issue-51446 | Yuki Okushi | -0/+34 |
| 2021-04-03 | Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry | bors | -72/+107 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -72/+107 |
| 2021-04-02 | Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiasko | bors | -3/+2 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -51/+51 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -3/+2 |
| 2021-04-03 | Manually set dso_local when its valid to do so | Simonas Kazlauskas | -114/+163 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -10/+28 |
| 2021-04-02 | Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPC | bors | -27018/+933 |
| 2021-04-02 | Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakis | Dylan DPC | -108/+640 |
| 2021-04-02 | Rollup merge of #83755 - richkadel:cov-test-simplify, r=tmandry | Dylan DPC | -26664/+0 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -246/+246 |
| 2021-04-02 | Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum | Dylan DPC | -0/+47 |
| 2021-04-02 | Don't suggest dereferencing an `else if` expression | LeSeulArtichaut | -10/+0 |
| 2021-04-02 | Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk | bors | -158/+1870 |
| 2021-04-02 | Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakis | bors | -0/+84 |
| 2021-04-02 | Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitor | bors | -0/+52 |
| 2021-04-02 | Rollup merge of #83754 - GuillaumeGomez:search-tab-behaviour, r=jyn514 | Yuki Okushi | -0/+21 |