about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-01-12Remove codegen tests for LLLVM-style inline assemblyTomasz Miąsko-14/+0
2022-01-12Remove mir-opt tests for LLVM-style inline assemblyTomasz Miąsko-210/+0
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-1500/+74
2022-01-12Add new tests, fix up old testsMichael Goulet-0/+44
2022-01-12Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jshaMatthias Krüger-0/+78
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-6/+6
2022-01-12Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obkMatthias Krüger-0/+26
2022-01-11Deduplicate box deref and regular deref suggestionsMichael Goulet-18/+30
2022-01-11Deduplicate lines in long const-eval stack traceMichael Goulet-0/+42
2022-01-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-2/+17
2022-01-11rustc_pass_by_value: handle inferred generic types (with _)Mahdi Dibaiee-6/+20
2022-01-11Annotate dead code lint with notes about ignored derived implsFabian Wolff-0/+28
2022-01-11rustc_pass_by_value: handle generic and const type parametersMahdi Dibaiee-2/+55
2022-01-11Auto merge of #90948 - oli-obk:🧹, r=nikomatsakisbors-1/+25
2022-01-11Add testDeadbeef-0/+26
2022-01-11Add GUI test for rust logo style in the sidebarsGuillaume Gomez-0/+78
2022-01-11rustc_pass_by_value: allow types with no parameters on selfMahdi Dibaiee-1/+14
2022-01-10Use Res instead of Disambiguator for `resolved` in `report_mismatch`Noah Lev-2/+2
2022-01-10Add test for disambiguator mismatch with crateNoah Lev-1/+17
2022-01-10Enable ignored part of testNoah Lev-4/+5
2022-01-10Move two intra-doc-link tests into the `intra-doc` folderNoah Lev-1/+1
2022-01-11Add a test for ungated `#[rustc_must_implement_one_of]`Maybe Waffle-0/+24
2022-01-10rustc_pass_by_value remove dependency on rustc_diagnostic_itemMahdi Dibaiee-11/+6
2022-01-10rustc_pass_by_value lint: add test on custom typesMahdi Dibaiee-14/+78
2022-01-10Ignore `unused_mod.rs` file in code coverage resultsWesley Wiser-10/+1
2022-01-10Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgrbors-27/+92
2022-01-10expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributesVadim Petrochenkov-24/+12
2022-01-10Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol...Matthias Krüger-0/+26
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-25/+32
2022-01-10Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c...Matthias Krüger-2/+12
2022-01-10Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726Matthias Krüger-0/+22
2022-01-10Elaborate param_env predicates when checking if type outlives involving proje...Jack Huey-0/+71
2022-01-09Make message for &T -> &mut T transmute more accurate5225225-2/+2
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+28
2022-01-09Stabilize -Z print-link-args as --print link-argsJosh Triplett-9/+9
2022-01-09Mark windows_subsytem and no_builtins as crate-only attributes.Eric Huss-37/+121
2022-01-09Display "private fields" instead of "fields omitted"Noah Lev-6/+6
2022-01-09Add validation for `link` attribute position.Eric Huss-161/+243
2022-01-09Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkovbors-2/+2
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-23/+24
2022-01-09Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillotMatthias Krüger-0/+33
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-7/+5
2022-01-09Apply suggestions from code reviewWaffle Maybe-17/+17
2022-01-09Move `#[rustc_must_implement_one_of]` tests to fix tidy checkMaybe Waffle-0/+0
2022-01-09Add test for misused `#[rustc_must_implement_one_of]`Maybe Waffle-0/+120
2022-01-09Implement `#[rustc_must_implement_one_of]` attributeMaybe Waffle-0/+59
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-22/+14
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-25/+32
2022-01-08mangling_v0: Skip extern blocks during manglingVadim Petrochenkov-2/+2
2022-01-08mangling_v0: Add a test for mangling of foreign typesVadim Petrochenkov-0/+39