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