| Age | Commit message (Expand) | Author | Lines |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+7 |
| 2024-08-29 | Auto merge of #17993 - ChayimFriedman2:convert-to-tuple-attrs, r=Veykril | bors | -11/+49 |
| 2024-08-29 | Auto merge of #17991 - ChayimFriedman2:extract-variable-ref, r=Veykril | bors | -10/+140 |
| 2024-08-29 | Auto merge of #17987 - ChayimFriedman2:column-macro, r=Veykril | bors | -1/+33 |
| 2024-08-29 | Auto merge of #17988 - darichey:fix-scip-def, r=Veykril | bors | -1/+3 |
| 2024-08-29 | Allow running `./x.py test compiler` | Lukas Wirth | -8/+3 |
| 2024-08-29 | Auto merge of #17940 - ChayimFriedman2:closure-to-fn, r=Veykril | bors | -13/+1511 |
| 2024-08-29 | Merge from rust-lang/rust | Laurențiu Nicola | -7638/+13826 |
| 2024-08-29 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-08-29 | fix: Fix TokenStream::to_string implementation dropping quotation marks | Lukas Wirth | -3/+8 |
| 2024-08-29 | fix: Fix proc-macro server crashing when parsing a non-lexable string into a ... | Lukas Wirth | -3/+15 |
| 2024-08-29 | fix wasm test | Ralf Jung | -15/+28 |
| 2024-08-29 | Merge from rustc | The Miri Cronjob Bot | -15/+66 |
| 2024-08-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-29 | Auto merge of #17992 - Wilfred:newlines_in_logs, r=Veykril | bors | -2/+2 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -16/+5 |
| 2024-08-28 | Rollup merge of #129695 - GuillaumeGomez:fix-clippy-rustdoc-path, r=onur-ozkan | Jubilee | -1/+1 |
| 2024-08-28 | Rollup merge of #129617 - rustbot:docs-update, r=ehuss | Jubilee | -0/+1 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -5/+0 |
| 2024-08-28 | Fix incorrect symbol definitions in SCIP output | David Richey | -1/+3 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -0/+7 |
| 2024-08-28 | fmt-debug option | Kornel | -1/+17 |
| 2024-08-29 | Consider field attributes when converting from tuple to named struct and the ... | Chayim Refael Friedman | -11/+49 |
| 2024-08-29 | Also handle deref expressions in "Extract variable" | Chayim Refael Friedman | -15/+59 |
| 2024-08-28 | internal: Avoid newlines in fetch workspace errors | Wilfred Hughes | -2/+2 |
| 2024-08-29 | Don't add reference when it isn't needed for the "Extract variable" assist | Chayim Refael Friedman | -1/+42 |
| 2024-08-28 | Consider all expressions that autoderef in "Extract variable", not just metho... | Chayim Refael Friedman | -3/+48 |
| 2024-08-28 | Fix name resolution of shadowed builtin macro | Chayim Refael Friedman | -1/+33 |
| 2024-08-28 | Update reference | Eric Huss | -0/+0 |
| 2024-08-29 | Separate core search logic with search ui | Folyd | -2281/+2319 |
| 2024-08-28 | Fix path to run clippy on rustdoc | Guillaume Gomez | -1/+1 |
| 2024-08-28 | Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff... | Matthias Krüger | -9/+15 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -6/+40 |
| 2024-08-28 | Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin | Matthias Krüger | -0/+4 |
| 2024-08-28 | Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJung | bors | -17/+237 |
| 2024-08-28 | address nits | Johannes Hostert | -15/+26 |
| 2024-08-28 | Auto merge of #17981 - lnicola:proc-macro-cwd, r=Veykril | bors | -2/+2 |
| 2024-08-28 | Add benchmark for TB slowdown | Johannes Hostert | -0/+41 |
| 2024-08-28 | Fix cwd used for proc macro expansion | Laurențiu Nicola | -2/+2 |
| 2024-08-28 | Add test for tokio file io and mpsc | tiif | -9/+72 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+7 |
| 2024-08-28 | Merge from rustc | The Miri Cronjob Bot | -126/+371 |
| 2024-08-28 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -2/+5 |
| 2024-08-27 | docs: Update docs for the rustc's `-L` option | Vadim Petrochenkov | -1/+1 |
| 2024-08-27 | Auto merge of #3804 - tiif:blockit, r=oli-obk | bors | -64/+316 |
| 2024-08-27 | Make Tree Borrows Provenance GC compact the tree | Johannes Hostert | -17/+185 |
| 2024-08-27 | Add explanation to TB's "piecewise bottom-up" traversal | Johannes Hostert | -44/+111 |
| 2024-08-27 | miri: Remove feature(new_uninit) | Jubilee Young | -5/+0 |
| 2024-08-27 | Rollup merge of #129634 - compiler-errors:tidy-2024, r=albertlarsan68 | Matthias Krüger | -4/+6 |