| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | Bail out if `output_ty` has bound variables | Dylan MacKenzie | -5/+9 |
| 2020-05-22 | Document invariants of `mk_trait_obligation_with_new_self_ty` | Dylan MacKenzie | -0/+4 |
| 2020-05-22 | Ensure that `new_self_ty` has no escaping bound vars | Dylan MacKenzie | -0/+2 |
| 2020-05-22 | Bless other example of #71394 | Dylan MacKenzie | -1/+0 |
| 2020-05-22 | Add regression test for #71394 | Dylan MacKenzie | -0/+16 |
| 2020-05-22 | Preserve substitutions when trying to prove trait obligation | Dylan MacKenzie | -33/+35 |
| 2020-05-22 | Rollup merge of #72435 - petrochenkov:cratetypesopt, r=Mark-Simulacrum | Ralf Jung | -47/+12 |
| 2020-05-22 | Rollup merge of #72399 - Lucretiel:ipv4-display-fast, r=kennytm | Ralf Jung | -9/+16 |
| 2020-05-22 | Rollup merge of #72376 - wesleywiser:record_cgu_name, r=Mark-Simulacrum | Ralf Jung | -1/+1 |
| 2020-05-22 | Rollup merge of #72345 - GuillaumeGomez:cleanup-e0593, r=Dylan-DPC | Ralf Jung | -0/+11 |
| 2020-05-22 | Rollup merge of #72235 - GuillaumeGomez:cleanup-E0590, r=Dylan-DPC | Ralf Jung | -3/+7 |
| 2020-05-22 | Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler | Ralf Jung | -6/+2 |
| 2020-05-22 | Rollup merge of #71829 - kper:issue71136, r=matthewjasper | Ralf Jung | -6/+40 |
| 2020-05-22 | Clean up E0590 explanation | Guillaume Gomez | -3/+7 |
| 2020-05-22 | Auto merge of #72460 - RalfJung:rollup-28fs06y, r=RalfJung | bors | -54/+252 |
| 2020-05-22 | Rollup merge of #72325 - alexcrichton:ignore-linker-plugin-lto, r=nnethercote | Ralf Jung | -1/+15 |
| 2020-05-22 | Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkov | Ralf Jung | -4/+113 |
| 2020-05-22 | Rollup merge of #72161 - nbdd0121:master, r=cuviper | Ralf Jung | -24/+57 |
| 2020-05-22 | Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung | Ralf Jung | -25/+67 |
| 2020-05-22 | Using `!span.from_expansion()` instead of snippets | Kevin Per | -25/+1 |
| 2020-05-22 | Auto merge of #72458 - RalfJung:rollup-g1w1vws, r=RalfJung | bors | -131/+171 |
| 2020-05-22 | Rollup merge of #72438 - vertexclique:vcq/aarch64-tme-features, r=Amanieu | Ralf Jung | -0/+2 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -125/+127 |
| 2020-05-22 | Rollup merge of #72304 - petrochenkov:sgxunwind, r=nikomatsakis,jethrogb,ding... | Ralf Jung | -3/+5 |
| 2020-05-22 | Rollup merge of #72133 - bdbai:master, r=joshtriplett | Ralf Jung | -0/+32 |
| 2020-05-22 | Rollup merge of #72125 - tshepang:broken-link, r=nikomatsakis | Ralf Jung | -1/+1 |
| 2020-05-22 | Rollup merge of #71607 - RalfJung:pin-drop-panic, r=nikomatsakis | Ralf Jung | -2/+4 |
| 2020-05-22 | Auto merge of #72000 - cuviper:dist-llvm, r=Mark-Simulacrum | bors | -20/+30 |
| 2020-05-22 | Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma... | bors | -372/+254 |
| 2020-05-21 | Auto merge of #72433 - RalfJung:rollup-srft8nx, r=RalfJung | bors | -680/+939 |
| 2020-05-21 | Enable ARM TME (Transactional Memory Extensions) | Mahmut Bulut | -0/+2 |
| 2020-05-21 | Rollup merge of #72425 - RalfJung:discr-sign-ext, r=nikomatsakis | Ralf Jung | -1/+4 |
| 2020-05-21 | Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison | Ralf Jung | -1/+1 |
| 2020-05-21 | Rollup merge of #72350 - danielhenrymantilla:doc_warn_against_adjacent_slice_... | Ralf Jung | -1/+30 |
| 2020-05-21 | Rollup merge of #72347 - xliiv:72340-impl-for-default, r=GuillaumeGomez | Ralf Jung | -26/+54 |
| 2020-05-21 | Rollup merge of #72149 - estebank:icemation, r=eddyb | Ralf Jung | -17/+54 |
| 2020-05-21 | Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis | Ralf Jung | -634/+796 |
| 2020-05-21 | rustllvm: Fix warnings about unused function parameters | Vadim Petrochenkov | -47/+12 |
| 2020-05-21 | Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkor | bors | -260/+427 |
| 2020-05-21 | Typo | Ralf Jung | -1/+1 |
| 2020-05-21 | Improve documentation of `slice::from_raw_parts` | Daniel Henry-Mantilla | -1/+30 |
| 2020-05-21 | Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu | bors | -0/+265 |
| 2020-05-21 | fix discriminant sign extension | Ralf Jung | -1/+4 |
| 2020-05-21 | Rollup merge of #72397 - petrochenkov:tiny, r=Amanieu | Ralf Jung | -3/+3 |
| 2020-05-21 | Rollup merge of #72371 - Elrendio:char_documentation, r=steveklabnik | Ralf Jung | -2/+4 |
| 2020-05-21 | Rollup merge of #72365 - marmeladema:remove-node_to_hir_id, r=ecstatic-morse | Ralf Jung | -5/+0 |
| 2020-05-21 | Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov | Ralf Jung | -0/+49 |
| 2020-05-21 | Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou... | Ralf Jung | -0/+6 |
| 2020-05-21 | Rollup merge of #72111 - petrochenkov:docstrip, r=ehuss | Ralf Jung | -0/+17 |
| 2020-05-21 | Rollup merge of #71854 - eduardosm:assoc-char-funcs-and-consts, r=Amanieu | Ralf Jung | -2/+239 |