about summary refs log tree commit diff
path: root/src/test/ui/binding
AgeCommit message (Expand)AuthorLines
2021-12-11Rollup merge of #91718 - RalfJung:unaligned_references, r=nagisaMatthias Krüger-0/+4
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+4
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-2/+4
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-24/+13
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-13/+1
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-38/+38
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+24
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-2/+2
2020-12-26update testsBastian Kauschke-21/+21
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+1
2020-08-08Be consistent when describing a move as a 'partial' in diagnosticsAaron Hill-12/+12
2020-07-26Remove more obsolete test flagsOliver Scherer-1/+0
2020-05-09adjust testsRalf Jung-1/+2
2020-05-03resolve: Relax fresh binding disambiguation slightly to fix regressionVadim Petrochenkov-0/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-2/+2
2020-04-10--bless youMazdak Farrokhzad-8/+8
2020-04-10copy test cases to `if let` as well.Felix S. Klock II-2/+59
2020-04-10Update src/test/ui/binding/issue-53114-safety-checks.rsFelix S Klock II-1/+1
2020-04-10Update src/test/ui/binding/issue-53114-borrow-checks.rsFelix S Klock II-1/+1
2020-04-10tests encoding current behavior for various cases of "binding" to _.Felix S. Klock II-0/+243
2020-03-15resolve: Prevent fresh bindings from shadowing ambiguity itemsVadim Petrochenkov-0/+88
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-6/+3
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-1/+1
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-0/+1
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+0
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-1/+1
2019-10-27Gather together usefulness testsNadrieril-14/+0
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+2
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+2
2019-07-28Use new 'p @ ..' syntax in tests.Mazdak Farrokhzad-2/+2
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+2268