| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-03 | rustc_session: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -0/+4 | |
| Instead of allowing `rustc::potential_query_instability` on the whole crate we go over each lint and allow it individually if it is safe to do. Turns out all instances were safe to allow in this crate. | ||||
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -1/+1 | |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 | |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -6/+6 | |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -4/+2 | |
| filter_map_identity iter_kv_map needless_question_mark redundant_at_rest_pattern filter_next derivable_impls | ||||
| 2023-06-13 | Tweak the sort of vtable sizes | Maybe Waffle | -2/+6 | |
| 2023-06-13 | Tweak names and docs for vtable stats | Maybe Waffle | -19/+31 | |
| 2023-06-12 | Collect VTable stats & add `-Zprint-vtable-sizes` | Maybe Waffle | -1/+43 | |
| 2023-03-07 | Simplify `sort_by` calls | Maybe Waffle | -9/+3 | |
| 2023-02-05 | Sort Generator `print-type-sizes` according to their yield points | Arpad Borsos | -1/+5 | |
| Especially when trying to diagnose runaway future sizes, it might be more intuitive to sort the variants according to the control flow (aka their yield points) rather than the size of the variants. | ||||
| 2023-01-31 | placate tidy. | Felix S. Klock II | -3/+3 | |
| 2023-01-31 | Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ↵ | Felix S. Klock II | -4/+22 | |
| "normal" ADT fields. | ||||
| 2022-12-07 | Properly print generator interior type sizes | Michael Goulet | -3/+3 | |
| 2022-12-07 | Compute generator sizes with -Zprint_type_sizes | Michael Goulet | -1/+2 | |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -3/+4 | |
| 2022-03-24 | Vigorously refactor _session::code_stats (nfc) | Jubilee Young | -19/+11 | |
| 2022-03-24 | Prettify rustc_session fmt with capturing args (nfc) | Jubilee Young | -14/+10 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+193 | |
