| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-17 | Update clippy | Manish Goregaokar | -7/+7 |
| 2019-10-17 | Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril | bors | -634/+755 |
| 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 |
| 2019-10-17 | Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNN | Mazdak Farrokhzad | -4/+4 |
| 2019-10-17 | Rollup merge of #65478 - RalfJung:write, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-10-17 | Rollup merge of #65475 - lzutao:eg_type_name, r=Centril | Mazdak Farrokhzad | -0/+9 |
| 2019-10-17 | Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov | Mazdak Farrokhzad | -600/+682 |
| 2019-10-17 | Rollup merge of #65461 - Kampfkarren:patch-1, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-10-17 | Rollup merge of #65319 - RalfJung:memory, r=Centril | Mazdak Farrokhzad | -17/+6 |
| 2019-10-17 | Rollup merge of #65316 - oconnor663:noninheritable, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Rollup merge of #65237 - KodrAus:fix/map-entry-err, r=sfackler | Mazdak Farrokhzad | -7/+49 |
| 2019-10-17 | Auto merge of #59953 - eddyb:soa-metadata, r=michaelwoerister | bors | -876/+857 |
| 2019-10-17 | Update ui tests | Guillaume Gomez | -1/+1 |
| 2019-10-17 | Add long error explanation for E0575 | Guillaume Gomez | -1/+53 |
| 2019-10-17 | Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlively | bors | -603/+437 |
| 2019-10-16 | Remove PR runs, enable wasm32 CI, and move asmjs to disabled | Thomas Lively | -6/+2 |
| 2019-10-17 | Use a sharded dep node to dep node index map | John Kåre Alsaker | -15/+44 |
| 2019-10-16 | doc: fix typo in OsStrExt and OsStringExt | Ben Boeckel | -4/+4 |