summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2020-05-18Auto merge of #72330 - Dylan-DPC:rollup-yuxadv8, r=Dylan-DPCbors-216/+1343
2020-05-18Update cargoEric Huss-0/+0
2020-05-18Fix ICE in -Zsave-analysisNathan Corbyn-1/+27
2020-05-18Apply suggestions from code reviewSimon Sapin-4/+4
2020-05-18Add `len` and `slice_from_raw_parts` to `NonNull<[T]>`Simon Sapin-0/+61
2020-05-18Don't mention function pointersNadrieril-3/+3
2020-05-18Auto merge of #72332 - mati865:ci-fix, r=pietroalbinibors-1/+5
2020-05-18Update pacman firstMateusz MikuĊ‚a-1/+5
2020-05-18correctly handle uninferred constsBastian Kauschke-5/+90
2020-05-18Rollup merge of #72318 - tblah:remote-test-client-doc, r=nikomatsakisDylan DPC-5/+51
2020-05-18Rollup merge of #72290 - elichai:2020-doc-lto, r=wesleywiserDylan DPC-6/+12
2020-05-18Rollup merge of #72283 - jonas-schievink:elaborate-drop-elaboration, r=cramertjDylan DPC-9/+99
2020-05-18Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakisDylan DPC-145/+669
2020-05-18Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakisDylan DPC-51/+512
2020-05-18TypoNadrieril-1/+1
2020-05-18Always generated object code for `#![no_builtins]`Alex Crichton-1/+15
2020-05-18Stabilize AtomicN::fetch_min and AtomicN::fetch_maxAmanieu d'Antras-10/+2
2020-05-18Update unstable book documentation with the latest RFC textAmanieu d'Antras-3/+10