| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -33/+0 | |
| 2021-06-28 | Introduce -Zprofile-closures to evaluate the impact of 2229 | Aman Arora | -0/+1 | |
| This creates a CSV with name "closure_profile_XXXXX.csv", where the variable part is the process id of the compiler. To profile a cargo project you can run one of the following depending on if you're compiling a library or a binary: ``` cargo +stage1 rustc --lib -- -Zprofile-closures cargo +stage1 rustc --bin -- -Zprofile-closures ``` | ||||
| 2021-03-31 | Cleanups and comments | Jack Huey | -3/+1 | |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -3/+5 | |
| 2020-09-24 | remove enum name from ImplSource variants | Bastian Kauschke | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+32 | |
