| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJung | Dylan DPC | -0/+11 |
| 2020-05-29 | Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-05-29 | Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakis | Dylan DPC | -11/+34 |
| 2020-05-29 | Remove unused mut from long-linker-command-lines test | Tomasz Miąsko | -1/+1 |
| 2020-05-28 | Account for trailing comma when suggesting `where` clauses | Esteban Küber | -1/+1 |
| 2020-05-28 | Add test to make sure -Wunused-crate-dependencies works with tests | Jeremy Fitzhardinge | -0/+15 |
| 2020-05-28 | Fix ICE with explicit late-bound lifetimes | Nathan Corbyn | -0/+34 |
| 2020-05-28 | Account for `Self` as a type param | Esteban Küber | -0/+72 |
| 2020-05-28 | rustc_lint: Remove `unused_crate_dependencies` from the `unused` group | Vadim Petrochenkov | -0/+9 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -25/+30 |
| 2020-05-28 | mir: adjust conditional in recursion limit check | David Wood | -4/+48 |
| 2020-05-28 | Add test for #66930 | Yuki Okushi | -0/+11 |
| 2020-05-27 | review comments: change wording and visual output | Esteban Küber | -12/+10 |
| 2020-05-27 | Fix rebase | Esteban Küber | -8/+4 |
| 2020-05-27 | Add additional checks for isize overflow | Joe Richey | -2/+2 |
| 2020-05-27 | Modify wording | Esteban Küber | -9/+12 |
| 2020-05-27 | fix rebase | Esteban Küber | -6/+6 |
| 2020-05-27 | review comments | Esteban Küber | -6/+6 |
| 2020-05-27 | Tweak output for mismatched impl item | Esteban Küber | -43/+83 |
| 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 | Omit DW_AT_linkage_name when it is the same as DW_AT_name | Tomasz Miąsko | -0/+42 |
| 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 |