| Age | Commit message (Expand) | Author | Lines |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -250/+251 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -483/+1775 |
| 2020-01-10 | Rollup merge of #68073 - Centril:fix-68062, r=estebank | Mazdak Farrokhzad | -0/+41 |
| 2020-01-10 | Rollup merge of #68071 - estebank:ice-67995, r=Centril | Mazdak Farrokhzad | -80/+245 |
| 2020-01-10 | Rollup merge of #67820 - ecstatic-morse:const-trait, r=oli-obk | Mazdak Farrokhzad | -1/+371 |
| 2020-01-10 | Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril | Mazdak Farrokhzad | -8/+92 |
| 2020-01-09 | Add test for `?const` in nested impl/dyn trait | Dylan MacKenzie | -1/+17 |
| 2020-01-09 | Add test for `?const` and `?` on the same bound | Dylan MacKenzie | -0/+22 |
| 2020-01-09 | Add tests for RFC 2632 | Dylan MacKenzie | -1/+333 |
| 2020-01-09 | review comments: more tests | Esteban Küber | -85/+195 |
| 2020-01-09 | Extend support of `_` in type parameters | Esteban Küber | -1/+56 |
| 2020-01-09 | expect `fn` after `const unsafe` / `const extern` | Mazdak Farrokhzad | -0/+41 |
| 2020-01-10 | Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichton | Yuki Okushi | -5/+12 |
| 2020-01-10 | Rollup merge of #67967 - JohnTitor:fix-ice-0107, r=matthewjasper | Yuki Okushi | -0/+23 |
| 2020-01-09 | Address review comments + Update NLL tests | Vadim Petrochenkov | -6/+118 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -355/+2841 |
| 2020-01-09 | Rollup merge of #68024 - petrochenkov:recoverall, r=Centril | Mazdak Farrokhzad | -94/+77 |
| 2020-01-09 | Rollup merge of #68023 - FSciammarella:master, r=Centril,varkor | Mazdak Farrokhzad | -2/+2 |
| 2020-01-09 | Rollup merge of #67990 - Centril:slice-pats-move-tests-match, r=matthewjasper | Mazdak Farrokhzad | -0/+978 |
| 2020-01-09 | Rollup merge of #67979 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Rollup merge of #67747 - estebank:bare-assoc-const, r=Centril | Mazdak Farrokhzad | -4/+20 |
| 2020-01-09 | Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorino | Mazdak Farrokhzad | -0/+71 |
| 2020-01-08 | Fix Typo on cannot "substract" | Felipe Sciammarella | -2/+2 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Delay bug to prevent ICE in MIR borrowck | Yuki Okushi | -0/+23 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -94/+77 |
| 2020-01-08 | Explain that associated types and consts can't be accessed directly on the tr... | Esteban Küber | -4/+20 |
| 2020-01-08 | review comment: wording | Esteban Küber | -4/+4 |
| 2020-01-08 | Point at the def span of trait refs E0277 | Esteban Küber | -7/+34 |
| 2020-01-08 | review comments | Esteban Küber | -16/+30 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -1/+44 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -250/+251 |
| 2020-01-09 | Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez | Yuki Okushi | -3/+30 |
| 2020-01-09 | Rollup merge of #67887 - anp:tracked-std-panics, r=nagisa | Yuki Okushi | -0/+38 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -5/+30 |
| 2020-01-09 | Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebank | Yuki Okushi | -0/+13 |
| 2020-01-08 | Check for the entry kind | maik | -3/+3 |
| 2020-01-08 | Remove unnecessary global counting | maik | -11/+5 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -83/+85 |
| 2020-01-08 | slice patterns: harden match-based borrowck tests | Mazdak Farrokhzad | -0/+978 |
| 2020-01-07 | Fix indentation | Maik Klein | -1/+1 |
| 2020-01-07 | Add tests for static variables | Maik Klein | -7/+20 |
| 2020-01-07 | Skip caller location test in wasm32. | Adam Perry | -0/+1 |
| 2020-01-07 | Rollup merge of #67936 - euclio:assoc-type-bad-style, r=Centril | Yuki Okushi | -2/+12 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -0/+10 |
| 2020-01-07 | Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=Centril | Yuki Okushi | -22/+0 |
| 2020-01-07 | Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkov | Yuki Okushi | -4/+24 |
| 2020-01-07 | Rollup merge of #67877 - dtolnay:const-_, r=nagisa | Yuki Okushi | -0/+7 |
| 2020-01-07 | Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwco | Yuki Okushi | -1/+1 |
| 2020-01-06 | rustdoc: Remove more `#[doc(cfg(..))]` duplicates | Oliver Middleton | -3/+30 |