| Age | Commit message (Expand) | Author | Lines |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -41/+31 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -41/+31 |
| 2021-04-06 | Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwco | Yuki Okushi | -0/+31 |
| 2021-04-06 | Rollup merge of #83734 - JohnTitor:issue-83621, r=davidtwco | Yuki Okushi | -0/+16 |
| 2021-04-06 | Rollup merge of #83489 - LeSeulArtichaut:deref-else, r=davidtwco | Yuki Okushi | -1/+64 |
| 2021-04-05 | Auto merge of #83406 - b-naber:issue-83510, r=lcnr | bors | -0/+19 |
| 2021-04-05 | Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisa | Dylan DPC | -7/+15 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -7/+15 |
| 2021-04-05 | Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasper | Dylan DPC | -0/+31 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -74/+0 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1276/+1132 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -74/+0 |
| 2021-04-03 | expand: Do not ICE when a legacy AST-based macro attribute produces and empty... | Vadim Petrochenkov | -0/+31 |
| 2021-04-02 | Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiasko | bors | -3/+2 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -3/+2 |
| 2021-04-02 | Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPC | bors | -354/+886 |
| 2021-04-02 | Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakis | Dylan DPC | -108/+640 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -246/+246 |
| 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/+31 |
| 2021-04-02 | Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakis | Yuki Okushi | -0/+31 |
| 2021-04-02 | Add additional test | LeSeulArtichaut | -1/+38 |
| 2021-04-02 | Address review comments | mibac138 | -1/+18 |
| 2021-04-02 | Properly suggest deref in else block | mibac138 | -1/+20 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -3/+3 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -16/+16 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -37/+70 |
| 2021-04-01 | Make the diagnostic message more readable | Aman Arora | -54/+54 |
| 2021-04-01 | Don't introduce a block if a block exists | Aman Arora | -59/+177 |
| 2021-04-02 | address comments | hi-rustin | -12/+12 |
| 2021-04-01 | Update test cases | Aman Arora | -108/+522 |
| 2021-04-01 | Add a test that triggers the out-of-bounds ICE. | Midas Lambrichts | -0/+31 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -9/+9 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+84 |
| 2021-04-01 | Limit the problematic tests to x86_64. | Hameer Abbasi | -63/+2 |
| 2021-04-01 | Catch a bad placeholder type error for statics in `extern`s | Yuki Okushi | -0/+16 |
| 2021-04-01 | Rollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPC | Dylan DPC | -0/+32 |
| 2021-04-01 | Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011 | Dylan DPC | -0/+39 |
| 2021-03-31 | prevent very long compilation runtimes in LateBoundRegionNameCollector | b-naber | -0/+19 |
| 2021-03-31 | Fix tests and AstConv -> dyn AstConv | Jack Huey | -20/+19 |
| 2021-03-31 | Fmt and test revert | Jack Huey | -32/+31 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -17/+90 |
| 2021-03-31 | Track bound vars | Jack Huey | -36/+57 |
| 2021-03-31 | Revert tests | Oli Scherer | -12/+9 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -22/+14 |
| 2021-03-31 | Add a regression test for issue-68830 | JohnTitor | -0/+32 |
| 2021-03-31 | Add 32bit.stderr files. | Hameer Abbasi | -1/+1443 |
| 2021-03-31 | Rename stderr->64bit.stderr where needed. | Hameer Abbasi | -155/+178 |