Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00
pierwill
1642fdfea0
Add -Zassert-incr-state
to assert state of incremental cache
2021-11-12 13:41:46 -06:00
Camille GILLOT
da093d713a
Remove label
in dirty/clean annotations.
2021-05-15 13:20:42 +02:00
Valentin Lazureanu
1e6adad33f
Rename TypeckTables to TypeckResults.
2020-07-17 08:47:04 +00:00
John Kåre Alsaker
4558068482
Update tests
2019-03-30 18:43:26 +01:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Niko Matsakis
282f7a3c44
rename Tables
to TypeckTables
2017-01-25 16:24:00 -05:00
Niko Matsakis
1c0c2af3dc
merge TypeckItemBody and Tables depnodes
2017-01-25 15:50:47 -05:00
Gavin Baker
99aae9b834
Improve error message and snippet for "did you mean x
"
...
- Fixes #36164
- Part of #35233
- handles unknown fields
- uses UI-style tests
- update all related tests (cfail, ui, incremental)
2016-10-02 15:57:39 +11:00
Vadim Petrochenkov
e67c2282af
Fix rebase, fix some tests
2016-09-03 13:39:35 +03:00
Niko Matsakis
02a47032dd
use preds to serialize just what we need
...
This massively speeds up serialization. It also
seems to produce deterministic metadata hashes
(before I was seeing inconsistent results).
Fixes #35232 .
2016-08-09 08:26:06 -04:00
Niko Matsakis
4038b5b3ee
add def-ids from nominal types into TraitSelect
...
This way we distinguish, in particular, `Foo: Sized`
and `Bar: Sized`, which fixes #33850 .
2016-05-31 19:59:57 -04:00
Niko Matsakis
be1819f14b
add a series of tests for changes to structs
...
These tests reveal that the edges are in some cases
too strict.
2016-05-31 19:59:57 -04:00