| Age | Commit message (Expand) | Author | Lines |
| 2020-11-02 | Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011 | Yuki Okushi | -55/+25 |
| 2020-11-01 | Document -Zinstrument-coverage | Rich Kadel | -0/+160 |
| 2020-11-01 | Corrected suggestion for generic parameters in `function_item_references` lint | Ayrton | -31/+75 |
| 2020-11-01 | Add delay_span_bug to no longer ICE | kadmin | -0/+16 |
| 2020-11-01 | Improve code in unindent_comment a bit more | Guillaume Gomez | -21/+22 |
| 2020-11-01 | Add test for #[deprecated] attribute on trait impl block. | Mara Bos | -1/+18 |
| 2020-11-01 | Use the right span for errors about #[deprecated] attributes. | Mara Bos | -14/+26 |
| 2020-11-02 | reverse binding order in matches ... | Vishnunarayan K I | -708/+627 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -9/+201 |
| 2020-11-01 | Auto merge of #78553 - Nadrieril:fix-78549, r=varkor | bors | -6/+31 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -22/+69 |
| 2020-11-01 | Fix #78549 | Nadrieril | -6/+31 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -55/+25 |
| 2020-10-31 | Assert that locals have storage when used | Tomasz Miąsko | -0/+3 |
| 2020-10-31 | Implement field_reassign_with_default | Henri Lunnikivi | -1/+8 |
| 2020-10-31 | Rollup merge of #78550 - jyn514:setup, r=Mark-Simulacrum | Mara Bos | -1/+1 |
| 2020-10-31 | Rollup merge of #78526 - Aaron1011:fix/assoc-tokens, r=estebank | Mara Bos | -0/+34 |
| 2020-10-30 | Update Clippy path to `Lint` | Aaron Hill | -1/+1 |
| 2020-10-31 | Auto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC | bors | -0/+60 |
| 2020-10-30 | Always pass `-Z future-incompat-report` to UI tests | Aaron Hill | -28/+27 |
| 2020-10-30 | Don't display empty future-compat report | Aaron Hill | -16/+21 |
| 2020-10-30 | Update into-iter-on-arrays test to check future-incompat-report | Aaron Hill | -12/+165 |
| 2020-10-30 | Only error on unfixed diagnostics | Aaron Hill | -1/+3 |
| 2020-10-30 | Strip out non-diagnostic lines from rustfix input | Aaron Hill | -7/+20 |
| 2020-10-30 | Print future breakage report | Aaron Hill | -6/+9 |
| 2020-10-30 | Some work | Aaron Hill | -14/+31 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -4/+6 |
| 2020-10-30 | Rename single_char_push_str to single_char_add_str | Eduardo Broto | -6/+6 |
| 2020-10-30 | Pull theme picker keyboard code into main.js | Michael Howell | -51/+59 |
| 2020-10-30 | Add comment describing the Escape key weirdness | Michael Howell | -2/+8 |
| 2020-10-30 | Add aria roles for theme picker menu | Michael Howell | -2/+2 |
| 2020-10-30 | Allow the theme picker to work with arrow keys | Michael Howell | -2/+46 |
| 2020-10-30 | Close the theme picker when Escape is pressed | Michael Howell | -8/+2 |
| 2020-10-30 | Fix various Chalk lowering bugs | Matthew Jasper | -0/+33 |
| 2020-10-30 | Use check-pass instead of build-pass in regions ui test suite | Daiki Ihara | -18/+18 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -2/+2 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in clippy | LeSeulArtichaut | -4/+6 |
| 2020-10-30 | Enable LLVM Polly via llvm-args. | Joseph Rafael Ferrer | -0/+8 |
| 2020-10-30 | Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitor | bors | -21/+33 |
| 2020-10-30 | Rollup merge of #78545 - jackh726:anonymous, r=oli-obk | Yuki Okushi | -16/+16 |
| 2020-10-30 | Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 | Yuki Okushi | -1/+7 |
| 2020-10-30 | Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnay | Yuki Okushi | -4/+10 |
| 2020-10-30 | Add regression test | kadmin | -0/+60 |
| 2020-10-30 | Auto merge of #78393 - SNCPlay42:match-if-guard, r=tmandry | bors | -1/+20 |
| 2020-10-30 | Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis | bors | -0/+45 |
| 2020-10-29 | Create config.toml in the current directory, not the top-level directory | Joshua Nelson | -1/+1 |
| 2020-10-30 | Auto merge of #78540 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2020-10-30 | Add a test for compiletest rustc-env & unset-rustc-env directives | Tomasz Miąsko | -0/+27 |
| 2020-10-30 | Move compiletest meta tests to a separate directory | Tomasz Miąsko | -3/+3 |