about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-09Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-680/+680
2019-07-09Rollup merge of #62520 - pnkfelix:add-test-for-42574, r=alexcrichtonMazdak Farrokhzad-0/+39
2019-07-09Rollup merge of #62450 - nagisa:reclimit, r=pnkfelixMazdak Farrokhzad-28/+388
2019-07-09Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelixMazdak Farrokhzad-3/+50
2019-07-09Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelixbors-0/+21
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-680/+680
2019-07-09Regression test for issue 42574.Felix S. Klock II-0/+39
2019-07-09Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,...Mazdak Farrokhzad-0/+127
2019-07-08Rollup merge of #62478 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-3/+3
2019-07-08Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-7/+7
2019-07-08normalize use of backticks for compiler messages in librustc_codegenSamy Kacimi-3/+3
2019-07-07Auto merge of #62435 - scottmcm:constrained-array-impls, r=centrilbors-8/+158
2019-07-07Use const generics for array impls, restricted to 0..=32Scott McMurray-8/+158
2019-07-07normalize use of backticks in compiler messages for librustc_typecheckSamy Kacimi-7/+7
2019-07-07Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomezMazdak Farrokhzad-4/+39
2019-07-07Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasperMazdak Farrokhzad-26/+129
2019-07-07Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=ManishearthMazdak Farrokhzad-0/+43
2019-07-07Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichtonbors-0/+16
2019-07-07Address review comments + Fix rebaseVadim Petrochenkov-2/+14
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-19/+24
2019-07-07Support deprecation checking for macrosVadim Petrochenkov-3/+81
2019-07-07resolve: Use standard stability diagnostics for macrosVadim Petrochenkov-4/+4
2019-07-07resolve: Check stability for local macros as wellVadim Petrochenkov-2/+10
2019-07-07Collect library features from non-exported macrosVadim Petrochenkov-1/+1
2019-07-07Rollup merge of #62455 - zackmdavis:name_trait_for_ambiguous_assoc_item, r=pe...Mazdak Farrokhzad-1/+1
2019-07-06force single-threaded text executionQuietMisdreavus-2/+2
2019-07-06rustdoc: set cfg(doctest) when collecting doctestsQuietMisdreavus-3/+38
2019-07-07Link compiler plugins to rustc_driverJohn Kåre Alsaker-0/+14
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-0/+2
2019-07-06in which the `non_ascii_idents` lint appears (RFC 2457)Zack M. Davis-0/+43
2019-07-06name the trait in ambiguous-associated-items fully qualified suggestionZack M. Davis-1/+1
2019-07-07Raise the default recursion limit to 128Simonas Kazlauskas-28/+388
2019-07-06Exit arm scopes correctly in the HIR CFGMatthew Jasper-0/+21
2019-07-06Rollup merge of #62436 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-114/+114
2019-07-06normalize use of backticks/lowercase in compiler messages for librustc_mirSamy Kacimi-114/+114
2019-07-06resolve: Reserve cfg/cfg_attr/derive only in attribute sub-namespaceVadim Petrochenkov-6/+6
2019-07-06Blessed tests.Alexander Regueiro-0/+27
2019-07-06Added tests for issues.Alexander Regueiro-3/+23
2019-07-06`#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]`Vadim Petrochenkov-16/+68
2019-07-06Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasperbors-117/+230
2019-07-06--bless --compare-mode=nllMazdak Farrokhzad-17/+17
2019-07-06Bless mir-opt/while-storage.rs.Mazdak Farrokhzad-24/+21
2019-07-06while_{let_}loops/change_{break,continue}: typeck_tables_of clean.Mazdak Farrokhzad-4/+4
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-28/+97
2019-07-06Make sure while-exprs require 'cond: bool' exactly.Mazdak Farrokhzad-1/+43
2019-07-06Adjust incremental test while_loops.rsMazdak Farrokhzad-2/+2
2019-07-06while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet.Mazdak Farrokhzad-3/+11
2019-07-06Enforce 'cond: bool' in while-expr + improve reachability diags.Mazdak Farrokhzad-23/+19
2019-07-06min_const_fn: change error message due to changed desugaring.Mazdak Farrokhzad-18/+19
2019-07-06Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichtonMazdak Farrokhzad-0/+22