about summary refs log tree commit diff
path: root/src/test/ui/range
AgeCommit message (Expand)AuthorLines
2021-02-09./x.py test --blessTomasz Miąsko-275/+11
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2020-10-06Fix tests from rebaseMatthew Jasper-1/+3
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-90/+90
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-6/+9
2020-08-16hir: simplify `is_range_literal`David Wood-1/+5
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-1/+0
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-32/+65
2020-06-22Change heuristic for determining range literalAyaz Hafiz-0/+43
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-10/+6
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+42
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-09Update testsVadim Petrochenkov-11/+251
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-48/+48
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-3/+3
2019-04-22Remove double trailing newlinesvarkor-6/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-3/+3
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
2018-12-25Remove licensesMark Rousskov-113/+23
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-2/+2
2018-11-10Use non-short suggestion for parenthesised ..=varkor-1/+1
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-2/+2
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-1/+1
2018-11-08Fix some tests for wasm32-unknown-emscriptenNikita Popov-1/+1
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-33/+9
2018-10-09Fix test for windows osPaweł Romanowski-6/+10
2018-10-08Attempt to fix #54505 tests for wasmPaweł Romanowski-11/+12
2018-10-02Address review commentsPaweł Romanowski-74/+24
2018-10-02Fix range borrowing suggestions logicPaweł Romanowski-3/+313
2018-09-29First stab at fixing #54505Paweł Romanowski-0/+327
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+438