| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-24 | Remove TrustedLen requirement from BuilderMethods::switch | est31 | -1/+0 | |
| The main use case of TrustedLen is allowing APIs to specialize on it, but no use of it uses that specialization. Instead, only the .len() function provided by ExactSizeIterator is used, which is already required to be accurate. Thus, the TrustedLen requirement on BuilderMethods::switch is redundant. | ||||
| 2020-09-09 | Add `-Z combine_cgu` flag | Victor Ding | -0/+7 | |
| Introduce a compiler option to let rustc combines all regular CGUs into a single one at the end of compilation. Part of Issue #64191 | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+400 | |
