about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-13Remove bitrig support from rustMarcel Hellwig-363/+21
2019-05-13Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkovbors-1041/+1507
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-105/+112
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-173/+182
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-620/+670
2019-05-13Rename `syntax::symbol::symbols` as `syntax::symbol::sym`.Nicholas Nethercote-138/+139
2019-05-13Add lots of static `Symbols`.Nicholas Nethercote-16/+415
2019-05-12Auto merge of #60767 - Centril:rollup-4cbsb73, r=Centrilbors-89/+80
2019-05-12Rollup merge of #60752 - shiatsumat:minor-typos-hir, r=wesleywiserMazdak Farrokhzad-2/+2
2019-05-12Rollup merge of #60751 - Centril:general-cleanup, r=petrochenkovMazdak Farrokhzad-60/+49
2019-05-12Rollup merge of #60750 - petrochenkov:noquotok2, r=Mark-SimulacrumMazdak Farrokhzad-26/+4
2019-05-12Rollup merge of #60694 - Pulkit07:issue60662, r=alexregMazdak Farrokhzad-1/+25
2019-05-12Auto merge of #60679 - petrochenkov:lit2, r=matkladbors-796/+671
2019-05-12Auto merge of #60244 - SimonSapin:dangling, r=oli-obkbors-4/+0
2019-05-12Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichtonbors-9/+40
2019-05-12Auto merge of #60396 - cuviper:ordered-retain, r=scottmcmbors-6/+40
2019-05-12Fix minor typos for ItemLocalIdYusuke Matsushita-2/+2
2019-05-12Minor cleanup in parse_assoc_expr_with.Mazdak Farrokhzad-24/+14
2019-05-12parse_bottom_expr: extract common 'return' out.Mazdak Farrokhzad-6/+5
2019-05-12syntax::parse::parser: convert unnecessary '&mut self's to '&self'.Mazdak Farrokhzad-19/+19
2019-05-12ast_validation: comments -> doc commentsMazdak Farrokhzad-11/+11
2019-05-12syntax: Remove some legacy nonterminal tokensVadim Petrochenkov-26/+4
2019-05-12Fix HIR printing of existential type #60662Pulkit Goyal-1/+25
2019-05-11Auto merge of #60748 - Centril:rollup-rr63jqo, r=Centrilbors-34/+47
2019-05-11Rollup merge of #60741 - shiatsumat:patch-let-mut-write-graph-label, r=varkorMazdak Farrokhzad-1/+1
2019-05-11Rollup merge of #60733 - Centril:cleanup-lowering-await, r=varkorMazdak Farrokhzad-10/+2
2019-05-11Rollup merge of #60727 - chpio:master, r=sfacklerMazdak Farrokhzad-0/+10
2019-05-11Rollup merge of #60720 - estebank:no-ice-thanks, r=zackmdavisMazdak Farrokhzad-23/+34
2019-05-11Auto merge of #60318 - jethrogb:jb/try-from-slice-to-infallible, r=sfacklerbors-1/+8
2019-05-12Remove redundant "let mut" in write_graph_labelYusuke Matsushita-1/+1
2019-05-11Update clippyManish Goregaokar-9/+17
2019-05-11Address comments + Fix testsVadim Petrochenkov-4/+11
2019-05-11Cleanup the .await HIR lowering with .stmt(..).Mazdak Farrokhzad-10/+2
2019-05-11Move literal parsing code into a separate fileVadim Petrochenkov-537/+521
2019-05-11Auto merge of #60714 - varkor:existential-global-lift-ice, r=oli-obkbors-19/+70
2019-05-11Simplify conversions between tokens and semantic literalsVadim Petrochenkov-324/+259
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 #60717 - varkor:impl-const-generic, r=matthewjasperbors-1/+34
2019-05-11add comment to `Rc`/`Arc`'s `Eq` specializationThomas Heck-0/+10
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-10Add examples of ordered retainJosh Stone-0/+34
2019-05-10Remove unnecessary unwrapsEsteban Küber-23/+34
2019-05-11Add test for const implvarkor-0/+22
2019-05-11Unwrap singleton block expressions in const argumentsvarkor-1/+12
2019-05-10Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obkbors-675/+725