about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-11Eliminate `comments::Literal`Vadim Petrochenkov-210/+61
2019-05-11Introduce `hir::Lit` not keeping the original tokenVadim Petrochenkov-10/+74
2019-05-11Keep the original token in `ast::Lit`Vadim Petrochenkov-59/+86
2019-05-11Turn `ast::Lit` into a structVadim Petrochenkov-17/+24
2019-05-11Auto merge of #60700 - petrochenkov:preintern, r=nnethercotebors-9/+10
2019-05-11Auto merge of #60721 - estebank:ice-ice-baby, r=varkorbors-2/+29
2019-05-10Avoid ICE by using delay_span_bugEsteban Küber-2/+29
2019-05-10Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obkbors-675/+725
2019-05-10Rollup merge of #60697 - hellow554:fix_60629, r=michaelwoeristerMazdak Farrokhzad-0/+10
2019-05-10Rollup merge of #60692 - davidtwco:pr-60676-followup, r=CentrilMazdak Farrokhzad-0/+8
2019-05-10Rollup merge of #60659 - nnethercote:tweak-Symbol-and-InternedString, r=ZoxcMazdak Farrokhzad-24/+60
2019-05-10Rollup merge of #60620 - mark-i-m:transcribe-2, r=petrochenkovMazdak Farrokhzad-9/+7
2019-05-10Rollup merge of #60529 - davidtwco:rfc-2008-uninhabited, r=petrochenkovMazdak Farrokhzad-12/+1019
2019-05-10check_match: add FIXME for removing of hack.Mazdak Farrokhzad-0/+2
2019-05-10add test checking that 'if cond { .. }' where 'cond: &mut? bool' isn't accepted.Mazdak Farrokhzad-0/+61
2019-05-10Various test changesMazdak Farrokhzad-19/+200
2019-05-10Adjust mir-opt tests for new HIR without IfMazdak Farrokhzad-21/+26
2019-05-10Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.Mazdak Farrokhzad-635/+436
2019-05-10Add a bunch more tests.David Wood-5/+506
2019-05-10Move uninhabited tests into subdirectory.David Wood-16/+16
2019-05-10Fix uninhabitedness of non-exhaustive enums.David Wood-109/+398
2019-05-10Fix inhabitedness of non-exhaustive variants.David Wood-8/+32
2019-05-10Add uninhabitedness tests w/ `#[non_exhaustive]`.David Wood-0/+193
2019-05-10Auto merge of #60588 - cuviper:be-simd-swap, r=alexcrichtonbors-4/+1
2019-05-10turn a couple of fixmes into span_bugsMark Mansi-9/+7
2019-05-10syntax_pos: Optimize symbol interner pre-filling slightlyVadim Petrochenkov-9/+10
2019-05-10add regression test for #60629Marcel Hellwig-0/+10
2019-05-10Auto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplettbors-0/+1
2019-05-10Extend existing test for nested mut patterns.David Wood-0/+8
2019-05-10Auto merge of #60585 - sunfishcode:wasm32-wasi, r=alexcrichtonbors-22/+22
2019-05-10Reduce `Symbol`'s interface slightly.Nicholas Nethercote-5/+1
2019-05-10Remove the `From<InternedString> for String` impl.Nicholas Nethercote-6/+0
2019-05-10Add various comments.Nicholas Nethercote-9/+43
2019-05-10Avoid recursion in de-gensym functions.Nicholas Nethercote-2/+5
2019-05-10Add `InternedString::with2`.Nicholas Nethercote-2/+11
2019-05-10Auto merge of #60451 - rasendubi:binaryheap-min-heap, r=scottmcmbors-0/+24
2019-05-10Auto merge of #60683 - Centril:rollup-p05qh5d, r=Centrilbors-254/+782
2019-05-09Fix cfg(test) build on SGXJethro Beekman-0/+1
2019-05-09Rollup merge of #60676 - davidtwco:issue-60674, r=cramertjMazdak Farrokhzad-43/+76
2019-05-09Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,CentrilMazdak Farrokhzad-23/+0
2019-05-09Rollup merge of #60671 - euclio:extern-crate, r=CentrilMazdak Farrokhzad-35/+45
2019-05-09Rollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPCMazdak Farrokhzad-2/+1
2019-05-09Rollup merge of #60618 - mark-i-m:transcribe, r=petrochenkovMazdak Farrokhzad-69/+194
2019-05-09Rollup merge of #60234 - tesaguri:cursor-default, r=AmanieuMazdak Farrokhzad-1/+1
2019-05-09Rollup merge of #60188 - estebank:recover-block, r=varkorMazdak Farrokhzad-24/+312
2019-05-09Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1Mazdak Farrokhzad-57/+153
2019-05-09Auto merge of #60665 - pietroalbini:upgrade-ci-images, r=alexcrichtonbors-6/+12
2019-05-09Omit the vendor component in the WASI tripleDan Gohman-22/+22
2019-05-09Add FIXME about `construct_async_arguments`.David Wood-0/+4
2019-05-09Do not modify mutability of simple bindings.David Wood-44/+46