| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -229/+0 | |
| 2022-08-21 | Add test. | Camille GILLOT | -0/+30 | |
| 2021-03-15 | Remove inline-instrument-coverage-fail.rs test case | Tomasz Miąsko | -23/+0 | |
| 2021-03-05 | bless mir-inlining warning message | Santiago Pastorino | -1/+1 | |
| 2021-03-05 | Bump mir-opt-level from 2 to 3 in tests | Santiago Pastorino | -11/+11 | |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -0/+23 | |
| Fixes: #80060 Also adds additional test cases for coverage of doctests. | ||||
| 2020-12-26 | update tests | Bastian Kauschke | -2/+0 | |
| 2020-11-21 | Support building clone shims for arrays with generic size | Tomasz Miąsko | -0/+13 | |
| 2020-11-19 | Revert "Normalize function type during validation" | Tomasz Miąsko | -14/+4 | |
| This reverts commit d486bfcbff107e8a6769e00c59d02b13c664b6ee. | ||||
| 2020-11-12 | Normalize function type during validation | Tomasz Miąsko | -4/+14 | |
| During inlining, the callee body is normalized and has types revealed, but some of locals corresponding to the arguments might come from the caller body which is not. As a result the caller body does not pass validation without additional normalization. | ||||
| 2020-10-07 | add test for should_inline incorrect param_env | Bastian Kauschke | -0/+32 | |
| 2020-10-07 | add regression test | Bastian Kauschke | -0/+28 | |
| 2020-10-07 | normalize substs during inlining | Bastian Kauschke | -0/+17 | |
| 2020-10-05 | inliner: use caller param_env | Bastian Kauschke | -0/+38 | |
| 2020-02-03 | rustc_codegen_ssa: don't treat inlined variables as debuginfo arguments. | Eduard-Mihai Burtescu | -0/+11 | |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+62 | |
