| Age | Commit message (Expand) | Author | Lines |
| 2020-05-27 | Name `RegionKind::ReVar` lifetimes in diagnostics | Esteban Küber | -40/+50 |
| 2020-05-27 | Fix spacing of expected/found notes without a label | Esteban Küber | -76/+76 |
| 2020-05-27 | Fix incorrect comment in generator test | Jonas Schievink | -1/+1 |
| 2020-05-27 | Mark deduplicated errors as expected in gate test | LeSeulArtichaut | -0/+2 |
| 2020-05-27 | Add tests for packed borrows in unsafe fns | LeSeulArtichaut | -82/+140 |
| 2020-05-27 | Fix and bless tests | LeSeulArtichaut | -21/+168 |
| 2020-05-27 | Add more cases to the test | LeSeulArtichaut | -2/+28 |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -22/+50 |
| 2020-05-27 | Add tests | LeSeulArtichaut | -0/+82 |
| 2020-05-27 | expand unaligned_references test | Ralf Jung | -11/+34 |
| 2020-05-27 | improve diagnostics suggestion for missing `@` in slice id binding to rest p... | Chris Simpkins | -0/+22 |
| 2020-05-27 | Add -Z profile-emit=<path> for Gcov gcda output. | Ivan Lozano | -0/+3 |
| 2020-05-27 | Add test for {impl,declare}_lint_pass macros | flip1995 | -0/+26 |
| 2020-05-26 | expand `env!` with def-site context | Andy Russell | -0/+8 |
| 2020-05-27 | Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakis | Dylan DPC | -0/+57 |
| 2020-05-27 | Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebank | Dylan DPC | -0/+16 |
| 2020-05-26 | Auto merge of #72627 - Dylan-DPC:rollup-bavnoq5, r=Dylan-DPC | bors | -18/+252 |
| 2020-05-26 | improve error message for unexpected comma token in multiline block | Chris Simpkins | -0/+16 |
| 2020-05-26 | Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=dav... | Dylan DPC | -0/+12 |
| 2020-05-26 | Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddyb | Dylan DPC | -0/+24 |
| 2020-05-26 | Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkov | Dylan DPC | -0/+151 |
| 2020-05-26 | Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obk | Dylan DPC | -18/+65 |
| 2020-05-26 | Simplify suggestion | Stanislav Tkach | -12/+12 |
| 2020-05-26 | Don't bail out of trait selection when predicate references an error | Aaron Hill | -0/+50 |
| 2020-05-27 | Add test for #71042 | Yuki Okushi | -0/+17 |
| 2020-05-27 | Add test for #70121 | Yuki Okushi | -0/+23 |
| 2020-05-27 | Add test for #68532 | Yuki Okushi | -0/+13 |
| 2020-05-27 | Add test for #56445 | Yuki Okushi | -0/+26 |
| 2020-05-26 | Export ZERO_AR_DATE for macos linker invocations | Alex Crichton | -2/+1 |
| 2020-05-26 | Fix test | Amanieu d'Antras | -0/+11 |
| 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-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-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 |