about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-03-19Rollup merge of #59116 - estebank:comma-sugg, r=petrochenkovMazdak Farrokhzad-6/+22
2019-03-19Rollup merge of #57847 - clarcharr:dbg_no_params, r=CentrilMazdak Farrokhzad-4/+9
2019-03-19Rollup merge of #57729 - pnkfelix:issue-55748-pat-types-are-constraints-on-bi...Mazdak Farrokhzad-0/+99
2019-03-18Auto merge of #56462 - Zoxc:query-macro, r=oli-obkbors-224/+224
2019-03-18Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichtonbors-7/+34
2019-03-18Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkovbors-0/+14
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-224/+224
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-91/+91
2019-03-18Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkovbors-1/+120
2019-03-17Auto merge of #59250 - bovinebuddha:filter_ui_revision_tests, r=petrochenkovbors-720/+560
2019-03-17Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkovbors-0/+18
2019-03-17Auto merge of #59047 - petrochenkov:modnodefid, r=Centrilbors-0/+42
2019-03-17Removed obsolete .stderr test outputsMathias Blikstad-160/+0
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-585/+585
2019-03-16Don't report deprecation lints in derive expansionsOliver Scherer-0/+18
2019-03-16syntax: Introduce `Ident::can_be_raw`Vadim Petrochenkov-13/+15
2019-03-16syntax_ext: Validate `#[proc_macro_derive]` input betterVadim Petrochenkov-5/+17
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-3/+15
2019-03-16Add tests for malformed input in `#[proc_macro_derive]`Vadim Petrochenkov-84/+118
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-4/+4
2019-03-16Rollup merge of #59201 - lambda:remove-repr-simd-isize-usize-restriction, r=a...kennytm-11/+34
2019-03-16Rollup merge of #59169 - tmandry:allow-features-flag, r=cramertjkennytm-0/+50
2019-03-16Rollup merge of #59156 - davidtwco:issue-55809, r=nikomatsakiskennytm-0/+30
2019-03-16Rollup merge of #59146 - estebank:suggest-return-lt, r=varkorkennytm-0/+35
2019-03-16Rollup merge of #59139 - oli-obk:unions_are_a_good_thing, r=RalfJungkennytm-0/+11
2019-03-16Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexregkennytm-0/+25
2019-03-16Rollup merge of #59079 - euclio:macro-semi, r=estebankkennytm-4/+60
2019-03-16Rollup merge of #59036 - dlrobertson:fix_59021, r=estebankkennytm-0/+18
2019-03-16Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkorkennytm-0/+9
2019-03-16resolve: Account for new importable entitiesVadim Petrochenkov-0/+42
2019-03-16Fix testbjorn3-7/+34
2019-03-15Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelixbors-0/+26
2019-03-15use `!` in macro disambiguation suggestionAndy Russell-3/+3
2019-03-15replace ad-hoc namespace enumsAndy Russell-5/+5
2019-03-15overhaul intra-doc-link ambiguity warningAndy Russell-1/+120
2019-03-15Remove restriction on isize/usize in repr(simd)Brian Campbell-11/+34
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-20/+20
2019-03-15rustc: provide DisambiguatedDefPathData in ty::print.Eduard-Mihai Burtescu-27/+27
2019-03-15rustc: slice substs in ty::print instead of passing the full ones.Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: print elided regions as '_ instead of nothing, and use a separate chec...Eduard-Mihai Burtescu-4/+4
2019-03-15rustc: always hide defaulted generic args, even in verbose mode.Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: merge PrintCx::parameterized and def_path printing.Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-13/+13
2019-03-15rustc_mir: adjust the type_length_limit diagnostic to be more useful.Eduard-Mihai Burtescu-5/+11
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-43/+43
2019-03-15Improved test output for estr-slicesntdevco-4/+4
2019-03-15rustc: explicitly pass the namespace to PrintCx::parameterized.Eduard-Mihai Burtescu-5/+5
2019-03-15rustc: always rely on '_ to be not printed by ty::Region itself.Eduard-Mihai Burtescu-9/+9
2019-03-15rustc: support impl's in PrintCx::parameterized.Eduard-Mihai Burtescu-16/+16
2019-03-14Add `-Z allow_features=...` flagTyler Mandry-0/+50