rust/compiler/rustc_borrowck/src
Jubilee a31a8fe0cf
Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors
Remove needless returns detected by clippy in the compiler
2024-09-11 15:53:22 -07:00
..
constraints Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
diagnostics Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors 2024-09-11 15:53:22 -07:00
polonius Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
region_infer Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu 2024-08-31 14:46:11 +02:00
type_check Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors 2024-09-11 15:53:22 -07:00
util Add warn(unreachable_pub) to rustc_borrowck. 2024-08-16 08:46:57 +10:00
borrow_set.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
borrowck_errors.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
consumers.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
dataflow.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
def_use.rs Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau 2024-08-27 00:41:57 +02:00
facts.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
location.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
member_constraints.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
nll.rs Rename some lifetimes. 2024-09-09 16:25:44 +10:00
path_utils.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
place_ext.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
places_conflict.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
prefixes.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
renumber.rs Remove #[macro_use] extern crate tracing from rustc_borrowck. 2024-08-30 17:14:53 +10:00
session_diagnostics.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
universal_regions.rs Rename some lifetimes. 2024-09-09 16:25:44 +10:00
used_muts.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00