| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-23 | remove unused pub fn | klensy | -27/+0 | |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 | |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 | |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -5/+5 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -6/+6 | |
| Convert all the crates that have had their diagnostic migration completed (except save_analysis because that will be deleted soon and apfloat because of the licensing problem). | ||||
| 2022-12-23 | Indicate anonymous lifetime | Jeremy Stucki | -1/+1 | |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 | |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -3/+3 | |
| 2022-11-07 | Add initial version of value analysis and dataflow constant propagation | Jannis Christopher Köhl | -1/+5 | |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 | |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 | |
| 2022-05-12 | update graphviz links | minami.yoshihiko | -10/+8 | |
| add subdomain | ||||
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 | |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 | |
| 2021-12-09 | Remove redundant [..]s | est31 | -2/+2 | |
| 2021-10-15 | Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, ↵ | Matthias Krüger | -1/+1 | |
| r=petrochenkov" The PR had some unforseen perf regressions that are not as easy to find. Revert the PR for now. This reverts commit 6ae8912a3e7d2c4c775024f58a7ba4b1aedc4073, reversing changes made to 86d6d2b7389fe1b339402c1798edae8b695fc9ef. | ||||
| 2021-10-10 | Apply clippy suggestions | Clemens Wasser | -1/+1 | |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -11/+11 | |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -19/+1 | |
| Found with https://github.com/est31/warnalyzer. Dubious changes: - Is anyone else using rustc_apfloat? I feel weird completely deleting x87 support. - Maybe some of the dead code in rustc_data_structures, in case someone wants to use it in the future? - Don't change rustc_serialize I plan to scrap most of the json module in the near future (see https://github.com/rust-lang/compiler-team/issues/418) and fixing the tests needed more work than I expected. TODO: check if any of the comments on the deleted code should be kept. | ||||
| 2021-01-03 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 | |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -0/+1 | |
| 2020-10-28 | Reuse memory | Dániel Buga | -2/+5 | |
| 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-09-16 | Make graphviz font configurable | Rich Kadel | -7/+10 | |
| Alternative to PR ##76776. To change the graphviz output to use an alternative `fontname` value, add a command line option like: `rustc --graphviz-font=monospace`. | ||||
| 2020-09-09 | Also fixed monospace font for d3-graphviz engine | Rich Kadel | -1/+1 | |
| VS code graphviz extensions use d3-graphviz, which supports `Courier` fontname but does not support `monospace`. This caused graphs to render poorly because the text sizes were wrong. | ||||
| 2020-09-08 | Add -Zgraphviz_dark_mode | Rich Kadel | -3/+17 | |
| Many developers use a dark theme with editors and IDEs, but this typically doesn't extend to graphviz output. When I bring up a MIR graphviz document, the white background is strikingly bright. This new option changes the colors used for graphviz output to work better in dark-themed UIs. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1101 | |
