| Age | Commit message (Expand) | Author | Lines |
| 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 | -6/+7 |
| 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 |
| 2019-02-07 | Add #[must_use] message to Fn* traits | Taiki Endo | -3/+3 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -114/+37 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -104/+157 |
| 2019-02-07 | add doc comment and revert angle bracket change | Esteban Küber | -5/+7 |
| 2019-02-07 | tweak wording based on in person feedback | Esteban Küber | -10/+8 |
| 2019-02-07 | fix test | Esteban Küber | -2/+5 |
| 2019-02-07 | Update test output after rebase | Esteban Küber | -3/+3 |
| 2019-02-07 | Remove unused `match` | Esteban Küber | -19/+4 |
| 2019-02-07 | Add missing trailing newline | Esteban Küber | -2/+2 |
| 2019-02-07 | Remove spurious complaint about missing expression for bare semicolons | Esteban Küber | -9/+27 |
| 2019-02-07 | unify error handling to single method | Esteban Küber | -42/+32 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -158/+335 |
| 2019-02-07 | Update RELEASES.md | Aaron Power | -6/+6 |
| 2019-02-07 | Auto merge of #58254 - kennytm:rollup, r=kennytm | bors | -1927/+2037 |
| 2019-02-06 | Change RawWaker constructor to const fn | Matthias Einwag | -12/+26 |
| 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 |