about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-18review comment: span bug labelEsteban Küber-1/+1
2019-10-18review comments: help wordingEsteban Küber-10/+11
2019-10-18Review nitOliver Scherer-1/+1
2019-10-18remove stray changeStefan Lankes-1/+2
2019-10-18remove obsolete codeStefan Lankes-2/+0
2019-10-18Use Cow to handle modifications of projection in preparation for interningSantiago Pastorino-49/+67
2019-10-18Added doc on keyword breakYves Dorfsman-2/+64
2019-10-18Added text after error messagesLucas Henry-26/+26
2019-10-18Adjust const eval code to reflect `offset_from` docsOliver Scherer-36/+10
2019-10-18[const-prop] Handle MIR Rvalue::DiscriminantWesley Wiser-2/+55
2019-10-18[const-prop] Handle MIR Rvalue::AggregatesWesley Wiser-7/+75
2019-10-18[const-prop] Handle MIR Rvalue::RepeatWesley Wiser-2/+46
2019-10-18Use dedicated method for getting the type sizeOliver Scherer-1/+1
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-18Avoid realloc in `CString::new`Shotaro Yamada-4/+27
2019-10-18Fix left/right shift typo in wrapping rotate docsTobias Rapp-2/+2
2019-10-18Remove `Hash` impls for `DefPath`, `DisambiguatedDefPathData`, and `DefKey`.Nicholas Nethercote-3/+3
2019-10-18Add public re-exports for benchesIgor Aleksanov-2/+4
2019-10-18Remove `Copy` and `Clone` impls for `LocalInternedString`.Nicholas Nethercote-3/+3
2019-10-17Point at enclosing function without `self` receiverEsteban Küber-9/+34
2019-10-18Fix cast of stx_btime.tv_nsecoxalica-1/+1
2019-10-18Fix cfgs for current libcoxalica-89/+139
2019-10-18Prefer statx on linux if availableoxalica-11/+182
2019-10-18Change how `Symbol::Debug` works.Nicholas Nethercote-3/+3
2019-10-18Use `with` in `Symbol` trait methods.Nicholas Nethercote-3/+3
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-17Refer to "associated functions" instead of "static methods"Esteban Küber-40/+38
2019-10-17Avoid ICE when checking `Destination` of `break` inside a closureEsteban Küber-6/+38
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-17Update API to be more compatible with plugin needsMark Rousskov-13/+37
2019-10-17Fix test falloutMark Rousskov-28/+31
2019-10-17Create lint store during plugin registrationMark Rousskov-103/+82
2019-10-17Remove all borrows of lint store from Session from librustcMark Rousskov-24/+37
2019-10-17Access future incompatibility information directlyMark Rousskov-6/+1