about summary refs log tree commit diff
path: root/src/test/incremental/hashes/unary_and_binary_exprs.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-506/+0
2022-12-25Remove references to removed option from tests.Camille GILLOT-3/+0
2022-05-27Switch incremental/hashes tests to all use optimizations.Jakob Degen-1/+1
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-64/+126
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-07-15mir_built is a lieBastian Kauschke-28/+28
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-28/+28
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-1/+1
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-28/+28
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-03-30Update testsJohn Kåre Alsaker-2/+2
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-28/+28
2019-02-08Update testsJohn Kåre Alsaker-28/+28
2018-12-25Remove licensesMark Rousskov-11/+0
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-01-29tests: replace "lvalue" terminology with "place".Eduard-Mihai Burtescu-3/+3
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-1/+1
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-56/+0
2017-11-12incr: Make `unary_and_binary_exprs.rs` use `except`-style incremental checkingNick Fitzgerald-112/+56
Part of #44924
2016-11-29Fix SVH tests some moreFlorian Diebold-88/+136
2016-11-29WIP: update tests to pass -- not completeNiko Matsakis-4/+12
2016-11-07Fix typos and redundant codeoldmanmike-5/+3
2016-11-07Apply changes recommended in code reviewoldmanmike-21/+40
Said code review and recommendations can be found here: https://github.com/rust-lang/rust/pull/37610
2016-11-05Add unary and binary tests for incr-compoldmanmike-0/+497