| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | also fix bad use of shared ref in split_at_mut | Ralf Jung | -1/+1 |
| 2019-02-07 | unused_imports: make the lint machine-applicable | Pietro Albini | -22/+191 |
| 2019-02-07 | Resolve incorrect diagnostic for using a non-const value in a constant | varkor | -57/+47 |
| 2019-02-07 | Add fixme | Esteban Küber | -1/+3 |
| 2019-02-07 | Add a test forbidding the use of const parameters in inner items | varkor | -0/+37 |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -93/+120 |
| 2019-02-07 | Parse negative literals in const generic arguments | varkor | -2/+5 |
| 2019-02-07 | Add warning for a parameter list with an attribute but no parameters | varkor | -10/+28 |
| 2019-02-07 | Add test for generic parameter list solely containing an attribute | varkor | -0/+5 |
| 2019-02-07 | Fix update to 2018 edition | varkor | -1/+1 |
| 2019-02-07 | Adjust generic const param resolution | varkor | -152/+65 |
| 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 | Un-monomorphize and inline formatting with padding | Nick Fitzgerald | -29/+57 |
| 2019-02-07 | Reweork incompatible match arms error | Esteban Küber | -62/+92 |
| 2019-02-07 | Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin | Guillaume Gomez | -114/+37 |
| 2019-02-07 | Rollup merge of #58150 - GuillaumeGomez:dont-apply-impl-collapse-rules-to-tra... | Guillaume Gomez | -8/+9 |
| 2019-02-07 | Rollup merge of #58146 - GuillaumeGomez:dont-collapse-everything, r=QuietMisd... | Guillaume Gomez | -2/+20 |
| 2019-02-07 | Rollup merge of #58143 - GuillaumeGomez:sort-elements-in-sidebar, r=QuietMisd... | Guillaume Gomez | -72/+84 |
| 2019-02-07 | Rollup merge of #58086 - GuillaumeGomez:rustdoc-file-list-improvement, r=Mani... | Guillaume Gomez | -2/+3 |
| 2019-02-07 | Rollup merge of #58033 - euclio:rustdoc-tags, r=QuietMisdreavus | Guillaume Gomez | -19/+31 |
| 2019-02-07 | Rollup merge of #58028 - GuillaumeGomez:fix-settings-image-link, r=QuietMisdr... | Guillaume Gomez | -15/+35 |
| 2019-02-07 | Rollup merge of #57954 - euclio:rustdoc-stability, r=QuietMisdreavus | Guillaume Gomez | -4/+12 |
| 2019-02-07 | Rollup merge of #57884 - GuillaumeGomez:update-minifier-array, r=QuietMisdreavus | Guillaume Gomez | -3/+4 |
| 2019-02-07 | Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavus | Guillaume Gomez | -0/+1 |
| 2019-02-07 | Rollup merge of #57504 - GuillaumeGomez:re-enable-history, r=QuietMisdreavus | Guillaume Gomez | -2/+1 |
| 2019-02-07 | Calculate self-times not total times | Wesley Wiser | -7/+18 |
| 2019-02-07 | Add #[inline] annotations | Wesley Wiser | -0/+7 |
| 2019-02-07 | Implement more detailed self profiling | Wesley Wiser | -182/+345 |
| 2019-02-07 | De-duplicate write_prefix lambda in pad_integral | Nick Fitzgerald | -11/+20 |
| 2019-02-07 | De-duplicate number formatting implementations for smaller code size | Nick Fitzgerald | -31/+38 |
| 2019-02-07 | Don't apply impl block collapse rules to trait impls | Guillaume Gomez | -8/+9 |