zjp
6d5f6fd293
import rustc_smir::rustc_internal in run_driver!
2025-04-13 18:09:10 +08:00
Ben Kimock
7dfc786df1
Enable more tests on Windows
2025-02-03 10:39:32 -05:00
bjorn3
3b02a3309e
Pass TyCtxt instead of Queries to the after_analysis callbacks
...
There is no other query that may need to be called at that point anyway.
2024-11-09 18:43:29 +00:00
Scott McMurray
ddfd0c701a
Remove feature(control_flow_enum)
in tests
2024-09-25 19:00:19 -07:00
许杰友 Jieyou Xu (Joe)
6e48b96692
[AUTO_GENERATED] Migrate compiletest to use ui_test
-style //@
directives
2024-02-22 16:04:04 +00:00
Celina G. Val
2564811e7b
Remove tcx function and make internal
fn safer
...
I added `tcx` argument to `internal` to force 'tcx to be the same
lifetime as TyCtxt. The only other solution I could think is to change
this function to be `unsafe`.
2024-01-16 14:35:18 -08:00
Celina G. Val
af3c2c9f6d
Fix all_trait* methods to return all trait available
...
Also provide a mechanism to retrieve traits and implementations for a
given crate.
2024-01-09 15:45:03 -08:00