| Age | Commit message (Expand) | Author | Lines |
| 2023-07-02 | Auto merge of #113260 - flip1995:clippyup, r=Manishearth | bors | -59/+38 |
| 2023-07-02 | Update Cargo.lock | Philipp Krones | -59/+38 |
| 2023-07-02 | Rollup merge of #113233 - Nilstrieb:chaaalk, r=jackh726 | Matthias Krüger | -10/+10 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -0/+1 |
| 2023-07-02 | Use scoped-tls for SMIR to map between TyCtxt and SMIR datastructures | yukang | -0/+1 |
| 2023-07-01 | Update chalk | Nilstrieb | -10/+10 |
| 2023-07-01 | update rustfmt version in lockfile | Caleb Cartwright | -1/+1 |
| 2023-06-30 | add dedicated `-C link-self-contained` structure | Rémy Rakic | -0/+1 |
| 2023-06-30 | Auto merge of #106619 - agausmann:avr-object-file, r=nagisa | bors | -0/+1 |
| 2023-06-29 | update lockfile | Ralf Jung | -10/+2 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -2/+2 |
| 2023-06-26 | Auto merge of #112884 - klensy:ri-drop-old-clap, r=albertlarsan68 | bors | -85/+10 |
| 2023-06-23 | Rollup merge of #112763 - Patryk27:bump-compiler-builtins, r=Amanieu | Michael Goulet | -2/+2 |
| 2023-06-21 | rust-installer: drop clap v3, migrate to v4 | klensy | -85/+10 |
| 2023-06-20 | Delete use of proc_macro_span_shrink from proc-macro2 | David Tolnay | -2/+2 |
| 2023-06-20 | Update to proc-macro2 1.0.57 to unblock proc_macro_span changes | David Tolnay | -2/+2 |
| 2023-06-19 | update lockfile for rustfmt sync | Caleb Cartwright | -27/+12 |
| 2023-06-18 | Bump compiler_builtins | Patryk Wychowaniec | -2/+2 |
| 2023-06-14 | update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf | The 8472 | -1/+16 |
| 2023-06-10 | Rollup merge of #112298 - est31:update_field_offset, r=Mark-Simulacrum | Matthias Krüger | -5/+14 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -0/+2 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -0/+2 |
| 2023-06-06 | Bumped libc version | Nikolay Arhipov | -2/+2 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -2/+2 |
| 2023-06-05 | Update field-offset and enable unstable_offset_of | est31 | -5/+14 |
| 2023-06-03 | Auto merge of #112217 - arlosi:update-vuln-deps, r=Mark-Simulacrum | bors | -25/+23 |
| 2023-06-02 | Update dependencies with reported vulnerabilities | Arlo Siemsen | -25/+23 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -11/+0 |
| 2023-06-02 | Update Cargo.lock | Philipp Krones | -12/+62 |
| 2023-05-31 | use new c literals instead of cstr! macro | klensy | -11/+0 |
| 2023-05-31 | Rollup merge of #112084 - ozkanonur:improvements, r=clubby789 | Matthias Krüger | -0/+1 |
| 2023-05-30 | use `build_helper::util::try_run` in rustdoc-gui-test | ozkanonur | -0/+1 |
| 2023-05-30 | Auto merge of #111989 - klensy:deps-up-26-05-23, r=Mark-Simulacrum | bors | -121/+21 |
| 2023-05-28 | bump `thiserror` to use syn 2.0 | Deadbeef | -5/+5 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -0/+9 |
| 2023-05-26 | deps: bump crates | klensy | -121/+21 |
| 2023-05-25 | Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez | Michael Goulet | -2/+2 |
| 2023-05-24 | Rollup merge of #111876 - danakj:builtins92, r=Mark-Simulacrum | Manish Goregaokar | -2/+2 |
| 2023-05-23 | Auto merge of #111867 - RalfJung:miri, r=RalfJung | bors | -0/+23 |
| 2023-05-23 | Roll compiler_builtins to 0.1.92 | danakj | -2/+2 |
| 2023-05-23 | update lockfile | Ralf Jung | -0/+23 |
| 2023-05-22 | Verify that `ItemEnum` can be serialized and then deserialized using bincode | Luca Palmieri | -0/+10 |
| 2023-05-22 | update pulldown-cmark to 0.9.3 | Lukas Markeffsky | -2/+2 |
| 2023-05-21 | rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPU | Adam Gausmann | -0/+1 |
| 2023-05-20 | Auto merge of #111799 - flip1995:clippyup, r=Manishearth | bors | -3/+9 |
| 2023-05-20 | Update Cargo.lock | Philipp Krones | -3/+9 |
| 2023-05-20 | Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrum | bors | -12/+39 |
| 2023-05-20 | create new tool rustdoc-gui-test | ozkanonur | -0/+9 |
| 2023-05-18 | Rollup merge of #111561 - dtolnay:compiletestdirexists, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2023-05-18 | Rollup merge of #111160 - chbaker0:update-serde, r=Mark-Simulacrum | Dylan DPC | -6/+6 |