| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-08 | unused_imports: update tests | Pietro Albini | -29/+37 | |
| 2019-02-08 | error_index_generator => 2018 | Taiki Endo | -1/+3 | |
| 2019-02-08 | Allow a dirty MirBuilt for make_extern and make_method_extern | John Kåre Alsaker | -2/+2 | |
| 2019-02-08 | rustc-workspace-hack => 2018 | Taiki Endo | -0/+1 | |
| 2019-02-08 | rustc-std-workspace-core => 2018 | Taiki Endo | -2/+2 | |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -709/+1085 | |
| Add const generics to the AST This is mostly split out from https://github.com/rust-lang/rust/pull/53645 in an effort to make progress merging const generics piecewise instead of in one go. cc @yodaldevoid, @petrochenkov r? @eddyb | ||||
| 2019-02-08 | Update tests | John Kåre Alsaker | -155/+155 | |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 | |
| 2019-02-08 | Move no_hash from mir_built to optimized_mir | John Kåre Alsaker | -2/+2 | |
| 2019-02-08 | Remove no_hash from typeck_tables_of | John Kåre Alsaker | -1/+1 | |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 | |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -61/+106 | |
| 2019-02-07 | Add test for type mismatch on first match arm | Esteban Küber | -0/+58 | |
| 2019-02-07 | WIP | Alexander Regueiro | -3/+3 | |
| 2019-02-07 | Minor cosmetic changes. | Alexander Regueiro | -9/+8 | |
| 2019-02-07 | Addressed review points. | Alexander Regueiro | -404/+412 | |
| 2019-02-07 | Factored out context-dependent help for error reporting. | Alexander Regueiro | -183/+195 | |
| 2019-02-07 | Factored out error reporting from `smart_resolve_path_fragment` fn. | Alexander Regueiro | -332/+347 | |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -505/+514 | |
| 2019-02-07 | Suggest removing parentheses surrounding lifetimes | Igor Sadikov | -6/+19 | |
| 2019-02-07 | Add unstable feature attribute for unsigned const saturating add/sub ↵ | Patrick McCarter | -0/+2 | |
| intrinsics #58030 | ||||
| 2019-02-07 | update test | Mark Mansi | -23/+27 | |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -56/+72 | |
| 2019-02-07 | add a test | mark | -0/+69 | |
| 2019-02-07 | fix existing tests | mark | -32/+32 | |
| 2019-02-07 | error on duplicate matcher bindings | mark | -5/+49 | |
| 2019-02-07 | Refactor const saturating intrinsics emulation and add unstable feature ↵ | Patrick McCarter | -39/+29 | |
| attribute #58030 | ||||
| 2019-02-07 | Improve the error messages for missing stability attributes | varkor | -21/+41 | |
| This makes the capitalisation consistent and provides more context (especially for missing top-level attributes). | ||||
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+81 | |
| 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 | Auto merge of #58266 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -244/+240 | |
| Rollup of 11 pull requests Successful merges: - #57504 (Re-enable history api on file:// protocol) - #57848 (Generate a documentation page for core::mem::transmute.) - #57884 (Update minifier version) - #57954 (rustdoc: remove blank unstable spans) - #58028 (Fix image link in the settings menu) - #58033 (rustdoc: wrap stability tags in colored spans) - #58086 ([rustdoc] Improve file list display) - #58143 (Sort elements in the sidebar) - #58146 (Prevent automatic collapse of methods impl blocks) - #58150 (Don't apply impl block collapse rules to trait impls) - #58185 (Remove images' url to make it work even without internet connection) Failed merges: r? @ghost | ||||
| 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 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-02-07 | Add const generics feature gate test | varkor | -0/+31 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
