| Age | Commit message (Expand) | Author | Lines |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -53/+56 |
| 2019-12-12 | Unify associated item parsing more. | Mazdak Farrokhzad | -29/+20 |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -71/+43 |
| 2019-12-12 | Simplify `nt_to_tokenstream`. | Mazdak Farrokhzad | -4/+1 |
| 2019-12-12 | Unify associated item mut visitors. | Mazdak Farrokhzad | -63/+31 |
| 2019-12-12 | Unify associated item pretty printing. | Mazdak Farrokhzad | -75/+21 |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -107/+77 |
| 2019-12-12 | Leave a FIXME re. `allow_plus`. | Mazdak Farrokhzad | -4/+5 |
| 2019-12-12 | Relocate `is_const_item`. | Mazdak Farrokhzad | -7/+7 |
| 2019-12-12 | Unify associated item parsing. | Mazdak Farrokhzad | -59/+29 |
| 2019-12-12 | Unify associated function parsing. | Mazdak Farrokhzad | -42/+24 |
| 2019-12-12 | Fuse associated type parsing. | Mazdak Farrokhzad | -29/+4 |
| 2019-12-12 | Fuse associated constant parsing. | Mazdak Farrokhzad | -20/+8 |
| 2019-12-12 | Unify `{Impl,Trait}Item` as `AssocItem`. | Mazdak Farrokhzad | -18/+25 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -54/+209 |
| 2019-12-12 | `TraitItemKind::Type` -> `TraitItemKind::TyAlias`. | Mazdak Farrokhzad | -13/+13 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -73/+149 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Const`. | Mazdak Farrokhzad | -20/+66 |
| 2019-12-12 | Alias `TraitItem` & `ImplItem`. | Mazdak Farrokhzad | -27/+90 |
| 2019-12-12 | Remove i686-unknown-dragonfly target | Antonio Huete Jimenez | -24/+0 |
| 2019-12-12 | Fix weird implicit dependency between rustllvm and rustc_codegen_llvm | Aaron Hill | -17/+25 |
| 2019-12-12 | avoid more intermediate allocations in validation errors | Ralf Jung | -23/+16 |
| 2019-12-12 | validation: avoid some intermediate allocations | Ralf Jung | -6/+6 |
| 2019-12-12 | Auto merge of #66886 - mark-i-m:simplify-borrow_check-2, r=matthewjasper | bors | -148/+182 |
| 2019-12-12 | dont ICE in case of invalid drop fn | Ralf Jung | -1/+12 |
| 2019-12-12 | Change fmt docs for more delegations | Elichai Turkel | -6/+12 |
| 2019-12-12 | Auto merge of #67079 - nnethercote:optimize-shallow_resolve_changed, r=nikoma... | bors | -28/+36 |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable feat... | Oliver Scherer | -32/+37 |
| 2019-12-12 | Remove the `DelimSpan` from `NamedMatch::MatchedSeq`. | Nicholas Nethercote | -20/+11 |
| 2019-12-11 | fix imports after rebase | Mark Mansi | -3/+2 |
| 2019-12-11 | more private | Mark Mansi | -19/+18 |
| 2019-12-11 | fix imports | Mark Mansi | -21/+0 |
| 2019-12-11 | tidy | Mark Mansi | -1/+0 |
| 2019-12-11 | fix imports | Mark Mansi | -129/+187 |
| 2019-12-11 | get rid of nll submod | Mark Mansi | -0/+0 |
| 2019-12-12 | Prefer encoding the char when checking for string prefix/suffix | Andrea Canciani | -10/+4 |
| 2019-12-11 | review comments | Esteban Küber | -66/+84 |
| 2019-12-12 | Don't suggest wrong snippet in closure | Yuki Okushi | -4/+46 |
| 2019-12-12 | Auto merge of #67246 - JohnTitor:rollup-nfa7skn, r=JohnTitor | bors | -100/+220 |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -74/+248 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -51/+128 |
| 2019-12-12 | Rollup merge of #67239 - llogiq:tiny-list-iterative-remove, r=Mark-Simulacrum | Yuki Okushi | -24/+16 |
| 2019-12-12 | Rollup merge of #67238 - llogiq:moo-and-improved, r=Dylan-DPC | Yuki Okushi | -13/+8 |
| 2019-12-12 | Rollup merge of #67237 - llogiq:improve-str, r=Dylan-DPC | Yuki Okushi | -16/+6 |
| 2019-12-12 | Rollup merge of #67236 - petrochenkov:docerr2, r=matthewjasper | Yuki Okushi | -12/+46 |
| 2019-12-12 | Rollup merge of #67230 - chansuke:remove-irrelevant-passage, r=Dylan-DPC | Yuki Okushi | -2/+0 |
| 2019-12-12 | Rollup merge of #67215 - nnethercote:fix-Zprint-type-size-zero-sized-fields, ... | Yuki Okushi | -3/+68 |
| 2019-12-12 | Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebank | Yuki Okushi | -30/+23 |
| 2019-12-12 | Rollup merge of #62514 - stephaneyfx:box-ffi, r=nikomatsakis | Yuki Okushi | -0/+53 |
| 2019-12-12 | Add comment to `Dropper` | Jonas Schievink | -0/+2 |