| Age | Commit message (Expand) | Author | Lines |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -99/+127 |
| 2019-12-20 | Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obk | Mazdak Farrokhzad | -3/+41 |
| 2019-12-20 | Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r... | Mazdak Farrokhzad | -17/+73 |
| 2019-12-20 | Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor | Mazdak Farrokhzad | -0/+11 |
| 2019-12-19 | is_binding_pat: treat or-pat like tuple-pat | Mazdak Farrokhzad | -1/+2 |
| 2019-12-19 | is_binding_pat: don't use _ arm | Mazdak Farrokhzad | -1/+8 |
| 2019-12-19 | Rollup merge of #67382 - nnethercote:rm-unnecessary-ATTR-constants, r=michael... | Mazdak Farrokhzad | -15/+7 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -3/+41 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -3/+0 |
| 2019-12-18 | record previous unresolve span for generator error reporting | csmoe | -9/+3 |
| 2019-12-18 | add debuginfo in generator_interior | csmoe | -0/+16 |
| 2019-12-18 | Remove some unnecessary `ATTR_*` constants. | Nicholas Nethercote | -15/+7 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -7/+7 |
| 2019-12-17 | Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton | bors | -7/+7 |
| 2019-12-17 | Move AtomicU64 usage to AtomicUsize | Mark Rousskov | -7/+7 |
| 2019-12-16 | improve lower_pat_slice docs + while -> for | Mazdak Farrokhzad | -12/+26 |
| 2019-12-15 | improve hir::PatKind::Slice docs | Mazdak Farrokhzad | -2/+9 |
| 2019-12-15 | Rollup merge of #67289 - estebank:unnamed-closure, r=Centril | Mazdak Farrokhzad | -4/+11 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -4/+11 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -1/+1 |
| 2019-12-14 | add Scalar::try_from_(u)int methods | Christian Poveda | -12/+22 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -19/+78 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -17/+73 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -59/+238 |
| 2019-12-13 | Consistently name `min_const_fn` | Oliver Scherer | -2/+2 |
| 2019-12-13 | Change the const stab default for internal const fns | Oliver Scherer | -4/+7 |
| 2019-12-13 | Elaborate internal const fn comment | Oliver Scherer | -1/+3 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -18/+67 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+6 |
| 2019-12-12 | make visitor uses more robust | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | `AssocImplKind::{Method -> Fn}`. | Mazdak Farrokhzad | -6/+6 |
| 2019-12-12 | Remove `ast::{Impl,Trait}{Item,ItemKind}`. | Mazdak Farrokhzad | -32/+32 |
| 2019-12-12 | More c-variadic errors as semantic restrictions. | Mazdak Farrokhzad | -1/+7 |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -5/+5 |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -7/+7 |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -22/+12 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -30/+31 |
| 2019-12-12 | `TraitItemKind::Type` -> `TraitItemKind::TyAlias`. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -25/+50 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Const`. | Mazdak Farrokhzad | -1/+7 |
| 2019-12-12 | Auto merge of #67079 - nnethercote:optimize-shallow_resolve_changed, r=nikoma... | bors | -28/+36 |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -0/+11 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -15/+27 |
| 2019-12-11 | Reuse existing HirId → DefId table | Esteban Küber | -24/+4 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -11/+24 |
| 2019-12-11 | Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen... | bors | -83/+223 |
| 2019-12-11 | erase regions instead of using `builtin_deref` | Nicholas Matsakis | -7/+18 |
| 2019-12-11 | Auto merge of #66821 - eddyb:global-trait-caching, r=nikomatsakis | bors | -24/+23 |
| 2019-12-11 | Change `PendingPredicateObligation::stalled_on`'s type. | Nicholas Nethercote | -20/+26 |