| Age | Commit message (Expand) | Author | Lines |
| 2020-01-13 | Rollup merge of #68156 - JohnTitor:fix-path-in-doc, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-01-13 | Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa | bors | -943/+28 |
| 2020-01-13 | Fix crate paths in comments | Yuki Okushi | -1/+1 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -1/+1 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -1/+1 |
| 2020-01-12 | Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=Centril | Mazdak Farrokhzad | -17/+242 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -18/+18 |
| 2020-01-12 | Rollup merge of #67867 - matthewjasper:opaque-assoc-lookup, r=oli-obk | Mazdak Farrokhzad | -0/+39 |
| 2020-01-11 | Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-wor... | bors | -0/+43 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -196/+270 |
| 2020-01-11 | Make codegen tests wordsize independent | Oliver Scherer | -7/+6 |
| 2020-01-11 | Rollup merge of #68120 - Centril:ban-range-to-dotdotdot, r=oli-obk | Mazdak Farrokhzad | -117/+236 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -31/+49 |
| 2020-01-11 | Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2020-01-11 | Rollup merge of #67930 - lzutao:result-as_deref, r=dtolnay | Mazdak Farrokhzad | -38/+2 |
| 2020-01-11 | Ban `...X` pats, harden tests, and improve diagnostics. | Mazdak Farrokhzad | -117/+236 |
| 2020-01-11 | fix ui-fulldeps & tests fallout | Mazdak Farrokhzad | -18/+18 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -56/+297 |
| 2020-01-11 | Update test after renaming Result::as_deref | Lzu Tao | -38/+2 |
| 2020-01-11 | Rollup merge of #68106 - varkor:self_self_use, r=estebank | Mazdak Farrokhzad | -0/+6 |
| 2020-01-11 | Rollup merge of #68084 - estebank:ice-68000, r=varkor | Mazdak Farrokhzad | -0/+67 |
| 2020-01-11 | Rollup merge of #68079 - varkor:E0013-clarify, r=Centril | Mazdak Farrokhzad | -11/+28 |
| 2020-01-11 | Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkov | Mazdak Farrokhzad | -5/+4 |
| 2020-01-10 | Test that stable `const fn` requires `allow_internal_unstable` | Dylan MacKenzie | -0/+22 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -31/+27 |
| 2020-01-11 | fix fallout in ui-fulldeps | Mazdak Farrokhzad | -5/+4 |
| 2020-01-11 | Add suggestions when encountering chained comparisons | varkor | -17/+242 |
| 2020-01-11 | Fix test not to depend on environment | Yuki Okushi | -6/+5 |
| 2020-01-10 | Fix issue with using `self` module via indirection | varkor | -0/+6 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -38/+5 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -250/+251 |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -64/+120 |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -76/+41 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -18/+238 |
| 2020-01-10 | Add ICE regression tests | Esteban Küber | -0/+44 |
| 2020-01-10 | Clarify suggestion for E0013 | varkor | -11/+28 |
| 2020-01-10 | Rebase fallout | Oliver Scherer | -2/+4 |
| 2020-01-10 | Add regression tests for promotion mir expansion | Oliver Scherer | -0/+59 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -163/+137 |
| 2020-01-10 | Promoteds also need param envs. | Oliver Scherer | -1/+1 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -104/+144 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -483/+1775 |
| 2020-01-09 | Do not ICE on unicode next point | Esteban Küber | -0/+23 |
| 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 |