about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-07Adjust parser generic parameter errorsvarkor-54/+93
2019-02-07Fix E0670 doc errorvarkor-1/+4
2019-02-07Fix ast_validation printing of const genericsvarkor-9/+15
2019-02-07Fix const generic parameter save analysisvarkor-6/+12
2019-02-07Add test for const parameter before other generic parametersvarkor-0/+39
2019-02-07Add test for const parameter depending on type parametervarkor-0/+28
2019-02-07Add test forbidding const parameters in const fnvarkor-0/+36
2019-02-07Update testsvarkor-257/+182
2019-02-07Add const generics feature gate testvarkor-0/+31
2019-02-07Support const generics in save analysisvarkor-3/+11
2019-02-07Add error for const parameters depending on type parametersvarkor-2/+13
2019-02-07Validate generic parameter and argument order in ast_validationvarkor-16/+112
2019-02-07Add lowering errors for const genericsvarkor-32/+53
2019-02-07Add const params to Defvarkor-3/+21
2019-02-07Add resolution errors for const genericsvarkor-32/+146
2019-02-07Add pretty-printing for const genericsvarkor-1/+16
2019-02-07Support const generics in derivevarkor-2/+34
2019-02-07Parse const genericsvarkor-178/+112
2019-02-07Add const_generics feature flagvarkor-2/+13
2019-02-07Add Const kind to ASTvarkor-3/+13
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-104/+157
2019-02-07Auto merge of #58254 - kennytm:rollup, r=kennytmbors-1927/+2037
2019-02-07Rollup merge of #58242 - notriddle:patch-3, r=zackmdaviskennytm-0/+1
2019-02-07Rollup merge of #58241 - taiki-e:librustc_llvm-2018, r=Centrilkennytm-4/+2
2019-02-07Rollup merge of #58240 - taiki-e:librustc_errors-2018, r=Centrilkennytm-45/+37
2019-02-07Rollup merge of #58239 - taiki-e:librustc_apfloat-2018, r=Centrilkennytm-18/+11
2019-02-07Rollup merge of #58237 - sdroege:docs-its-its, r=SimonSapinkennytm-4/+2
2019-02-07Rollup merge of #58236 - taiki-e:librustc_resolve-2018, r=Centrilkennytm-89/+96
2019-02-07Rollup merge of #58228 - taiki-e:librustc_plugin-2018, r=Centrilkennytm-10/+8
2019-02-07Rollup merge of #58225 - taiki-e:librustc_fs_util-2018, r=Centrilkennytm-0/+3
2019-02-07Rollup merge of #58223 - taiki-e:librustc_lsan-2018, r=Centrilkennytm-4/+3
2019-02-07Rollup merge of #58220 - taiki-e:libprofiler_builtins-2018, r=Centrilkennytm-3/+2
2019-02-07Rollup merge of #58219 - taiki-e:librustc_asan-2018, r=Centrilkennytm-4/+3
2019-02-07Rollup merge of #58218 - taiki-e:librustc_msan-2018, r=Centrilkennytm-4/+3
2019-02-07Rollup merge of #58217 - taiki-e:librustc_tsan-2018, r=Centrilkennytm-4/+3
2019-02-07Rollup merge of #58210 - nnethercote:find_outlives-debug_assert, r=matthewjasperkennytm-1/+1
2019-02-07Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm-1243/+1234
2019-02-07Rollup merge of #58192 - dlrobertson:fix_57876, r=oli-obkkennytm-1/+48
2019-02-07Rollup merge of #58156 - h-michael:update-rust-installer, r=Centrilkennytm-0/+0
2019-02-07Rollup merge of #58136 - abonander:doc-win-stdio-unicode, r=dtolnaykennytm-1/+48
2019-02-07Rollup merge of #58133 - taiki-e:libsyntax_ext-2018, r=Centrilkennytm-268/+269
2019-02-07Rollup merge of #58124 - taiki-e:libsyntax_pos-2018, r=Centrilkennytm-60/+51
2019-02-07Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfacklerkennytm-3/+8
2019-02-07Rollup merge of #58119 - taiki-e:libproc_macro-2018, r=petrochenkovkennytm-90/+100
2019-02-07Rollup merge of #58118 - h-michael:libtest-theme-2018, r=Centrilkennytm-71/+104
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-28/+191
2019-02-07Auto merge of #58125 - taiki-e:libsyntax-2018, r=Centrilbors-574/+617
2019-02-06Document the one TyKind that isn't documentedMichael Howell-0/+1
2019-02-07librustc_errors => 2018Taiki Endo-45/+37
2019-02-07librustc_llvm => 2018Taiki Endo-4/+2