about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-22add rustc_private as a proper language feature gateAleksey Kladov-0/+17
2019-07-20Introduce rustc_lexerAleksey Kladov-8/+15
2019-07-20Auto merge of #62710 - estebank:bad-named-args, r=petrochenkovbors-19/+29
2019-07-19Implement checks for meta-variables in macrosJulien Cretin-0/+254
2019-07-19Auto merge of #62694 - lundibundi:help-infer-fn-ret, r=eddybbors-7/+51
2019-07-19Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwcobors-362/+194
2019-07-18Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddybbors-17/+473
2019-07-18Auto merge of #62782 - Mark-Simulacrum:rollup-1hz5ya6, r=Mark-Simulacrumbors-262/+248
2019-07-18Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddybMark Rousskov-17/+35
2019-07-18Rollup merge of #62774 - smaeul:pr/simd-tests, r=petrochenkovMark Rousskov-0/+4
2019-07-18Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-172/+172
2019-07-18Rollup merge of #62730 - matthewjasper:hygiene-tests, r=petrochenkovMark Rousskov-42/+26
2019-07-18Rollup merge of #62712 - limira:self-type-help, r=estebankMark Rousskov-11/+11
2019-07-18Rollup merge of #62696 - chocol4te:fix_#62194, r=estebankMark Rousskov-20/+0
2019-07-18Auto merge of #62682 - alessandrod:issue-58375, r=eddybbors-0/+23
2019-07-18resolve: Attempt to resolve unresolved paths in macro namespaceVadim Petrochenkov-43/+43
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-22/+19
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-306/+141
2019-07-18Self-referencial type renamed to recursive type.Giles Cope-17/+17
2019-07-18Auto merge of #62669 - estebank:suggest-assoc-type, r=cramertjbors-0/+16
2019-07-17Disable simd_select_bitmask test on big endianSamuel Holland-0/+4
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-172/+172
2019-07-17Test case for #62506.Giles Cope-0/+18
2019-07-17rustc_typeck: improve diagnostics for -> _ fn return typeDenys Otrishko-7/+51
2019-07-16Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichtonbors-12/+14
2019-07-16Make pretty-expanded-hygiene a `ui` testMatthew Jasper-21/+12
2019-07-16Change all run-pass hygiene tests to `ui` testsMatthew Jasper-21/+14
2019-07-16Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-5/+5
2019-07-16Rollup merge of #62702 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-3/+3
2019-07-16Check that trait is exported or public before adding intercrate ambiguity hintFerdia McKeogh-20/+0
2019-07-16Update the help message on error for self typeLimira-11/+11
2019-07-15Specific error for positional args after named args in `format!()`Esteban Küber-19/+29
2019-07-15Rollup merge of #62685 - nathanwhit:as_ref_suggest_fix, r=estebankMark Rousskov-0/+1
2019-07-15Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obkMark Rousskov-3/+3
2019-07-15Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebankMark Rousskov-0/+19
2019-07-15Rollup merge of #62646 - estebank:wording, r=petrochenkovMark Rousskov-59/+59
2019-07-15Rollup merge of #62639 - immunant:invariant_valistimpl, r=eddybMark Rousskov-44/+116
2019-07-15Rollup merge of #62405 - hellow554:patch-1, r=varkorMark Rousskov-0/+9
2019-07-15Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichtonMark Rousskov-0/+3
2019-07-16normalize use of backticks in compiler messages for libsyntax/parseSamy Kacimi-5/+5
2019-07-15normalize use of backticks in compiler messages for libsyntax_extSamy Kacimi-3/+3
2019-07-15ignore some codegen tests in debug modeRalf Jung-0/+3
2019-07-15Relax checks in pgo-instrumentation codegen testNikita Popov-4/+4
2019-07-15pprust: Support `macro` macrosVadim Petrochenkov-1/+8
2019-07-15pprust: Fix formatting regressions from the previous commitsVadim Petrochenkov-39/+86
2019-07-15pprust: Do not convert attributes into `MetaItem`s for printingVadim Petrochenkov-2/+9
2019-07-15pprust: Use `print_mac_common` for delimited token groupsVadim Petrochenkov-50/+50
2019-07-15pprust: Use `print_mac_common` for attributesVadim Petrochenkov-1/+1
2019-07-15pprust: Use `print_mac_common` for `macro_rules` definitionsVadim Petrochenkov-3/+5
2019-07-15pprust: Move some methods to the `PrintState` traitVadim Petrochenkov-2/+2