about summary refs log tree commit diff
path: root/src/test/run-pass/issues
AgeCommit message (Expand)AuthorLines
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+4
2019-04-23Fix regression in line ending testvarkor-2/+2
2019-04-22Remove double trailing newlinesvarkor-20/+2
2019-04-22update tests for migrate mode by defaultMatthew Jasper-6/+6
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-1/+1
2019-03-31Fix stack overflow when generating debuginfo for 'recursive' typeAaron Hill-0/+8
2019-03-30Fix more testsFabian Drinck-2/+0
2019-03-16Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkorkennytm-0/+9
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-47/+318
2019-03-13Fix generic argument lookup for SelfAngelos Oikonomopoulos-0/+9
2019-03-04Regression test for #58435.Felix S. Klock II-0/+17
2019-02-26Normalize the type Self resolves to in an implAngelos Oikonomopoulos-0/+13
2019-02-25Test that binop subtyping in rustc_typeck fixes #27949Jamie Turner-0/+41
2019-02-10tests: doc commentsAlexander Regueiro-1/+1
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-47/+0
2018-12-25Remove licensesMark Rousskov-7910/+6
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-5/+56
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-1/+0
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-0/+1
2018-12-19Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-opti...Pietro Albini-0/+5
2018-12-19FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif...Niv Kaminer-5/+56
2018-12-17Address LLVM assertion failure by prepopulating with *just* name-anon-globals.Felix S. Klock II-1/+1
2018-12-14add coherence future-compat warnings for marker-only trait objectsAriel Ben-Yehuda-0/+57
2018-12-14fix issue 54153 by ignoring issue-18804 test on windows/mac.Felix S. Klock II-0/+5
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-4/+4
2018-12-11Fix some misbehaving testsvarkor-0/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-6/+7
2018-11-25Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkovPietro Albini-1/+0
2018-11-21macro_literal_matcher: fixes per petrochenkov's reviewDan Aloni-1/+0
2018-11-21Stabilize macro_literal_matcherDan Aloni-1/+1
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+1
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-0/+22
2018-11-08Deprecate channel selectionStjepan Glavina-0/+1
2018-11-07Added tests.Alexander Regueiro-0/+22
2018-10-30Regression test for issue #54477.Felix S. Klock II-0/+25
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-16Add ignore-compare-mode-nll to some run-pass tests that become compile-fail u...Felix S. Klock II-0/+46
2018-10-07Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obkbors-23/+0
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-5/+0
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-0/+1
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-0/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-5/+0
2018-10-04Convert issue-49556.rs to compile-passJonas Schievink-31/+0
2018-10-04Fix dead code lint for functions using impl TraitJonas Schievink-0/+8
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-1/+3
2018-10-02Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obkPietro Albini-0/+8
2018-10-02Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelixPietro Albini-7152/+0
2018-10-02move some more testsRalf Jung-1416/+0
2018-09-30do not promote comparing function pointersRalf Jung-0/+8