| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-23 | deny using default function in impl const Trait | Deadbeef | -0/+1 | |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 | |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 | |
| Implementations in stdlib are now optimized as they were before. | ||||
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 | |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 | |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 | |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 | |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -0/+3 | |
| * Reject use of parameters inside naked function body. * Reject use of patterns inside function parameters, to emphasize role of parameters a signature declaration (mirroring existing behaviour for function declarations) and avoid generating code introducing specified bindings. | ||||
| 2020-09-26 | liveness: Use newtype_index for Variable and LiveNode | Tomasz Miąsko | -0/+2 | |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 | |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+53 | |
