| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-02 | handle merging two syntax editors together | DropDemBits | -14/+39 |
| 2024-09-02 | elaborate SyntaxEdit comments | DropDemBits | -6/+17 |
| 2024-09-02 | wip: new syntax tree editor | DropDemBits | -0/+723 |
| 2024-09-02 | fix: use Result type aliases in "Wrap return type in Result" assist | Ivar Scholten | -16/+294 |
| 2024-09-01 | rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint | schvv31n | -35/+36 |
| 2024-09-01 | Auto merge of #17967 - Veykril:mbe-tests, r=Veykril | bors | -76/+288 |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -52/+233 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -46/+186 |
| 2024-09-01 | Auto merge of #17985 - riverbl:explicit-enum-discriminant, r=Veykril | bors | -3/+258 |
| 2024-09-01 | minor: Reduce friction for updating minicore | Lukas Wirth | -27/+58 |
| 2024-09-01 | Auto merge of #17737 - hyf0:hyf_32089420384, r=Veykril | bors | -21/+284 |
| 2024-09-01 | Complete desugared and resugared async fn in trait impls | Lukas Wirth | -87/+267 |
| 2024-09-01 | move addr_from_alloc_id logic into its own function | Ralf Jung | -105/+106 |
| 2024-09-01 | feat(ide-completion): extra sugar auto-completion `async fn ...` in `impl tra... | Yunfei | -1/+84 |
| 2024-09-01 | minor: Downgrade cyclic deps error to warning | Lukas Wirth | -48/+8 |
| 2024-09-01 | Auto merge of #18015 - ChayimFriedman2:flip-comma-attribute, r=Veykril | bors | -3/+61 |
| 2024-09-01 | fmt | The Miri Cronjob Bot | -21/+37 |
| 2024-09-01 | Merge from rustc | The Miri Cronjob Bot | -2922/+9509 |
| 2024-09-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -5/+25 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -4/+4 |
| 2024-09-01 | Handle attributes correctly in "Flip comma" | Chayim Refael Friedman | -3/+61 |
| 2024-09-01 | Provide an option to hide deprecated items from completion | Chayim Refael Friedman | -1/+26 |
| 2024-08-31 | Add rust.randomize-layout config to build artifacts with -Zrandomize-layout | The 8472 | -0/+15 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -10/+275 |
| 2024-08-31 | Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er... | Matthias Krüger | -1/+2 |
| 2024-08-31 | Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -5/+257 |
| 2024-08-31 | Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=Kobzol | Matthias Krüger | -1/+7 |
| 2024-08-31 | Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-Simulacrum | Matthias Krüger | -2/+8 |
| 2024-08-31 | Rollup merge of #129785 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -441/+1197 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -8/+19 |
| 2024-08-31 | Rollup merge of #129733 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2888/+9203 |
| 2024-08-31 | Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -2/+22 |
| 2024-08-31 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -3/+3 |
| 2024-08-31 | tidy: say which feature gate has a stability issue mismatch | Ralf Jung | -1/+2 |
| 2024-08-31 | Rename function and remove flag argument | riverbl | -9/+21 |
| 2024-08-31 | Update generated doctests | riverbl | -0/+27 |
| 2024-08-31 | Add explicit enum discriminant assist | riverbl | -5/+221 |
| 2024-08-31 | Auto merge of #18012 - Veykril:inlay-hints-lt, r=Veykril | bors | -57/+59 |
| 2024-08-31 | fix: Fix lifetime elision inlay hints breaking for ranged requests | Lukas Wirth | -57/+59 |
| 2024-08-31 | Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-er... | Matthias Krüger | -8/+5 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -4/+3 |
| 2024-08-31 | Rollup merge of #126183 - Folyd:search-core, r=GuillaumeGomez,notriddle | Matthias Krüger | -4/+3 |
| 2024-08-31 | Auto merge of #18011 - Wilfred:op_queue_doc_comments, r=Veykril | bors | -0/+11 |
| 2024-08-31 | Update cargo | Weihang Lo | -0/+0 |
| 2024-08-31 | Auto merge of #17945 - alibektas:ratoml_categorization, r=alibektas | bors | -644/+607 |
| 2024-08-31 | Apply changes, fix path information in a comment in config.rs | Ali Bektas | -19/+4 |