about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-02-22support unit tests with return values that implement `Terminaton`Niko Matsakis-0/+28
2018-02-23Fix parsing of extern paths in types and poly-traitsVadim Petrochenkov-1/+7
2018-02-21add `unwind_attributes` featureNiko Matsakis-0/+2
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-0/+1
2018-02-19Add test.Jeffrey Seyfried-0/+26
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-12/+12
2018-02-18Auto merge of #47544 - U007D:master, r=nikomatsakisbors-0/+34
2018-02-17fix more typos found by codespell.Matthias Krüger-12/+12
2018-02-17Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisbors-0/+46
2018-02-17Auto merge of #47917 - davidtwco:issue-47703, r=nikomatsakisbors-0/+61
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-642/+42
2018-02-15add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-1/+9
2018-02-15Fix arguments specified by lxl in two-phase-bin-ops testbobtwinkles-1/+0
2018-02-14Added tests for #47703David Wood-0/+61
2018-02-14macro-commas test cleanupMichael Lamparski-19/+5
2018-02-13Make nested impl Trait a hard errorTaylor Cramer-6/+5
2018-02-13Allow two-phase borrows of &mut self in opsbobtwinkles-0/+49
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-0/+34
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-0/+88
2018-02-11Add test.Jeffrey Seyfried-0/+30
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-6/+28
2018-02-09add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-1/+1
2018-02-08Revert checking casts before fallback.leonardo.yvens-0/+4
2018-02-08fix nested impl trait lifetimesTaylor Cramer-0/+8
2018-02-08add transform for uniform array move outMikhail Modin-0/+46
2018-02-07support `default impl` for specializationGianni Ciccarelli-784/+8
2018-02-07 support `default impl` for specializationGianni Ciccarelli-0/+168
2018-02-07add tests for macro trailing commasMichael Lamparski-0/+480
2018-02-06Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche...kennytm-3/+0
2018-02-05Stabilize use_nested_groupsPietro Albini-3/+0
2018-02-05Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelixbors-0/+33
2018-02-05Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakisbors-0/+26
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+43
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-0/+28
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-2/+2
2018-02-03Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakisbors-0/+28
2018-02-02Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe...kennytm-0/+20
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+43
2018-02-01Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1bors-0/+162
2018-01-31Fix overflow when performing drop check calculations in NLLAaron Hill-0/+33
2018-01-31Enable stack-probe tests with system LLVM >= 5.0Josh Stone-2/+2
2018-01-31Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakiskennytm-0/+18
2018-01-30Fix ICE when assigning references to a static mut with NLLAaron Hill-0/+20
2018-01-31rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-0/+18
2018-01-30stabilize match_beginning_vertJonathan Goodman-0/+28
2018-01-30Improved tests + typo fixes + assertMark Mansi-11/+66
2018-01-30Fix more testsMark Mansi-0/+2
2018-01-30Fix typo in error message + update testsMark Mansi-0/+6
2018-01-30Add a couple of testsMark Mansi-0/+25