about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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
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-07Un-monomorphize and inline formatting with paddingNick Fitzgerald-29/+57
2019-02-07Reweork incompatible match arms errorEsteban Küber-62/+92
2019-02-07Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapinGuillaume Gomez-114/+37
2019-02-07Rollup merge of #58150 - GuillaumeGomez:dont-apply-impl-collapse-rules-to-tra...Guillaume Gomez-8/+9
2019-02-07Rollup merge of #58146 - GuillaumeGomez:dont-collapse-everything, r=QuietMisd...Guillaume Gomez-2/+20
2019-02-07Rollup merge of #58143 - GuillaumeGomez:sort-elements-in-sidebar, r=QuietMisd...Guillaume Gomez-72/+84
2019-02-07Rollup merge of #58086 - GuillaumeGomez:rustdoc-file-list-improvement, r=Mani...Guillaume Gomez-2/+3
2019-02-07Rollup merge of #58033 - euclio:rustdoc-tags, r=QuietMisdreavusGuillaume Gomez-19/+31
2019-02-07Rollup merge of #58028 - GuillaumeGomez:fix-settings-image-link, r=QuietMisdr...Guillaume Gomez-15/+35
2019-02-07Rollup merge of #57954 - euclio:rustdoc-stability, r=QuietMisdreavusGuillaume Gomez-4/+12
2019-02-07Rollup merge of #57884 - GuillaumeGomez:update-minifier-array, r=QuietMisdreavusGuillaume Gomez-3/+4
2019-02-07Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavusGuillaume Gomez-0/+1
2019-02-07Rollup merge of #57504 - GuillaumeGomez:re-enable-history, r=QuietMisdreavusGuillaume Gomez-2/+1
2019-02-07Calculate self-times not total timesWesley Wiser-7/+18
2019-02-07Add #[inline] annotationsWesley Wiser-0/+7
2019-02-07Implement more detailed self profilingWesley Wiser-182/+345
2019-02-07De-duplicate write_prefix lambda in pad_integralNick Fitzgerald-11/+20
2019-02-07De-duplicate number formatting implementations for smaller code sizeNick Fitzgerald-31/+38
2019-02-07Don't apply impl block collapse rules to trait implsGuillaume Gomez-8/+9