| Age | Commit message (Expand) | Author | Lines |
| 2020-08-16 | Auto merge of #75536 - estebank:e0255-suggestion, r=varkor | bors | -139/+295 |
| 2020-08-15 | Auto merge of #75575 - marmeladema:only-measure-drop-ast, r=eddyb | bors | -2/+4 |
| 2020-08-16 | Only measure time spent dropping the AST | marmeladema | -2/+4 |
| 2020-08-15 | Auto merge of #75514 - gdhuper:gdhuper/replace_log_with_tracing, r=davidtwco | bors | -104/+109 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -104/+109 |
| 2020-08-15 | Auto merge of #75560 - Mark-Simulacrum:rustc-docs, r=matthiaskrgr | bors | -0/+2 |
| 2020-08-15 | Auto merge of #75483 - mati865:mingw-lld-flags, r=petrochenkov | bors | -67/+71 |
| 2020-08-15 | Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obk | bors | -63/+649 |
| 2020-08-15 | Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk | bors | -7/+19 |
| 2020-08-15 | Add rustc-docs as a component | Mark Rousskov | -0/+2 |
| 2020-08-15 | Auto merge of #75518 - davidtwco:issue-75326-polymorphization-symbol-mangling... | bors | -31/+189 |
| 2020-08-15 | Auto merge of #75539 - ehuss:fix-crate-version-rustdoc-bootstrap, r=Mark-Simu... | bors | -11/+7 |
| 2020-08-14 | Deal with spaces in the rust version. | Eric Huss | -3/+7 |
| 2020-08-14 | Rollup merge of #75513 - estebank:confused-parser, r=davidtwco | Tyler Mandry | -18/+4 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -237/+241 |
| 2020-08-14 | Rollup merge of #75376 - tmiasko:cmake-system-name, r=Mark-Simulacrum | Tyler Mandry | -8/+16 |
| 2020-08-15 | Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obk | bors | -2343/+2139 |
| 2020-08-15 | MatchBranchSimplification: avoid intermediate vec allocation | Tomasz Miąsko | -38/+46 |
| 2020-08-15 | MatchBranchSimplification: fix equal const bool assignments | Tomasz Miąsko | -59/+447 |
| 2020-08-14 | polymorphize: `I` used if `T` used in `I: Foo<T>` | David Wood | -31/+189 |
| 2020-08-14 | Fix crate-version with rustdoc in bootstrap. | Eric Huss | -9/+1 |
| 2020-08-14 | Rollup merge of #75517 - RalfJung:promo-intern-comments, r=oli-obk | Tyler Mandry | -2/+9 |
| 2020-08-14 | Rollup merge of #75511 - estebank:elide-trait-object-lt-error, r=lcnr | Tyler Mandry | -67/+37 |
| 2020-08-14 | Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnr | Tyler Mandry | -35/+148 |
| 2020-08-14 | Rollup merge of #75482 - GuillaumeGomez:cleanup-e0752, r=pickfire | Tyler Mandry | -5/+13 |
| 2020-08-14 | MatchBranchSimplification: copy discriminant instead of moving it | Tomasz Miąsko | -3/+3 |
| 2020-08-14 | MatchBranchSimplification: optimize when switching on copy operand | Tomasz Miąsko | -1/+1 |
| 2020-08-14 | Tweak output of E0225 | Esteban Küber | -139/+295 |
| 2020-08-14 | review comment: suggestion message wording | Esteban Küber | -3/+4 |
| 2020-08-14 | Fix rustc_serialize unit tests | Matthew Jasper | -23/+33 |
| 2020-08-14 | Fix rustc_ast unit test | Matthew Jasper | -1/+4 |
| 2020-08-14 | Fix run-make test | Matthew Jasper | -56/+60 |
| 2020-08-14 | Fix ui fulldeps tests | Matthew Jasper | -88/+75 |
| 2020-08-14 | Fix tests and address review comments | Matthew Jasper | -202/+47 |
| 2020-08-14 | Add some documentation for (De|En)codable | Matthew Jasper | -0/+33 |
| 2020-08-14 | Simplify arena_types macros | Matthew Jasper | -112/+65 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -1937/+1898 |
| 2020-08-14 | Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel | bors | -39/+161 |
| 2020-08-14 | add a FIXME concerning interning of promoteds | Ralf Jung | -0/+6 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -39/+161 |
| 2020-08-14 | Auto merge of #75503 - JulianKnodt:opt_opt, r=oli-obk | bors | -93/+72 |
| 2020-08-14 | answer an old question re: intern kinds | Ralf Jung | -1/+2 |
| 2020-08-14 | mention 'lifetime extension' in promotion doc comments | Ralf Jung | -1/+1 |
| 2020-08-14 | Rm allocation in uninhabited_enum_branching | kadmin | -53/+33 |
| 2020-08-14 | Auto merge of #73383 - ecstatic-morse:test-unoptimized-std, r=Mark-Simulacrum | bors | -2/+12 |
| 2020-08-13 | Recover gracefully from `struct ` parse errors | Esteban Küber | -18/+4 |
| 2020-08-13 | Do not emit E0228 when it is implied by E0106 | Esteban Küber | -67/+37 |
| 2020-08-14 | Add fix | kadmin | -10/+179 |
| 2020-08-13 | Suggest adding `&self` when accessing `self` in static assoc `fn` | Esteban Küber | -41/+98 |
| 2020-08-13 | Rollup merge of #75500 - glandium:arm64-mac-zlib, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |