| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -299/+0 | |
| 2022-12-25 | Remove references to removed option from tests. | Camille GILLOT | -3/+0 | |
| 2022-05-27 | Switch incremental/hashes tests to all use optimizations. | Jakob Degen | -1/+1 | |
| 2022-05-24 | Fix/bless tests broken by DSE | Jakob Degen | -3/+3 | |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -1/+1 | |
| 2021-10-15 | Use more lowered spans in for loop | Cameron Steffen | -3/+3 | |
| 2021-10-15 | Don't mark for loop head span with desugaring | Cameron Steffen | -1/+1 | |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -29/+58 | |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -2/+2 | |
| 2020-07-15 | mir_built is a lie | Bastian Kauschke | -8/+8 | |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -11/+11 | |
| 2020-03-14 | Replace `HirBody` with `hir_owner_items` in tests | John Kåre Alsaker | -11/+11 | |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated ↵ | Eduard-Mihai Burtescu | -1/+1 | |
| VarDebugInfo. | ||||
| 2019-10-20 | Improve SimplifyLocals pass so it can remove unused consts | Wesley Wiser | -1/+1 | |
| The `ConstProp` can cause many locals to be initialized to a constant value and then never read from. `ConstProp` can also evaluate ZSTs into constant values. Previously, many of these would be removed by other parts of the MIR optimization pipeline. However, evaluating ZSTs (especially `()`) into constant values defeated those parts of the optimizer and so in a2e3ed5c054b544df6ceeb9e612d39af819f4aae, I added a hack to `ConstProp` that skips evaluating ZSTs to avoid that regression. This commit changes `SimplifyLocals` so that it doesn't consider writes of const values to a local to be a use of that local. In doing so, `SimplifyLocals` is able to remove otherwise unused locals left behind by other optimization passes (`ConstProp` in particular). | ||||
| 2019-08-23 | Fix incremental tests | Wesley Wiser | -1/+1 | |
| 2019-08-22 | Changed tests | Wesley Wiser | -1/+1 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-03-30 | Update tests | John Kåre Alsaker | -2/+2 | |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -8/+8 | |
| 2019-02-08 | Update tests | John Kåre Alsaker | -8/+8 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -11/+0 | |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -1/+1 | |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -1/+1 | |
| 2017-12-05 | Update for loop fingerprint hash tests | Jeff Crocker | -66/+44 | |
| 2017-11-29 | incr.comp.: Update test cases after metadata hashing removal. | Michael Woerister | -22/+0 | |
| 2016-11-29 | Fix SVH tests some more | Florian Diebold | -11/+11 | |
| 2016-11-29 | Fix remaining SVH tests | Florian Diebold | -11/+23 | |
| 2016-11-29 | WIP: update tests to pass -- not complete | Niko Matsakis | -0/+10 | |
| 2016-11-17 | ICH: Add regression tests for various kinds of loops. | Michael Woerister | -0/+306 | |
