| Age | Commit message (Expand) | Author | Lines |
| 2020-05-20 | note for `ty::Error`. | Bastian Kauschke | -7/+14 |
| 2020-05-20 | exhaustively match during structural match checking | Bastian Kauschke | -3/+37 |
| 2020-05-20 | Auto merge of #71769 - petrochenkov:crto, r=cuviper | bors | -152/+405 |
| 2020-05-19 | Resolve overflow behavior for RangeFrom | CAD97 | -13/+11 |
| 2020-05-20 | Auto merge of #72339 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-05-20 | Use fcntl-based file lock for non-Linux unix | Gary Guo | -10/+67 |
| 2020-05-19 | Document why we don't look at storage liveness | Dylan MacKenzie | -0/+9 |
| 2020-05-19 | Document assumptions made in generator transform for analyses | Dylan MacKenzie | -0/+6 |
| 2020-05-19 | Look for storage conflicts before terminator effect | Dylan MacKenzie | -5/+6 |
| 2020-05-19 | Add comment for strange conditional | Dylan MacKenzie | -0/+1 |
| 2020-05-19 | Add comment explaining the extra `record_conflicts` | Dylan MacKenzie | -0/+4 |
| 2020-05-19 | Remove `MaybeRequiresStorage` | Dylan MacKenzie | -234/+2 |
| 2020-05-19 | Update tests with new generator sizes | Dylan MacKenzie | -2/+2 |
| 2020-05-19 | Clean up generator live locals analysis | Dylan MacKenzie | -137/+113 |
| 2020-05-19 | Add `MaybeInitializedLocals` dataflow analysis | Dylan MacKenzie | -0/+117 |
| 2020-05-20 | Adjust the zero check in `RawVec::grow`. | Nicholas Nethercote | -4/+3 |
| 2020-05-19 | Use a fixed-point iteration when breaking tokens | Aaron Hill | -23/+77 |
| 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 |
| 2020-05-20 | Implement `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+62 |
| 2020-05-20 | Remove unused `StableHashingContext::node_to_hir_id` method | marmeladema | -5/+0 |
| 2020-05-19 | Break tokens before checking if they are 'probably equal' | Aaron Hill | -2/+50 |
| 2020-05-19 | Remove unused dependencies | Jeremy Fitzhardinge | -4/+0 |
| 2020-05-19 | Alter wording for `use foo::self` help | mibac138 | -14/+14 |
| 2020-05-20 | split_inclusive: add tracking issue number (72360) | Pyry Kontio | -20/+20 |
| 2020-05-19 | Add error recovery for `use foo::self` | mibac138 | -4/+89 |
| 2020-05-19 | Suggest fixes for `use foo::self` | mibac138 | -19/+97 |
| 2020-05-19 | Remove dangling COPYRIGHT references | Tamir Duberstein | -18/+9 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -274/+9278 |
| 2020-05-19 | Make caveat more precise | Nadrieril | -2/+1 |
| 2020-05-19 | Auto merge of #72227 - nnethercote:tiny-vecs-are-dumb, r=Amanieu | bors | -5/+141 |
| 2020-05-19 | Fix going back in history to a search result page on firefox | Guillaume Gomez | -0/+6 |
| 2020-05-19 | Make intra-link resolve links for both trait and impl items | Tymoteusz Jankowski | -26/+54 |
| 2020-05-19 | Rollup merge of #72344 - kornelski:assertdoc, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-05-19 | Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morse | Dylan DPC | -1/+27 |
| 2020-05-19 | Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obk | Dylan DPC | -1/+32 |
| 2020-05-19 | Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor | Dylan DPC | -5/+90 |
| 2020-05-19 | Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay | Dylan DPC | -8/+4 |
| 2020-05-19 | Clean up E0593 explanation | Guillaume Gomez | -0/+11 |
| 2020-05-19 | Assert doc wording | Kornel | -1/+1 |
| 2020-05-19 | add test for repr(128) enum derives | Bastian Kauschke | -0/+17 |
| 2020-05-19 | add tests for enum discriminants | Bastian Kauschke | -0/+169 |
| 2020-05-19 | update `discriminant_value` usage in tests | Bastian Kauschke | -15/+18 |
| 2020-05-19 | update `discriminant_value` usage in the compiler | Bastian Kauschke | -71/+16 |
| 2020-05-19 | update codegen of `discriminant_value` | Bastian Kauschke | -7/+16 |
| 2020-05-19 | auto impl`DiscriminantKind` for every type | Bastian Kauschke | -22/+140 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -12/+58 |
| 2020-05-19 | update select docs | Bastian Kauschke | -14/+18 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -5/+141 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -202/+73 |