| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-27 | Remove `rustc_allow_const_fn_ptr` | Dylan MacKenzie | -24/+7 | |
| This was a hack to work around the lack of an escape hatch for the "min `const fn`" checks in const-stable functions. Now that we have co-opted `allow_internal_unstable` for this purpose, we no longer need the bespoke attribute. | ||||
| 2020-09-25 | Allow multiple allow_internal_unstable attributes | Dániel Buga | -7/+14 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-09-23 | Don't use an if guard to check equality with a constant | LingMan | -1/+1 | |
| Match on it directly instead | ||||
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -2/+2 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1083 | |
