| Age | Commit message (Expand) | Author | Lines |
| 2020-05-26 | Eagerly lower asm sub-expressions to HIR even if there is an error | Amanieu d'Antras | -0/+7 |
| 2020-05-26 | Update UI test | Guillaume Gomez | -2/+3 |
| 2020-05-26 | Add checks and tests for computing abs(offset_bytes) | Joe Richey | -1/+19 |
| 2020-05-26 | Auto merge of #72093 - jonas-schievink:unmut, r=oli-obk | bors | -2/+2 |
| 2020-05-26 | Properly encode AnonConst into crate metadata | Aaron Hill | -0/+23 |
| 2020-05-25 | Implement warning for unused dependencies. | Jeremy Fitzhardinge | -0/+151 |
| 2020-05-25 | Only capture tokens for items with outer attributes | Aaron Hill | -2/+2 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -5/+70 |
| 2020-05-26 | Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkov | bors | -0/+73 |
| 2020-05-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -0/+40 |
| 2020-05-25 | Rollup merge of #72061 - lcnr:const-inference-test, r=eddyb | Dylan DPC | -0/+70 |
| 2020-05-25 | miri_unleached: We now allow offset in const fn | Joe Richey | -25/+6 |
| 2020-05-25 | test/ui/consts: Add tests for const ptr offsets | Joe Richey | -0/+291 |
| 2020-05-26 | Allow unlabeled breaks from desugared `?` in labeled blocks | Samrat Man Singh | -0/+12 |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -2/+2 |
| 2020-05-25 | Auto merge of #72575 - Dylan-DPC:rollup-zo679hv, r=Dylan-DPC | bors | -0/+97 |
| 2020-05-25 | Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasper | Dylan DPC | -0/+40 |
| 2020-05-25 | Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelix | Dylan DPC | -0/+57 |
| 2020-05-25 | Fix bug in shebang handling | Russell Cohen | -0/+73 |
| 2020-05-25 | Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrum | bors | -18/+9 |
| 2020-05-25 | rename lint | Ralf Jung | -40/+40 |
| 2020-05-25 | more test ref-to-packed tests | Ralf Jung | -1/+19 |
| 2020-05-25 | remove some unused types from the tests | Ralf Jung | -25/+6 |
| 2020-05-25 | add a lint against references to packed fields | Ralf Jung | -0/+48 |
| 2020-05-25 | Add test for old compiler ICE when using `Borrow` | Ross MacArthur | -0/+57 |
| 2020-05-25 | Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper | bors | -17/+17 |
| 2020-05-24 | Fix trait alias inherent impl resolution | Matthew McAllister | -0/+33 |
| 2020-05-24 | Added a codegen test for a recent optimization for overflow-checks=on | Alex Gaynor | -0/+26 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+32 |
| 2020-05-24 | Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJung | bors | -2/+2 |
| 2020-05-24 | Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche... | Ralf Jung | -2/+2 |
| 2020-05-24 | Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJung | bors | -0/+30 |
| 2020-05-24 | Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkov | Ralf Jung | -0/+30 |
| 2020-05-24 | Added comment about static variables | Michal Sudwoj | -0/+1 |
| 2020-05-24 | Fixed tests | Michal Sudwoj | -69/+61 |
| 2020-05-24 | Minor fixes, as requested in PR review | Michal Sudwoj | -22/+53 |
| 2020-05-24 | NVPTX support for new asm! | Michal Sudwoj | -0/+109 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -883/+462 |
| 2020-05-24 | Clear MIR local type annotations after borrowck | Jonas Schievink | -17/+17 |
| 2020-05-24 | Properly handle InlineAsmOperand::SymFn when collecting monomorphized items | Amanieu d'Antras | -0/+38 |
| 2020-05-24 | Rollup merge of #72502 - RalfJung:generator-discr-ty, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-05-24 | Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=Amanieu | Dylan DPC | -0/+22 |
| 2020-05-24 | Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakis | Dylan DPC | -1/+16 |
| 2020-05-23 | Add missing ASM arena declaration to librustc_middle | Aaron Hill | -0/+22 |
| 2020-05-23 | Remove out-of-date comment | Nadrieril | -1/+0 |
| 2020-05-23 | Work around type normalization issues | Nadrieril | -0/+23 |
| 2020-05-23 | Rollup merge of #72492 - JohnTitor:add-tests, r=matthewjasper | Dylan DPC | -16/+46 |
| 2020-05-23 | bless mir-opt tests | Ralf Jung | -2/+2 |
| 2020-05-23 | Add test for #72455 | Yuki Okushi | -0/+27 |
| 2020-05-23 | Add test for #69415 | Yuki Okushi | -16/+19 |