| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-04 | Make sure to insert Sized bound first into clauses list | Michael Goulet | -1/+1 | |
| (cherry picked from commit f2fd2d8c7080f7a7d770b3e3d27e525250c182dc) | ||||
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -148/+148 | |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -4/+4 | |
| 2024-02-01 | fix rebase | Esteban Küber | -1/+1 | |
| 2024-02-01 | Change incr comp test when adding explicit `Sized` bound | Esteban Küber | -2/+2 | |
| Given the previous change to add implicit `Sized` bounds only if there isn't already an explicit `Sized` bound, now the incr comp machinery doesn't consider adding the explicit bound as being dirty, as long as `-Zincremental-ignore-spans` is set. | ||||
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -838/+838 | |
| The query accept arbitrary DefIds, not just owner DefIds. The return can be an `Option` because if there are no nodes, then it doesn't matter whether it's due to NonOwner or Phantom. Also rename the query to `opt_hir_owner_nodes`. | ||||
| 2024-01-16 | Bless incremental tests. | Camille GILLOT | -565/+529 | |
| 2023-12-24 | Bless incremental tests. | Camille GILLOT | -2/+2 | |
| 2023-10-06 | Bless incremental tests. | Camille GILLOT | -10/+10 | |
| 2023-09-28 | Unconditionally run `RevealAll` pass and run it earlier | Oli Scherer | -1/+1 | |
| 2023-07-16 | Querify unused trait check. | Camille GILLOT | -2/+2 | |
| 2023-07-10 | Bless incremental test. | Camille GILLOT | -1/+1 | |
| 2023-05-31 | Enable ScalarReplacementOfAggregates | Ben Kimock | -1/+2 | |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -8/+8 | |
| 2023-03-14 | Bless incremental test. | Camille GILLOT | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+8858 | |
