rust/compiler/rustc_interface/src
bors 15469f8f8a Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #136910 (Implement feature `isolate_most_least_significant_one` for integer types)
 - #137183 (Prune dead regionck code)
 - #137333 (Use `edition = "2024"` in the compiler (redux))
 - #137356 (Ferris 🦀 Identifier naming conventions)
 - #137362 (Add build step log for `run-make-support`)
 - #137377 (Always allow reusing cratenum in CrateLoader::load)
 - #137388 (Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Windows 7)
 - #137410 (Use StableHasher + Hash64 for dep_tracking_hash)
 - #137413 (jubilee cleared out the review queue)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-22 13:32:44 +00:00
..
callbacks.rs Do not call source_span when not tracking dependencies. 2024-08-24 16:40:40 +00:00
errors.rs fix: naming convention "ferris" suggestion for idents named 🦀 2025-02-21 20:44:35 +00:00
interface.rs Construct DiagCtxt a bit earlier in build_session 2025-02-06 17:29:15 +00:00
lib.rs Move rustc_middle::limits to rustc_interface. 2025-02-17 09:30:39 +11:00
limits.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
passes.rs Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errors 2025-02-22 11:36:44 +01:00
proc_macro_decls.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
queries.rs Remove the parse query 2024-12-14 14:24:49 +00:00
tests.rs update autodiff flags 2025-02-21 21:51:20 -05:00
util.rs Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00