| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -6/+4 | |
| This allows the format_args! macro to keep the pre-expansion code out of the unsafe block without doing gymnastics with nested `match` expressions. This reduces codegen. | ||||
| 2021-08-16 | Make Arguments constructors unsafe | Cameron Steffen | -4/+6 | |
| 2021-02-25 | Update test/pretty output for edition preludes. | Mara Bos | -1/+1 | |
| 2019-08-10 | resolve: Remove remaining special cases from built-in macros | Vadim Petrochenkov | -4/+4 | |
| 2019-01-26 | Pretty print `$crate` as `crate` or `crate_name` in more cases | Vadim Petrochenkov | -0/+18 | |
