| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-31 | Auto merge of #3002 - RalfJung:miri-script, r=RalfJung | bors | -1/+1 |
| 2023-07-31 | fix oversight from new miri-script | Ralf Jung | -1/+1 |
| 2023-07-31 | Auto merge of #113592 - Kobzol:pgo-script-bolt, r=Mark-Simulacrum | bors | -11/+155 |
| 2023-07-31 | add some interesting tests for alignment corner cases | Ralf Jung | -18/+67 |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -1/+0 |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -22/+3 |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-07-31 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-31 | Auto merge of #2909 - osiewicz:rewrite-miri-script-in-rust-2883, r=RalfJung | bors | -361/+1016 |
| 2023-07-31 | port to hand-rolled parser, since clap doesn't behave just the right way | Ralf Jung | -354/+150 |
| 2023-07-31 | miri-script refactor | Ralf Jung | -614/+553 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -0/+7 |
| 2023-07-31 | Pass BOLT profile to bootstrap to be included in the reproducible artifacts a... | Jakub Beránek | -23/+28 |
| 2023-07-31 | Implement BOLT optimization in the `opt-dist` tool | Jakub Beránek | -24/+163 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -1/+1 |
| 2023-07-30 | rewrite miri script in Rust | Piotr Osiewicz | -357/+1277 |
| 2023-07-30 | Auto merge of #2997 - RalfJung:test-utils, r=RalfJung | bors | -112/+77 |
| 2023-07-30 | refactor tests/utils a bit, and move some FS functions there | Ralf Jung | -112/+77 |
| 2023-07-30 | Rollup merge of #114227 - asquared31415:tidy_check_fixed, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -5/+5 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -1/+1 |
| 2023-07-30 | fmt | The Miri Conjob Bot | -1/+1 |
| 2023-07-30 | Merge from rustc | The Miri Conjob Bot | -4424/+152 |
| 2023-07-30 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-29 | add tidy check for stray rustfix files | asquared31415 | -1/+1 |
| 2023-07-29 | Auto merge of #114211 - RalfJung:miri, r=RalfJung | bors | -233/+336 |
| 2023-07-29 | Auto merge of #2993 - Vanille-N:tb-protector, r=RalfJung | bors | -151/+264 |
| 2023-07-29 | doc comment suggestions | Neven Villani | -25/+57 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -0/+1 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -1/+1 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -0/+4 |
| 2023-07-29 | Fix test output. | Mara Bos | -2/+4 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -47/+94 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -8/+8 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -13/+15 |
| 2023-07-29 | Update lexer emoji diagnostics to Unicode 15.0 | Charles Lew | -5/+1 |
| 2023-07-28 | Add UI tests for generic const items | León Orell Valerian Liehr | -1/+1 |
| 2023-07-28 | Make Clippy understand generic const items | León Orell Valerian Liehr | -7/+15 |
| 2023-07-28 | exract a perform_access, check read-read commutation exhaustively | Neven Villani | -100/+193 |
| 2023-07-28 | Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkov | bors | -1/+1 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -1/+1 |
| 2023-07-28 | tidy: add exclusion for platform dependent cfg for miniz_oxide, as it hack it... | klensy | -0/+1 |
| 2023-07-28 | remove addr2line from tidy list. Why? | klensy | -1/+0 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -35/+37 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -14/+14 |
| 2023-07-27 | Auto merge of #114144 - workingjubilee:rollup-jkmtgdo, r=workingjubilee | bors | -4329/+6 |
| 2023-07-27 | Rollup merge of #114133 - workingjubilee:revert-add-tidy-check-issue-12345, r... | Jubilee | -4329/+6 |
| 2023-07-27 | Auto merge of #113779 - Kobzol:try-build-no-lto, r=Mark-Simulacrum | bors | -1/+31 |