summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-20note for `ty::Error`.Bastian Kauschke-7/+14
2020-05-20exhaustively match during structural match checkingBastian Kauschke-3/+37
2020-05-20Auto merge of #71769 - petrochenkov:crto, r=cuviperbors-152/+405
2020-05-19Resolve overflow behavior for RangeFromCAD97-13/+11
2020-05-20Auto merge of #72339 - ehuss:update-cargo, r=ehussbors-0/+0
2020-05-20Use fcntl-based file lock for non-Linux unixGary Guo-10/+67
2020-05-19Document why we don't look at storage livenessDylan MacKenzie-0/+9
2020-05-19Document assumptions made in generator transform for analysesDylan MacKenzie-0/+6
2020-05-19Look for storage conflicts before terminator effectDylan MacKenzie-5/+6
2020-05-19Add comment for strange conditionalDylan MacKenzie-0/+1
2020-05-19Add comment explaining the extra `record_conflicts`Dylan MacKenzie-0/+4
2020-05-19Remove `MaybeRequiresStorage`Dylan MacKenzie-234/+2
2020-05-19Update tests with new generator sizesDylan MacKenzie-2/+2
2020-05-19Clean up generator live locals analysisDylan MacKenzie-137/+113
2020-05-19Add `MaybeInitializedLocals` dataflow analysisDylan MacKenzie-0/+117
2020-05-20Adjust the zero check in `RawVec::grow`.Nicholas Nethercote-4/+3
2020-05-19Use a fixed-point iteration when breaking tokensAaron Hill-23/+77
2020-05-20Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable bookMatthias Schiffer-0/+98
2020-05-20Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+105
2020-05-20Implement `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+62
2020-05-20Remove unused `StableHashingContext::node_to_hir_id` methodmarmeladema-5/+0
2020-05-19Break tokens before checking if they are 'probably equal'Aaron Hill-2/+50
2020-05-19Remove unused dependenciesJeremy Fitzhardinge-4/+0
2020-05-19Alter wording for `use foo::self` helpmibac138-14/+14
2020-05-20split_inclusive: add tracking issue number (72360)Pyry Kontio-20/+20
2020-05-19Add error recovery for `use foo::self`mibac138-4/+89
2020-05-19Suggest fixes for `use foo::self`mibac138-19/+97
2020-05-19Remove dangling COPYRIGHT referencesTamir Duberstein-18/+9
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-274/+9278
2020-05-19Make caveat more preciseNadrieril-2/+1
2020-05-19Auto merge of #72227 - nnethercote:tiny-vecs-are-dumb, r=Amanieubors-5/+141
2020-05-19Fix going back in history to a search result page on firefoxGuillaume Gomez-0/+6
2020-05-19Make intra-link resolve links for both trait and impl itemsTymoteusz Jankowski-26/+54
2020-05-19Rollup merge of #72344 - kornelski:assertdoc, r=Mark-SimulacrumDylan DPC-1/+1
2020-05-19Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morseDylan DPC-1/+27
2020-05-19Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obkDylan DPC-1/+32
2020-05-19Rollup merge of #72066 - lcnr:const-type-info-err, r=varkorDylan DPC-5/+90
2020-05-19Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnayDylan DPC-8/+4
2020-05-19Clean up E0593 explanationGuillaume Gomez-0/+11
2020-05-19Assert doc wordingKornel-1/+1
2020-05-19add test for repr(128) enum derivesBastian Kauschke-0/+17
2020-05-19add tests for enum discriminantsBastian Kauschke-0/+169
2020-05-19update `discriminant_value` usage in testsBastian Kauschke-15/+18
2020-05-19update `discriminant_value` usage in the compilerBastian Kauschke-71/+16
2020-05-19update codegen of `discriminant_value`Bastian Kauschke-7/+16
2020-05-19auto impl`DiscriminantKind` for every typeBastian Kauschke-22/+140
2020-05-19update libcore, add `discriminant_kind` lang-itemBastian Kauschke-12/+58
2020-05-19update select docsBastian Kauschke-14/+18
2020-05-19Auto merge of #71447 - cuviper:unsized_cow, r=dtolnaybors-5/+141
2020-05-19Auto merge of #68717 - petrochenkov:stabexpat, r=varkorbors-202/+73