rust/compiler/rustc_ast_lowering/src
Jubilee f174c310ae
Rollup merge of #123935 - tstsrt:fix-115423, r=oli-obk
Don't inline integer literals when they overflow - new attempt

Basically #116633 but I implemented the suggested changes.
Fixes #115423. Fixes #116631.

This is my first contribution to this repo so please let me know if I'm supposed to change something :)
2024-04-18 21:38:55 -07:00
..
asm.rs Change DefKind::Static to a struct variant 2024-03-12 05:53:46 +00:00
block.rs Rename hir::Local into hir::LetStmt 2024-03-22 20:36:21 +01:00
delegation.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
errors.rs Validation and other things 2024-04-15 16:45:01 -04:00
expr.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
format.rs Improve semantics of int_ty_max functions 2024-04-15 00:39:28 +05:30
index.rs Add hir::Node::PreciseCapturingNonLifetimeArg 2024-04-15 16:45:25 -04:00
item.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
lib.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
lifetime_collector.rs Lower and resolve precise captures in HIR 2024-04-15 16:45:01 -04:00
pat.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
path.rs Simplify ImplTraitContext 2024-03-08 02:10:11 +00:00