Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00
Camille GILLOT
da093d713a
Remove label
in dirty/clean annotations.
2021-05-15 13:20:42 +02:00
Daiki Ihara
f02296a6ed
Remove FIXME comment from incremental
2020-11-20 21:33:48 +09:00
Valentin Lazureanu
1e6adad33f
Rename TypeckTables to TypeckResults.
2020-07-17 08:47:04 +00:00
Yuki Okushi
c004451a20
Migrate compile-pass annotations to build-pass
2019-07-03 06:30:28 +09: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
Irina Popa
b63d7e2b1c
Rename trans to codegen everywhere.
2018-05-17 15:08:30 +03:00
Guillaume Gomez
812656dc95
Rename must-compile-successfully into compile-pass
2018-04-13 23:28:03 +02:00
Michael Woerister
cedae73c8c
Fix incremental tests after change to instantiation strategy.
2017-11-07 08:54:38 +01: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
Niko Matsakis
34c361cfb2
when creating an AssociatedItem, read data from impl, not impl item
...
Before, when we created an AssociatedItem for impl item X, we would read
the impl item itself. Now we instead load up the impl I that contains X
and read the data from the `ImplItemRef` for X; actually, we do it for
all impl items in I pre-emptively.
This kills the last source of edges between a method X and a call to a
method Y defined in the same impl.
Fixes #37121
2016-11-17 13:44:21 -05:00
Michael Woerister
c560ca4513
Fix typo
2016-10-17 17:47:48 -04:00
Niko Matsakis
b486a8757c
add test case for changing private methods
2016-10-12 14:18:03 -04:00