| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Adjust parser generic parameter errors | varkor | -54/+93 |
| 2019-02-07 | Fix E0670 doc error | varkor | -1/+4 |
| 2019-02-07 | Fix ast_validation printing of const generics | varkor | -9/+15 |
| 2019-02-07 | Fix const generic parameter save analysis | varkor | -6/+12 |
| 2019-02-07 | Add test for const parameter before other generic parameters | varkor | -0/+39 |
| 2019-02-07 | Add test for const parameter depending on type parameter | varkor | -0/+28 |
| 2019-02-07 | Add test forbidding const parameters in const fn | varkor | -0/+36 |
| 2019-02-07 | Update tests | varkor | -257/+182 |
| 2019-02-07 | Add const generics feature gate test | varkor | -0/+31 |
| 2019-02-07 | Support const generics in save analysis | varkor | -3/+11 |
| 2019-02-07 | Add error for const parameters depending on type parameters | varkor | -2/+13 |
| 2019-02-07 | Validate generic parameter and argument order in ast_validation | varkor | -16/+112 |
| 2019-02-07 | Add lowering errors for const generics | varkor | -32/+53 |
| 2019-02-07 | Add const params to Def | varkor | -3/+21 |
| 2019-02-07 | Add resolution errors for const generics | varkor | -32/+146 |
| 2019-02-07 | Add pretty-printing for const generics | varkor | -1/+16 |
| 2019-02-07 | Support const generics in derive | varkor | -2/+34 |
| 2019-02-07 | Parse const generics | varkor | -178/+112 |
| 2019-02-07 | Add const_generics feature flag | varkor | -2/+13 |
| 2019-02-07 | Add Const kind to AST | varkor | -3/+13 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -104/+157 |
| 2019-02-07 | Auto merge of #58254 - kennytm:rollup, r=kennytm | bors | -1927/+2037 |
| 2019-02-07 | Rollup merge of #58242 - notriddle:patch-3, r=zackmdavis | kennytm | -0/+1 |
| 2019-02-07 | Rollup merge of #58241 - taiki-e:librustc_llvm-2018, r=Centril | kennytm | -4/+2 |
| 2019-02-07 | Rollup merge of #58240 - taiki-e:librustc_errors-2018, r=Centril | kennytm | -45/+37 |
| 2019-02-07 | Rollup merge of #58239 - taiki-e:librustc_apfloat-2018, r=Centril | kennytm | -18/+11 |
| 2019-02-07 | Rollup merge of #58237 - sdroege:docs-its-its, r=SimonSapin | kennytm | -4/+2 |
| 2019-02-07 | Rollup merge of #58236 - taiki-e:librustc_resolve-2018, r=Centril | kennytm | -89/+96 |
| 2019-02-07 | Rollup merge of #58228 - taiki-e:librustc_plugin-2018, r=Centril | kennytm | -10/+8 |
| 2019-02-07 | Rollup merge of #58225 - taiki-e:librustc_fs_util-2018, r=Centril | kennytm | -0/+3 |
| 2019-02-07 | Rollup merge of #58223 - taiki-e:librustc_lsan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58220 - taiki-e:libprofiler_builtins-2018, r=Centril | kennytm | -3/+2 |
| 2019-02-07 | Rollup merge of #58219 - taiki-e:librustc_asan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58218 - taiki-e:librustc_msan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58217 - taiki-e:librustc_tsan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58210 - nnethercote:find_outlives-debug_assert, r=matthewjasper | kennytm | -1/+1 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -1243/+1234 |
| 2019-02-07 | Rollup merge of #58192 - dlrobertson:fix_57876, r=oli-obk | kennytm | -1/+48 |
| 2019-02-07 | Rollup merge of #58156 - h-michael:update-rust-installer, r=Centril | kennytm | -0/+0 |
| 2019-02-07 | Rollup merge of #58136 - abonander:doc-win-stdio-unicode, r=dtolnay | kennytm | -1/+48 |
| 2019-02-07 | Rollup merge of #58133 - taiki-e:libsyntax_ext-2018, r=Centril | kennytm | -268/+269 |
| 2019-02-07 | Rollup merge of #58124 - taiki-e:libsyntax_pos-2018, r=Centril | kennytm | -60/+51 |
| 2019-02-07 | Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfackler | kennytm | -3/+8 |
| 2019-02-07 | Rollup merge of #58119 - taiki-e:libproc_macro-2018, r=petrochenkov | kennytm | -90/+100 |
| 2019-02-07 | Rollup merge of #58118 - h-michael:libtest-theme-2018, r=Centril | kennytm | -71/+104 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -28/+191 |
| 2019-02-07 | Auto merge of #58125 - taiki-e:libsyntax-2018, r=Centril | bors | -574/+617 |
| 2019-02-06 | Document the one TyKind that isn't documented | Michael Howell | -0/+1 |
| 2019-02-07 | librustc_errors => 2018 | Taiki Endo | -45/+37 |
| 2019-02-07 | librustc_llvm => 2018 | Taiki Endo | -4/+2 |