| Age | Commit message (Expand) | Author | Lines |
| 2020-04-22 | Auto merge of #71374 - nnethercote:alphabetize-C-and-Z-options, r=petrochenkov | bors | -729/+700 |
| 2020-04-22 | Fix compiletest version-parsing tests | Tom Tromey | -2/+2 |
| 2020-04-22 | Let compiletest recognize gdb 10.x | Tom Tromey | -3/+19 |
| 2020-04-22 | Fix new tidy checks | Guillaume Gomez | -69/+157 |
| 2020-04-22 | Add checks to ensure that explanations have code examples using the error cod... | Guillaume Gomez | -15/+74 |
| 2020-04-22 | Use macros for option tests. | Nicholas Nethercote | -520/+177 |
| 2020-04-22 | Add all the missing option tests. | Nicholas Nethercote | -15/+273 |
| 2020-04-22 | Alphabetize the `-C` and `-Z` options. | Nicholas Nethercote | -562/+618 |
| 2020-04-22 | Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPC | bors | -103/+296 |
| 2020-04-22 | comment explaining force_align usage | Ralf Jung | -0/+3 |
| 2020-04-22 | Rollup merge of #71414 - phansch:more-diagnostic-items, r=Manishearth | Dylan DPC | -0/+5 |
| 2020-04-22 | Rollup merge of #71412 - dtolnay:uselessdoc, r=Manishearth | Dylan DPC | -3/+3 |
| 2020-04-22 | Rollup merge of #71337 - Valloric:rustdoc-check-pass, r=GuillaumeGomez | Dylan DPC | -19/+19 |
| 2020-04-22 | Rollup merge of #71214 - GuillaumeGomez:add-error-code-inner-doc-error, r=Dyl... | Dylan DPC | -5/+45 |
| 2020-04-22 | Rollup merge of #71203 - csmoe:issue-71137, r=csmoe | Dylan DPC | -9/+68 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -67/+156 |
| 2020-04-22 | Update UI tests | Guillaume Gomez | -2/+4 |
| 2020-04-22 | Add error code to inner doc comment attribute error | Guillaume Gomez | -3/+41 |
| 2020-04-22 | add message for resolution failure because wrong namespace | YI | -45/+95 |
| 2020-04-22 | Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichton | bors | -7/+60 |
| 2020-04-22 | More diagnostic items for Clippy usage | Philipp Hansch | -0/+5 |
| 2020-04-22 | Build libstd with `-Cbitcode-in-rlib=yes`. | Nicholas Nethercote | -5/+17 |
| 2020-04-22 | Add a simple test. | Nicholas Nethercote | -0/+5 |
| 2020-04-22 | Add a new option `-Cbitcode-in-rlib`. | Nicholas Nethercote | -1/+38 |
| 2020-04-22 | Remove an old in-progress comment from a previous PR. | Nicholas Nethercote | -1/+0 |
| 2020-04-21 | Clarify unused_doc_comments note on macro invocations | David Tolnay | -3/+3 |
| 2020-04-21 | Lint for holding locks across await points | Andy Weiss | -0/+7 |
| 2020-04-22 | Auto merge of #71410 - JohnTitor:rollup-vh6dut5, r=JohnTitor | bors | -309/+209 |
| 2020-04-22 | add test for correct await span | csmoe | -12/+62 |
| 2020-04-22 | Rollup merge of #71399 - rust-lang:cleanup-e0554, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-04-22 | Rollup merge of #71390 - aticu:master, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-04-22 | Rollup merge of #71384 - RalfJung:RalfJung-patch-1, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-04-22 | Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank | Yuki Okushi | -1/+24 |
| 2020-04-22 | Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnay | Yuki Okushi | -28/+21 |
| 2020-04-22 | Rollup merge of #71236 - sinkuu:cleanup, r=nikomatsakis | Yuki Okushi | -222/+0 |
| 2020-04-22 | Rollup merge of #70998 - estebank:suggest-impl-trait-empty-fn, r=varkor | Yuki Okushi | -55/+161 |
| 2020-04-21 | accept cfg_if suggestion | Cameron Taggart | -17/+7 |
| 2020-04-21 | Don't fuse Chain in its second iterator | Josh Stone | -35/+62 |
| 2020-04-21 | Update cargo, rls | Eric Huss | -0/+0 |
| 2020-04-21 | visit_place_base is just visit_local | Santiago Pastorino | -25/+10 |
| 2020-04-21 | proc_macro::is_available() | David Tolnay | -0/+56 |
| 2020-04-21 | Clean up E0554 explanation | Guillaume Gomez | -1/+1 |
| 2020-04-21 | use cfg_if! and use FileSerializationSink for wasi | Cameron Taggart | -38/+56 |
| 2020-04-21 | Improve E0308 error message wording again | DeeDeeG | -45/+36 |
| 2020-04-21 | Minor refactoring | Ayush Kumar Mishra | -1/+1 |
| 2020-04-21 | Assign correct span to new illegal ops | Dylan MacKenzie | -11/+14 |
| 2020-04-21 | Fix incorrect description of E0690 | aticu | -1/+1 |
| 2020-04-21 | Added proper explanation error code E0696 | pankajchaudhary5 | -2/+52 |
| 2020-04-21 | Fix stage0.txt version number comment | Ralf Jung | -1/+1 |
| 2020-04-21 | Fix formatting issue | Ayush Kumar Mishra | -1/+0 |