| Age | Commit message (Expand) | Author | Lines |
| 2020-06-11 | Make pretty printing `TyKind::Def` do something | Matthew Jasper | -1/+1 |
| 2020-06-11 | Check associated opaque types in check_opaque_types | Matthew Jasper | -27/+58 |
| 2020-06-11 | Rollup merge of #73219 - RalfJung:cargo-json, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2020-06-11 | Rollup merge of #73208 - qm3ster:patch-1, r=Amanieu | Dylan DPC | -1/+2 |
| 2020-06-11 | Rollup merge of #73183 - Manishearth:intra-doc-macro, r=GuillaumeGomez | Dylan DPC | -28/+134 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -34/+25 |
| 2020-06-11 | Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkov | Dylan DPC | -3/+27 |
| 2020-06-11 | Rollup merge of #73155 - marmeladema:save-analysis-various-fixes, r=Xanewok | Dylan DPC | -77/+142 |
| 2020-06-11 | Rollup merge of #73080 - ertos-rs:sean.wilson/devel/external_doc-ref-fix, r=o... | Dylan DPC | -1/+1 |
| 2020-06-11 | Rollup merge of #72976 - GuillaumeGomez:cleanup-e0642, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-11 | Rollup merge of #72941 - nagisa:ensure-stack-for-match, r=oli-obk | Dylan DPC | -23/+5233 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -245/+228 |
| 2020-06-11 | Auto merge of #71896 - spastorino:existential-assoc-types-variance, r=nikomat... | bors | -5/+52 |
| 2020-06-11 | Update src/libcore/num/mod.rs | Amanieu d'Antras | -2/+2 |
| 2020-06-11 | Auto merge of #73198 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-06-10 | Auto merge of #73206 - Dylan-DPC:rollup-rha9g8q, r=Dylan-DPC | bors | -313/+328 |
| 2020-06-10 | x.py: with --json-output, forward cargo's JSON | Ralf Jung | -1/+7 |
| 2020-06-10 | Add tests for macro@ and derive@ | Manish Goregaokar | -1/+7 |
| 2020-06-10 | Fix emcc failure for wasm32. | Eric Huss | -0/+3 |
| 2020-06-10 | Fix doctest template | Mihail Malo | -1/+2 |
| 2020-06-10 | Add tests for E0762 | Guillaume Gomez | -2/+4 |
| 2020-06-10 | Create new error code E0762 for unterminated char literals | Guillaume Gomez | -1/+23 |
| 2020-06-10 | Rollup merge of #73184 - mati865:fix-mingw-libs-order, r=petrochenkov | Dylan DPC | -1/+1 |
| 2020-06-10 | Rollup merge of #73157 - Aaron1011:where-oh-where-has-my-little-span-gone, r=... | Dylan DPC | -7/+68 |
| 2020-06-10 | Rollup merge of #73070 - ayazhafiz:i/72819, r=nikomatsakis | Dylan DPC | -0/+30 |
| 2020-06-10 | Rollup merge of #73023 - ayushmishra2005:remove_noisy_suggestion, r=davidtwco | Dylan DPC | -70/+28 |
| 2020-06-10 | Rollup merge of #73005 - Aaron1011:fix/error-overflow, r=estebank | Dylan DPC | -181/+55 |
| 2020-06-10 | Rollup merge of #72897 - lcnr:structurally-match-normalize, r=pnkfelix | Dylan DPC | -1/+27 |
| 2020-06-10 | Rollup merge of #72890 - davidtwco:issue-66202-normalize-and-transparent-impr... | Dylan DPC | -40/+105 |
| 2020-06-10 | Rollup merge of #72789 - petrochenkov:impcand, r=davidtwco | Dylan DPC | -13/+14 |
| 2020-06-10 | Don't print bang diagnostics for derives | Manish Goregaokar | -1/+7 |
| 2020-06-10 | Avoid collisions between traits and their derive macros | Manish Goregaokar | -4/+36 |
| 2020-06-09 | Update cargo | Eric Huss | -0/+0 |
| 2020-06-10 | Auto merge of #73190 - Dylan-DPC:rollup-9wbyh4y, r=Dylan-DPC | bors | -168/+171 |
| 2020-06-09 | Add test for proc macro resolution in intra doc links | Manish Goregaokar | -0/+47 |
| 2020-06-09 | intra-doc macro resolution should also handle proc macros | Manish Goregaokar | -24/+39 |
| 2020-06-10 | Rollup merge of #73149 - cuviper:awailable, r=steveklabnik | Dylan DPC | -2/+2 |
| 2020-06-10 | Rollup merge of #73148 - DarkEld3r:patch-1, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-06-10 | Rollup merge of #73133 - doctorn:unwind-mir-validation, r=jonas-schievink | Dylan DPC | -19/+48 |
| 2020-06-10 | Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPC | Dylan DPC | -1/+2 |
| 2020-06-10 | Rollup merge of #73122 - doctorn:issue-73116, r=varkor | Dylan DPC | -4/+30 |
| 2020-06-10 | Rollup merge of #73098 - jyn514:rustdoc-is-fake, r=GuillaumeGomez | Dylan DPC | -3/+8 |
| 2020-06-10 | Rollup merge of #72417 - nnethercote:rm-RawVec-reserve_in_place, r=Amanieu | Dylan DPC | -137/+79 |
| 2020-06-09 | save_analysis: fix enum reference to point to variant rather than constructor | marmeladema | -11/+7 |
| 2020-06-09 | save_analysis: improve pretty printing of enum | marmeladema | -5/+14 |
| 2020-06-09 | Reoder order in which MinGW libs are linked | Mateusz Mikuła | -1/+1 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -34/+25 |
| 2020-06-09 | Relate existential associated types with variance Invariant | Santiago Pastorino | -5/+52 |
| 2020-06-09 | Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy | Lzu Tao | -914/+3943 |
| 2020-06-09 | lint: transitive FFI-safety for transparent types | David Wood | -51/+69 |