about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-18Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPCTyler Mandry-2/+2
2019-10-18Rollup merge of #65549 - t-rapp:tr-wrapping-rotate-docs, r=jonas-schievinkTyler Mandry-2/+2
2019-10-18Rollup merge of #65540 - guanqun:extend-t-macro, r=nikomatsakisTyler Mandry-1/+8
2019-10-18Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakisTyler Mandry-138/+120
2019-10-18Rollup merge of #65532 - tshepang:shorten-intro, r=Dylan-DPCTyler Mandry-2/+5
2019-10-18Rollup merge of #65513 - RalfJung:fmt, r=Mark-SimulacrumTyler Mandry-44/+67
2019-10-18Rollup merge of #65511 - Xanewok:sa-nest-in-impls, r=pnkfelixTyler Mandry-9/+27
2019-10-18Rollup merge of #65498 - SimonSapin:plugin-help, r=CentrilTyler Mandry-78/+84
2019-10-18Rollup merge of #65496 - tspiteri:euc-div-panic, r=KodrAusTyler Mandry-2/+10
2019-10-18Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnisonTyler Mandry-1/+29
2019-10-18Rollup merge of #65480 - nnethercote:rm-iterate_until_fixed_size, r=nikomatsakisTyler Mandry-27/+29
2019-10-18Rollup merge of #65472 - Zoxc:sharded-dep-graph-2, r=nikomatsakisTyler Mandry-15/+44
2019-10-18Rollup merge of #65455 - nnethercote:avoid-unnecessary-TokenTree-to-TokenStre...Tyler Mandry-36/+41
2019-10-18Rollup merge of #65364 - XiangQingW:master, r=estebankTyler Mandry-3/+39
2019-10-18Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnisonTyler Mandry-2/+54
2019-10-18Rollup merge of #65201 - tmiasko:no-bindings, r=rkruppeTyler Mandry-9/+1
2019-10-18Rollup merge of #65197 - spastorino:place-mut-visitor-adjusts2, r=oli-obkTyler Mandry-122/+301
2019-10-18Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obkTyler Mandry-2/+2
2019-10-18Use Cow to handle modifications of projection in preparation for interningSantiago Pastorino-49/+67
2019-10-18Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrumbors-1/+240
2019-10-18Clarify diagnostics when using `~` as a unary opYuki Okushi-2/+2
2019-10-18Fix left/right shift typo in wrapping rotate docsTobias Rapp-2/+2
2019-10-18Change `MetaItem::tokens()` to `MetaItem::token_trees_and_joints()`.Nicholas Nethercote-21/+26
2019-10-18Change `Lit::tokens()` to `Lit::token_tree()`.Nicholas Nethercote-13/+13
2019-10-18Make `TokenStream::from_iter` less general and more efficient.Nicholas Nethercote-3/+3
2019-10-18Remove two no-op `into()` calls.Nicholas Nethercote-2/+2
2019-10-17Add process_* place hooks to improve code reutilizationSantiago Pastorino-97/+82
2019-10-17Setup a different visit place set of methods for mutable and immutable visitorsSantiago Pastorino-77/+103
2019-10-17Remove unneeded callback and just use the new_local valueSantiago Pastorino-19/+13
2019-10-17Prepare def_use MutVisitor to have projections internedSantiago Pastorino-9/+27
2019-10-17Prepare erase_regions MutVisitor to have projections internedSantiago Pastorino-1/+20
2019-10-17Prepare generator MutVisitor to have projections internedSantiago Pastorino-7/+45
2019-10-17Prepare inline MutVisitor to have projections internedSantiago Pastorino-16/+35
2019-10-17Prepare renumber MutVisitor to have projections internedSantiago Pastorino-2/+21
2019-10-17Prepare simplify MutVisitor to have projections internedSantiago Pastorino-0/+20
2019-10-17Prepare promote_consts MutVisitor to have projections internedSantiago Pastorino-1/+25
2019-10-17super_ty on MutVisitor is empty so avoid the callSantiago Pastorino-1/+0
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-138/+120
2019-10-17Update clippyManish Goregaokar-7/+7
2019-10-18doc: make BitSet intro more shortTshepang Lekhonkhobe-2/+5
2019-10-17example for padding any formatRalf Jung-2/+6
2019-10-17reorder fmt docs for more clarityRalf Jung-42/+61
2019-10-17Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centrilbors-634/+755
2019-10-17save-analysis: Add a relevant test caseIgor Matuszewski-0/+15
2019-10-17save-analysis: Nest tables when processing impl itemsIgor Matuszewski-9/+12
2019-10-17Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelixbors-66/+73
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-78/+84
2019-10-17Update ui testsGuillaume Gomez-0/+2
2019-10-17Add long error explanation for E0584Guillaume Gomez-1/+27
2019-10-17properly document panics in div_euclid and rem_euclidTrevor Spiteri-2/+10