| Age | Commit message (Expand) | Author | Lines |
| 2019-10-18 | Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPC | Tyler Mandry | -2/+2 |
| 2019-10-18 | Rollup merge of #65549 - t-rapp:tr-wrapping-rotate-docs, r=jonas-schievink | Tyler Mandry | -2/+2 |
| 2019-10-18 | Rollup merge of #65540 - guanqun:extend-t-macro, r=nikomatsakis | Tyler Mandry | -1/+8 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -138/+120 |
| 2019-10-18 | Rollup merge of #65532 - tshepang:shorten-intro, r=Dylan-DPC | Tyler Mandry | -2/+5 |
| 2019-10-18 | Rollup merge of #65513 - RalfJung:fmt, r=Mark-Simulacrum | Tyler Mandry | -44/+67 |
| 2019-10-18 | Rollup merge of #65511 - Xanewok:sa-nest-in-impls, r=pnkfelix | Tyler Mandry | -9/+27 |
| 2019-10-18 | Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril | Tyler Mandry | -78/+84 |
| 2019-10-18 | Rollup merge of #65496 - tspiteri:euc-div-panic, r=KodrAus | Tyler Mandry | -2/+10 |
| 2019-10-18 | Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison | Tyler Mandry | -1/+29 |
| 2019-10-18 | Rollup merge of #65480 - nnethercote:rm-iterate_until_fixed_size, r=nikomatsakis | Tyler Mandry | -27/+29 |
| 2019-10-18 | Rollup merge of #65472 - Zoxc:sharded-dep-graph-2, r=nikomatsakis | Tyler Mandry | -15/+44 |
| 2019-10-18 | Rollup merge of #65455 - nnethercote:avoid-unnecessary-TokenTree-to-TokenStre... | Tyler Mandry | -36/+41 |
| 2019-10-18 | Rollup merge of #65364 - XiangQingW:master, r=estebank | Tyler Mandry | -3/+39 |
| 2019-10-18 | Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnison | Tyler Mandry | -2/+54 |
| 2019-10-18 | Rollup merge of #65201 - tmiasko:no-bindings, r=rkruppe | Tyler Mandry | -9/+1 |
| 2019-10-18 | Rollup merge of #65197 - spastorino:place-mut-visitor-adjusts2, r=oli-obk | Tyler Mandry | -122/+301 |
| 2019-10-18 | Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk | Tyler Mandry | -2/+2 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -49/+67 |
| 2019-10-18 | Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrum | bors | -1/+240 |
| 2019-10-18 | Clarify diagnostics when using `~` as a unary op | Yuki Okushi | -2/+2 |
| 2019-10-18 | Fix left/right shift typo in wrapping rotate docs | Tobias Rapp | -2/+2 |
| 2019-10-18 | Change `MetaItem::tokens()` to `MetaItem::token_trees_and_joints()`. | Nicholas Nethercote | -21/+26 |
| 2019-10-18 | Change `Lit::tokens()` to `Lit::token_tree()`. | Nicholas Nethercote | -13/+13 |
| 2019-10-18 | Make `TokenStream::from_iter` less general and more efficient. | Nicholas Nethercote | -3/+3 |
| 2019-10-18 | Remove two no-op `into()` calls. | Nicholas Nethercote | -2/+2 |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -97/+82 |
| 2019-10-17 | Setup a different visit place set of methods for mutable and immutable visitors | Santiago Pastorino | -77/+103 |
| 2019-10-17 | Remove unneeded callback and just use the new_local value | Santiago Pastorino | -19/+13 |
| 2019-10-17 | Prepare def_use MutVisitor to have projections interned | Santiago Pastorino | -9/+27 |
| 2019-10-17 | Prepare erase_regions MutVisitor to have projections interned | Santiago Pastorino | -1/+20 |
| 2019-10-17 | Prepare generator MutVisitor to have projections interned | Santiago Pastorino | -7/+45 |
| 2019-10-17 | Prepare inline MutVisitor to have projections interned | Santiago Pastorino | -16/+35 |
| 2019-10-17 | Prepare renumber MutVisitor to have projections interned | Santiago Pastorino | -2/+21 |
| 2019-10-17 | Prepare simplify MutVisitor to have projections interned | Santiago Pastorino | -0/+20 |
| 2019-10-17 | Prepare promote_consts MutVisitor to have projections interned | Santiago Pastorino | -1/+25 |
| 2019-10-17 | super_ty on MutVisitor is empty so avoid the call | Santiago Pastorino | -1/+0 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -138/+120 |
| 2019-10-17 | Update clippy | Manish Goregaokar | -7/+7 |
| 2019-10-18 | doc: make BitSet intro more short | Tshepang Lekhonkhobe | -2/+5 |
| 2019-10-17 | example for padding any format | Ralf Jung | -2/+6 |
| 2019-10-17 | reorder fmt docs for more clarity | Ralf Jung | -42/+61 |
| 2019-10-17 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -634/+755 |
| 2019-10-17 | save-analysis: Add a relevant test case | Igor Matuszewski | -0/+15 |
| 2019-10-17 | save-analysis: Nest tables when processing impl items | Igor Matuszewski | -9/+12 |
| 2019-10-17 | Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelix | bors | -66/+73 |
| 2019-10-17 | Plugins deprecation: don’t suggest simply removing the attribute | Simon Sapin | -78/+84 |
| 2019-10-17 | Update ui tests | Guillaume Gomez | -0/+2 |
| 2019-10-17 | Add long error explanation for E0584 | Guillaume Gomez | -1/+27 |
| 2019-10-17 | properly document panics in div_euclid and rem_euclid | Trevor Spiteri | -2/+10 |