| Age | Commit message (Expand) | Author | Lines |
| 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 | Replace unecessary calls to `.clone()` by argument binding pattern for `Copy`... | marmeladema | -11/+11 |
| 2020-05-21 | Use `collect()` instead of manually inserting elements into maps | marmeladema | -46/+42 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::extern_crate_map` instead of `NodeId` | marmeladema | -10/+18 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::glob_map` instead of `NodeId` | marmeladema | -9/+14 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::maybe_unused_extern_crates` instead of `NodeId` | marmeladema | -9/+14 |
| 2020-05-21 | Use `LocalDefId` in `ResolverOutputs::maybe_unused_trait_imports` instead of ... | marmeladema | -9/+15 |
| 2020-05-21 | Use `HirId` in `ResolverOutputs::export_map` instead of `NodeId` | marmeladema | -14/+27 |
| 2020-05-21 | Use `HirId` in value of `ResolverOutputs::trait_map` instead of `NodeId` | marmeladema | -8/+18 |
| 2020-05-21 | Use `HirId` as key for `ResolverOutputs::trait_map` instead of `NodeId` | marmeladema | -7/+23 |
| 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 |
| 2020-05-21 | Fix anchor display when hovering impl | Guillaume Gomez | -1/+1 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -48/+350 |
| 2020-05-20 | Bail out if new return place has different type than old | Dylan MacKenzie | -1/+12 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -139/+450 |
| 2020-05-21 | Comment flock usage on Linux | Gary Guo | -0/+5 |
| 2020-05-20 | Move the target libLLVM to llvm-tools-preview | Josh Stone | -20/+30 |
| 2020-05-20 | Auto merge of #67759 - nikic:llvm-10, r=Mark-Simulacrum | bors | -0/+4 |
| 2020-05-20 | Add regression test for #72394 | Dylan MacKenzie | -0/+24 |
| 2020-05-20 | Use `is_const_fn_raw` when unsafety checking | Dylan MacKenzie | -2/+2 |
| 2020-05-20 | Add fast-path optimization for Ipv4Addr::fmt | Nathan West | -9/+16 |
| 2020-05-20 | llvm: Expose tiny code model to users | Vadim Petrochenkov | -3/+3 |
| 2020-05-20 | Fix tests | Aaron Hill | -3/+10 |
| 2020-05-20 | Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPC | bors | -106/+415 |
| 2020-05-20 | Eliminate some `Option<NativeLibKind>`s | Vadim Petrochenkov | -34/+33 |
| 2020-05-20 | Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified` | Vadim Petrochenkov | -9/+17 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -122/+117 |
| 2020-05-20 | rustc_target: Avoid an inappropriate use of `post_link_objects` | Vadim Petrochenkov | -3/+5 |
| 2020-05-20 | Set CMAKE_CXX_STANDARD when compiling LLD | Nikita Popov | -0/+4 |
| 2020-05-20 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2020-05-20 | Auto merge of #72384 - mati865:ci-fix, r=pietroalbini | bors | -3/+11 |
| 2020-05-20 | Workaround MSYS2/chocolatey issue again | Mateusz MikuĊa | -3/+11 |
| 2020-05-20 | Suggest installing VS Build Tools in more situations | Chris Denton | -0/+49 |