about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-20rustc_mir: handle all aggregate kinds in the deaggregator.Eduard-Mihai Burtescu-3/+2
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-36/+36
2018-02-18Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavusGuillaume Gomez-2/+0
2018-02-18Auto merge of #47544 - U007D:master, r=nikomatsakisbors-0/+54
2018-02-17fix more typos found by codespell.Matthias Krüger-36/+36
2018-02-17Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-02-17Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisbors-0/+135
2018-02-17Auto merge of #47917 - davidtwco:issue-47703, r=nikomatsakisbors-0/+61
2018-02-16Remove hoedown from rustdocGuillaume Gomez-2/+0
2018-02-16Auto merge of #46714 - leodasvacas:refactor-structurally-resolve-type, r=niko...bors-0/+20
2018-02-16Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakisbors-698/+94
2018-02-15add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-1/+17
2018-02-14Added tests for #47703David Wood-0/+61
2018-02-14Rollup merge of #48154 - estebank:issue-31481, r=nikomatsakiskennytm-0/+27
2018-02-14Rollup merge of #48033 - GuillaumeGomez:better-char-cast-message, r=estebankkennytm-0/+40
2018-02-13Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelixbors-0/+41
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-0/+54
2018-02-12Auto merge of #47843 - estebank:teach, r=nikomatsakisbors-0/+3026
2018-02-11Continue parsing function after finding `...` argEsteban Küber-0/+27
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-3/+180
2018-02-11Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddybbors-51/+87
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-71/+136
2018-02-10Show better warning for trying to cast non-u8 scalar to charGuillaume Gomez-0/+40
2018-02-10Rollup merge of #48107 - matthiaskrgr:typo__substract_to_subtract, r=kennytmkennytm-3/+3
2018-02-10Rollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakiskennytm-0/+33
2018-02-10Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddybkennytm-0/+20
2018-02-10Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavuskennytm-0/+40
2018-02-10Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou...kennytm-3/+12
2018-02-10Auto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakisbors-6/+28
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-6/+28
2018-02-10fix typo: substract -> subtract.Matthias Krüger-3/+3
2018-02-09add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-4/+4
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-71/+136
2018-02-09fix playground test for newly-trimmed doctestsQuietMisdreavus-2/+2
2018-02-09Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakisbors-42/+140
2018-02-09Fix visitation order of calls so that it matches execution order. Fixes #48048John Kåre Alsaker-0/+33
2018-02-08Fix the testMark Mansi-2/+2
2018-02-08Update feature gate testMark Mansi-1/+1
2018-02-09Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakisbors-18/+327
2018-02-08Disallow function pointers to #[rustc_args_required_const]Alex Crichton-0/+20
2018-02-08Revert checking casts before fallback.leonardo.yvens-8/+8
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+3026
2018-02-08Fix oversized loads on x86_64 SysV FFI callsBjörn Steinbrink-51/+87
2018-02-08add transform for uniform array move outMikhail Modin-0/+135
2018-02-08Fleshed out the test a lot more.Felix S. Klock II-9/+230
2018-02-08Test that autoref'ing beyond method receivers does not leak into two-phase bo...Felix S. Klock II-0/+39
2018-02-08Restrict two-phase borrows to solely borrows introduced via autoref.Felix S. Klock II-18/+67
2018-02-07Fix tests for MIR loop loweringbobtwinkles-1/+50
2018-02-07[ci skip] Generate false edges from loop_blockbobtwinkles-43/+59
2018-02-07support `default impl` for specializationGianni Ciccarelli-0/+18