| Age | Commit message (Expand) | Author | Lines |
| 2020-05-21 | Auto merge of #72433 - RalfJung:rollup-srft8nx, r=RalfJung | bors | -680/+939 |
| 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 | 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 |
| 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-20 | Auto merge of #67759 - nikic:llvm-10, r=Mark-Simulacrum | bors | -0/+4 |
| 2020-05-20 | llvm: Expose tiny code model to users | Vadim Petrochenkov | -3/+3 |
| 2020-05-20 | Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPC | bors | -106/+415 |
| 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 |
| 2020-05-20 | ptr eq for `Predicate` | Bastian Kauschke | -6/+15 |
| 2020-05-20 | change `Predicate::kind` to return a reference | Bastian Kauschke | -67/+66 |
| 2020-05-20 | intern `PredicateKind` | Bastian Kauschke | -14/+35 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -245/+345 |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -92/+102 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -383/+406 |
| 2020-05-20 | Rollup merge of #72366 - nnethercote:tiny-vecs-are-dumb-followup, r=Amanieu | Dylan DPC | -4/+3 |
| 2020-05-20 | Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-Simulacrum | Dylan DPC | -4/+0 |
| 2020-05-20 | Rollup merge of #72361 - golddranks:split_inclusive_add_tracking_issue, r=she... | Dylan DPC | -20/+20 |
| 2020-05-20 | Rollup merge of #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morse | Dylan DPC | -11/+7 |
| 2020-05-20 | Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviper | Dylan DPC | -44/+199 |
| 2020-05-20 | Rollup merge of #71863 - mibac138:self-import, r=estebank | Dylan DPC | -23/+186 |
| 2020-05-20 | FIX - Char documentation for unexperienced users | Elrendio | -2/+4 |
| 2020-05-20 | Auto merge of #71923 - csmoe:issue-70818, r=tmandry | bors | -108/+167 |
| 2020-05-20 | Auto merge of #71769 - petrochenkov:crto, r=cuviper | bors | -152/+405 |
| 2020-05-20 | Auto merge of #72339 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-05-20 | Adjust the zero check in `RawVec::grow`. | Nicholas Nethercote | -4/+3 |
| 2020-05-20 | Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable book | Matthias Schiffer | -0/+98 |
| 2020-05-20 | Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+105 |