about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-08-08Ignore tests that fail on stage1Malo Jaffré-0/+53
2017-08-07Auto merge of #43699 - GuillaumeGomez:e0623, r=eddybbors-0/+22
2017-08-06Add missing error code for private methodGuillaume Gomez-0/+22
2017-08-06Auto merge of #43397 - GuillaumeGomez:unused-union-field, r=petrochenkovbors-0/+74
2017-08-06Handle type aliases as wellGuillaume Gomez-1/+16
2017-08-06Fix union unused fields checkGuillaume Gomez-5/+17
2017-08-06Improve union unused field detectionGuillaume Gomez-12/+16
2017-08-06Auto merge of #43488 - Florob:repeat-opt, r=arielb1bors-0/+74
2017-08-05Don't warn on unused field on unionGuillaume Gomez-0/+43
2017-08-05Auto merge of #43554 - eddyb:apfloat, r=nikomatsakisbors-2/+2
2017-08-05Auto merge of #43642 - mmatyas:unskip_aarch64_tests, r=sanxiynbors-6/+0
2017-08-05codegen tests: Check type of `len` argument to `llvm.memset.*` based on the e...Florian Zeitz-3/+3
2017-08-04Auto merge of #43600 - scalexm:issue-35976, r=nikomatsakisbors-0/+42
2017-08-04Unskip some tests on AArch64Mátyás Mustoha-6/+0
2017-08-04Auto merge of #43442 - zackmdavis:note_available_field_names_if_levenshtein_f...bors-4/+86
2017-08-04Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakisbors-9/+242
2017-08-04Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiynbors-3/+13
2017-08-03Recognize SPARC in more tests where architecture matters.Danek Duvall-0/+10
2017-08-03Solaris linker options need to be accounted for in one test.Danek Duvall-2/+2
2017-08-03Some tests use `res_init()` and need `-lresolv` on SolarisDanek Duvall-1/+1
2017-08-03Auto merge of #43609 - dsprenkels:issue-40510, r=Mark-Simulacrumbors-0/+96
2017-08-03Tweak error messagescalexm-4/+13
2017-08-03Add a more precise error messagescalexm-0/+33
2017-08-03Add more regression tests for #40510Daan Sprenkels-0/+73
2017-08-02rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat.Eduard-Mihai Burtescu-2/+2
2017-08-01also release-validate return value before a callRalf Jung-3/+3
2017-08-02Remove unecessary test code #43219Mario Idival-1/+0
2017-08-02Add regression test for #40510Daan Sprenkels-0/+23
2017-08-01Auto merge of #43576 - arielb1:no-unneeded-unwind, r=eddybbors-127/+124
2017-08-01add a closure inside an unsafe fn to the testsRalf Jung-2/+4
2017-08-01Auto merge of #43506 - michaelwoerister:async-llvm, r=alexcrichtonbors-5/+1
2017-08-01handle tuple struct ctorsRalf Jung-12/+12
2017-08-01Auto merge of #43568 - arielb1:constant-recovery, r=eddybbors-0/+67
2017-08-01async-llvm(29): Adapt run-make/llvm-phase test case to LLVM module not being ...Michael Woerister-5/+1
2017-08-01Auto merge of #43552 - petrochenkov:instab, r=jseyfriedbors-70/+37
2017-07-31Handle closures. Add some more tests.Ralf Jung-0/+109
2017-07-31limit and delimit available fields in noteZack M. Davis-20/+24
2017-07-31fix AddValidation on methodsRalf Jung-18/+21
2017-07-31more readable printing of validation operandsRalf Jung-14/+14
2017-07-31optionally only emit basic validation for functions containing unsafe block /...Ralf Jung-10/+14
2017-08-01rustc_mir::transform::simplify - remove nops firstAriel Ben-Yehuda-14/+8
2017-08-01rustc_mir: don't build unused unwind cleanup blocksAriel Ben-Yehuda-121/+124
2017-07-31trans::mir::constant - fix assignment error recoveryAriel Ben-Yehuda-0/+49
2017-07-31fix `-Z treat-err-as-bug`Ariel Ben-Yehuda-0/+18
2017-07-30save the subobligations as wellNiko Matsakis-0/+74
2017-07-30Auto merge of #43543 - petrochenkov:32330, r=nikomatsakisbors-45/+30
2017-07-30resolve: Fix instability in import suggestionsVadim Petrochenkov-70/+37
2017-07-30silence tidyRalf Jung-0/+3
2017-07-30Add tests for emitting validation statementsRalf Jung-9/+121
2017-07-30Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+21