| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-14 | Apply suggestions | Benoît du Garreau | -22/+31 | |
| - Move `assert_failed` to core::panicking` - Make `assert_failed` use an enum instead of a string | ||||
| 2021-02-14 | Apply suggestion | Benoît du Garreau | -5/+8 | |
| 2021-02-14 | Fix UI tests and merge `assert_eq` and `assert_ne` internal functions | Benoît du Garreau | -189/+29 | |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -2/+2 | |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -103/+103 | |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -14/+14 | |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -150/+144 | |
| Otherwise code like this #![no_implicit_prelude] fn main() { ::std::todo!(); ::std::unimplemented!(); } will fail to compile, which is unfortunate and presumably unintended. This changes many invocations of `panic!` in a `macro_rules!` definition to invocations of `$crate::panic!`, which makes the invocations hygienic. Note that this does not make the built-in macro `assert!` hygienic. | ||||
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -61/+61 | |
| 2020-10-21 | rustc_mir: don't throw away inlined locals' spans. | Eduard-Mihai Burtescu | -11/+11 | |
| 2020-10-21 | rustc_mir: properly map scope parent chains into the caller when inlining. | Eduard-Mihai Burtescu | -4/+4 | |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -3/+3 | |
| 2020-10-04 | Bless mir-opt tests | Aaron Hill | -1/+1 | |
| 2020-10-01 | Bless mir-opt tests for 32 bit | Antoine Martin | -16/+12 | |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -4/+4 | |
| 2020-09-17 | Rename 32 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+319 | |
| See #75746 | ||||
