about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-17Update clippyManish Goregaokar-7/+7
2019-10-17Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centrilbors-634/+755
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
2019-10-17Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNNMazdak Farrokhzad-4/+4
2019-10-17Rollup merge of #65478 - RalfJung:write, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-10-17Rollup merge of #65475 - lzutao:eg_type_name, r=CentrilMazdak Farrokhzad-0/+9
2019-10-17Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkovMazdak Farrokhzad-600/+682
2019-10-17Rollup merge of #65461 - Kampfkarren:patch-1, r=CentrilMazdak Farrokhzad-3/+2
2019-10-17Rollup merge of #65319 - RalfJung:memory, r=CentrilMazdak Farrokhzad-17/+6
2019-10-17Rollup merge of #65316 - oconnor663:noninheritable, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-10-17Rollup merge of #65237 - KodrAus:fix/map-entry-err, r=sfacklerMazdak Farrokhzad-7/+49
2019-10-17Auto merge of #59953 - eddyb:soa-metadata, r=michaelwoeristerbors-876/+857
2019-10-17Update ui testsGuillaume Gomez-1/+1
2019-10-17Add long error explanation for E0575Guillaume Gomez-1/+53
2019-10-17Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlivelybors-603/+437
2019-10-16Remove PR runs, enable wasm32 CI, and move asmjs to disabledThomas Lively-6/+2
2019-10-17Use a sharded dep node to dep node index mapJohn Kåre Alsaker-15/+44
2019-10-16doc: fix typo in OsStrExt and OsStringExtBen Boeckel-4/+4