| Age | Commit message (Expand) | Author | Lines |
| 2019-10-08 | review comments | Esteban Küber | -9/+5 |
| 2019-10-08 | Call `Expr::peel_drop_temps()` from more places for more accurate suggestions | Esteban Küber | -13/+23 |
| 2019-10-08 | Ignore `ExprKind::DropTemps` for some ref suggestions | Esteban Küber | -22/+30 |
| 2019-10-08 | Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavis | bors | -12/+73 |
| 2019-10-08 | Auto merge of #65196 - Centril:rollup-q06lcxm, r=Centril | bors | -309/+469 |
| 2019-10-08 | Rollup merge of #65187 - Wind-River:master_before_merge, r=rkruppe | Mazdak Farrokhzad | -1/+3 |
| 2019-10-08 | Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor | Mazdak Farrokhzad | -11/+26 |
| 2019-10-08 | Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkor | Mazdak Farrokhzad | -7/+72 |
| 2019-10-08 | Rollup merge of #65150 - XiangQingW:master, r=estebank | Mazdak Farrokhzad | -11/+47 |
| 2019-10-08 | Rollup merge of #65098 - GuillaumeGomez:long-err-explanation-E0561, r=Centril | Mazdak Farrokhzad | -3/+31 |
| 2019-10-08 | Rollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster | Mazdak Farrokhzad | -46/+46 |
| 2019-10-08 | Rollup merge of #65040 - Centril:items-cleanup, r=estebank | Mazdak Farrokhzad | -215/+212 |
| 2019-10-08 | Rollup merge of #64726 - andrewbanchich:unimplemented, r=rkruppe | Mazdak Farrokhzad | -15/+32 |
| 2019-10-08 | Auto merge of #65186 - mati865:cargoup, r=alexcrichton | bors | -0/+0 |
| 2019-10-07 | Auto merge of #64358 - cuviper:rustc-rayon-1.2, r=nikomatsakis | bors | -10/+12 |
| 2019-10-07 | add crossbeam-queue to the whitelist | Josh Stone | -0/+1 |
| 2019-10-07 | Name the threads in rayon's pool | Josh Stone | -0/+1 |
| 2019-10-07 | Rebase rustc-rayon on rayon-1.2 | Josh Stone | -10/+10 |
| 2019-10-07 | use 'invalid argument' for vxWorks | BaoshanPang | -1/+3 |
| 2019-10-07 | Update Cargo | Mateusz Mikuła | -0/+0 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -286/+621 |
| 2019-10-07 | add `debug!` to evaluate_obligation | Niko Matsakis | -0/+2 |
| 2019-10-07 | fix ICE from debug output by using `kind_ty` in dumping closure | Niko Matsakis | -2/+9 |
| 2019-10-07 | avoid ICE when extracting closure-kind-ty from a canonicalized value | Niko Matsakis | -1/+3 |
| 2019-10-07 | correct bug in the "has escaping regions" visitor | Niko Matsakis | -7/+9 |
| 2019-10-07 | make type-flags exhaustive | Niko Matsakis | -1/+3 |
| 2019-10-07 | Auto merge of #64780 - choller:master, r=michaelwoerister | bors | -1/+3 |
| 2019-10-07 | Auto merge of #65178 - Centril:rollup-ep1zztj, r=Centril | bors | -10/+245 |
| 2019-10-07 | Update ui tests | Guillaume Gomez | -2/+3 |
| 2019-10-07 | Add long error explanation for E0561 | Guillaume Gomez | -1/+28 |
| 2019-10-07 | Rollup merge of #65173 - tmandry:reffy-ref, r=tmandry | Mazdak Farrokhzad | -0/+0 |
| 2019-10-07 | Rollup merge of #65164 - GuillaumeGomez:long-err-explanation-E0566, r=estebank | Mazdak Farrokhzad | -2/+24 |
| 2019-10-07 | Rollup merge of #65137 - andjo403:selfProfiling_fix, r=michaelwoerister | Mazdak Farrokhzad | -4/+0 |
| 2019-10-07 | Test diagnostic output of type mismatches for types that have const | ben | -0/+48 |
| 2019-10-07 | Fix compilation error after rebase. | Charles Lew | -2/+2 |
| 2019-10-07 | Auto merge of #64739 - guanqun:remove-as-str, r=estebank | bors | -1/+60 |
| 2019-10-07 | syntax: refactor with new `fn parse_use_tree_glob_or_nested`. | Mazdak Farrokhzad | -10/+11 |
| 2019-10-07 | syntax: use `parse_extern_abi` more. | Mazdak Farrokhzad | -8/+1 |
| 2019-10-07 | Add more tests, fix span issue, improve diagnostics. | Charles Lew | -4/+96 |
| 2019-10-07 | Address review comments. | Charles Lew | -55/+63 |
| 2019-10-07 | Add support for parsing #[link_ordinal] attribute. | Charles Lew | -0/+44 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -5/+78 |
| 2019-10-07 | syntax: unify and simplify fn signature parsing. | Mazdak Farrokhzad | -92/+88 |
| 2019-10-07 | syntax: unify trait parsing a bit. | Mazdak Farrokhzad | -17/+12 |
| 2019-10-07 | syntax: further item parsing cleanup | Mazdak Farrokhzad | -24/+35 |
| 2019-10-07 | syntax: de-dups in item parsing. | Mazdak Farrokhzad | -50/+44 |
| 2019-10-07 | syntax: cleanup associated const parsing. | Mazdak Farrokhzad | -32/+39 |
| 2019-10-07 | Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril | bors | -19/+301 |
| 2019-10-06 | Update reference | Tyler Mandry | -0/+0 |
| 2019-10-06 | Auto merge of #65169 - tmandry:rollup-qxjj8xp, r=tmandry | bors | -384/+202 |