about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-02-08unused_imports: update testsPietro Albini-29/+37
2019-02-08error_index_generator => 2018Taiki Endo-1/+3
2019-02-08Allow a dirty MirBuilt for make_extern and make_method_externJohn Kåre Alsaker-2/+2
2019-02-08rustc-workspace-hack => 2018Taiki Endo-0/+1
2019-02-08rustc-std-workspace-core => 2018Taiki Endo-2/+2
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-709/+1085
2019-02-08Update testsJohn Kåre Alsaker-155/+155
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Move no_hash from mir_built to optimized_mirJohn Kåre Alsaker-2/+2
2019-02-08Remove no_hash from typeck_tables_ofJohn Kåre Alsaker-1/+1
2019-02-08Remove no_hash from optimized_mirJohn Kåre Alsaker-1/+1
2019-02-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-61/+106
2019-02-07Add test for type mismatch on first match armEsteban Küber-0/+58
2019-02-07WIPAlexander Regueiro-3/+3
2019-02-07Minor cosmetic changes.Alexander Regueiro-9/+8
2019-02-07Addressed review points.Alexander Regueiro-404/+412
2019-02-07Factored out context-dependent help for error reporting.Alexander Regueiro-183/+195
2019-02-07Factored out error reporting from `smart_resolve_path_fragment` fn.Alexander Regueiro-332/+347
2019-02-08librustc_mir => 2018Taiki Endo-505/+514
2019-02-07Suggest removing parentheses surrounding lifetimesIgor Sadikov-6/+19
2019-02-07Add unstable feature attribute for unsigned const saturating add/sub intrinsi...Patrick McCarter-0/+2
2019-02-07update testMark Mansi-23/+27
2019-02-07Make it an incompatibility lint for nowMark Mansi-56/+72
2019-02-07add a testmark-0/+69
2019-02-07fix existing testsmark-32/+32
2019-02-07error on duplicate matcher bindingsmark-5/+49
2019-02-07Refactor const saturating intrinsics emulation and add unstable feature attri...Patrick McCarter-39/+29
2019-02-07Improve the error messages for missing stability attributesvarkor-21/+41
2019-02-07disable tests in MiriRalf Jung-0/+81
2019-02-07also fix bad use of shared ref in split_at_mutRalf Jung-1/+1
2019-02-07unused_imports: make the lint machine-applicablePietro Albini-22/+191
2019-02-07Resolve incorrect diagnostic for using a non-const value in a constantvarkor-57/+47
2019-02-07Auto merge of #58266 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-244/+240
2019-02-07Add fixmeEsteban Küber-1/+3
2019-02-07Add a test forbidding the use of const parameters in inner itemsvarkor-0/+37
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-93/+120
2019-02-07Parse negative literals in const generic argumentsvarkor-2/+5
2019-02-07Add warning for a parameter list with an attribute but no parametersvarkor-10/+28
2019-02-07Add test for generic parameter list solely containing an attributevarkor-0/+5
2019-02-07Fix update to 2018 editionvarkor-1/+1
2019-02-07Adjust generic const param resolutionvarkor-152/+65
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