about summary refs log tree commit diff
path: root/src/test/incremental/hashes/indexing_expressions.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-134/+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
2022-04-12Bless tests.Camille GILLOT-6/+6
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-20/+40
2021-05-15Remove `label` in dirty/clean annotations.Camille GILLOT-28/+14
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-14/+14
2020-03-14Replace `Hir` with `hir_owner` in testsJohn Kåre Alsaker-14/+14
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-14/+14
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-7/+7
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-12-25Remove licensesMark Rousskov-11/+0
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+0
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-14/+0
2017-11-12Fix indexing expressions test copy/paste docsJeff Crocker-1/+1
2017-09-22Add support for `..=` syntaxAlex Burka-1/+1
2016-12-06ICH: Add test case for indexing expressions.Michael Woerister-0/+157