| Age | Commit message (Expand) | Author | Lines |
| 2020-01-11 | prepare for moving BuiltinLintDiagnostics to rustc_session | Mazdak Farrokhzad | -75/+71 |
| 2020-01-11 | Remove unused derives | Mazdak Farrokhzad | -2/+2 |
| 2020-01-11 | canonicalize rustc::session import | Mazdak Farrokhzad | -1/+2 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -25/+22 |
| 2020-01-11 | get_features -> rustc_parse::config | Mazdak Farrokhzad | -178/+182 |
| 2020-01-11 | document feature_err et. al | Mazdak Farrokhzad | -0/+23 |
| 2020-01-11 | gating diagnostics -> rustc_session::parse | Mazdak Farrokhzad | -76/+76 |
| 2020-01-10 | Auto merge of #68101 - JohnTitor:rollup-mvmjukr, r=JohnTitor | bors | -1474/+2784 |
| 2020-01-11 | Rollup merge of #68075 - ollie27:rustbuild_books, r=Mark-Simulacrum | Yuki Okushi | -72/+14 |
| 2020-01-11 | Rollup merge of #68059 - jethrogb:jb/target-llvm-args, r=alexcrichton | Yuki Okushi | -9/+12 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -276/+241 |
| 2020-01-11 | Rollup merge of #68039 - euclio:remove-strip-hidden, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-01-11 | Rollup merge of #68019 - cuviper:in-tree-compiletest, r=Mark-Simulacrum | Yuki Okushi | -13/+11 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -254/+260 |
| 2020-01-11 | Rollup merge of #67258 - Centril:open-ended-ranges, r=oli-obk | Yuki Okushi | -849/+2183 |
| 2020-01-11 | Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay | Yuki Okushi | -0/+62 |
| 2020-01-10 | Auto merge of #67996 - JohnTitor:clippy-up, r=JohnTitor | bors | -7/+9 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -14/+9 |
| 2020-01-10 | Update measureme to 0.7.1 in order to fix compilation error on big-endian pla... | Michael Woerister | -2/+2 |
| 2020-01-10 | Run 'x.py fmt'. | Michael Woerister | -101/+42 |
| 2020-01-10 | self-profile: Fix issue with handling query blocking. | Michael Woerister | -11/+28 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -50/+352 |
| 2020-01-10 | Use 'relaxed' memory ordering for simple atomic counters in dep-graph. | Michael Woerister | -4/+4 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -106/+275 |
| 2020-01-10 | Allow specifying LLVM args in target specifications | Jethro Beekman | -9/+12 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -276/+241 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -849/+2183 |
| 2020-01-10 | Rollup merge of #68073 - Centril:fix-68062, r=estebank | Mazdak Farrokhzad | -1/+42 |
| 2020-01-10 | Rollup merge of #68071 - estebank:ice-67995, r=Centril | Mazdak Farrokhzad | -91/+280 |
| 2020-01-10 | Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov | Mazdak Farrokhzad | -748/+752 |
| 2020-01-10 | Rollup merge of #67820 - ecstatic-morse:const-trait, r=oli-obk | Mazdak Farrokhzad | -25/+586 |
| 2020-01-10 | Rollup merge of #67501 - oli-obk:test-slice-patterns, r=RalfJung | Mazdak Farrokhzad | -152/+157 |
| 2020-01-10 | Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril | Mazdak Farrokhzad | -21/+255 |
| 2020-01-09 | Add test for `?const` in nested impl/dyn trait | Dylan MacKenzie | -1/+17 |
| 2020-01-09 | Make `bound_context` more like neighboring functions | Dylan MacKenzie | -21/+18 |
| 2020-01-09 | Add test for `?const` and `?` on the same bound | Dylan MacKenzie | -0/+22 |
| 2020-01-09 | Call all visit methods on trait definitions | Dylan MacKenzie | -0/+3 |
| 2020-01-09 | Add tests for RFC 2632 | Dylan MacKenzie | -1/+333 |
| 2020-01-09 | Check for `?const` in invalid contexts during AST validation | Dylan MacKenzie | -0/+74 |
| 2020-01-09 | Reject `const` in inherent impls | Dylan MacKenzie | -3/+12 |
| 2020-01-09 | Error when new syntax is lowered | Dylan MacKenzie | -0/+10 |
| 2020-01-09 | Parse `?const Trait` bound syntax | Dylan MacKenzie | -14/+77 |
| 2020-01-09 | Parse `impl const Trait for Ty` syntax | Dylan MacKenzie | -3/+11 |
| 2020-01-09 | Add a `constness` field to `ast::TraitRef` | Dylan MacKenzie | -5/+20 |
| 2020-01-09 | Add `const_trait_bound_opt_out` feature gate | Dylan MacKenzie | -0/+6 |
| 2020-01-09 | Add `const_trait_impl` feature gate | Dylan MacKenzie | -0/+6 |
| 2020-01-09 | rustbuild: Cleanup book generation | Oliver Middleton | -72/+14 |
| 2020-01-09 | review comments: more tests | Esteban Küber | -85/+195 |
| 2020-01-10 | Update Clippy | Yuki Okushi | -7/+9 |
| 2020-01-09 | Extend support of `_` in type parameters | Esteban Küber | -12/+91 |