| Age | Commit message (Expand) | Author | Lines |
| 2024-12-04 | Auto merge of #133825 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-04 | Merge pull request #18595 from markmurphydev/remove_platform_intrinsic | Laurențiu Nicola | -5/+0 |
| 2024-12-04 | Merge pull request #18607 from ChayimFriedman2/pattern-record-no-record | Laurențiu Nicola | -7/+30 |
| 2024-12-04 | Fix shadowing of record enum variant in patterns | Chayim Refael Friedman | -7/+30 |
| 2024-12-04 | Improve soundness a bit by making `TaggedArcPtr::try_as_arc_owned()` unsafe | Chayim Refael Friedman | -13/+17 |
| 2024-12-04 | Fixed another bug with glob imports | Chayim Refael Friedman | -2/+46 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -10/+53 |
| 2024-12-03 | tidy: `println!` -> `eprintln!` | clubby789 | -12/+12 |
| 2024-12-03 | compiletest: `println!` -> `eprintln!` | clubby789 | -54/+54 |
| 2024-12-03 | Remove references to platform-intrinsic ABI | Mark Murphy | -5/+0 |
| 2024-12-03 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-03 | Remove dependency on `black` | Jakub Beránek | -71/+0 |
| 2024-12-03 | Replace `black` with `ruff` for formatting Python code | Jakub Beránek | -11/+13 |
| 2024-12-03 | Fix copy-pasted tool name | Jakub Beránek | -1/+1 |
| 2024-12-03 | Fix typo | Jakub Beránek | -2/+2 |
| 2024-12-03 | Rollup merge of #133813 - clubby789:ui-pass-note, r=jieyouxu | Matthias Krüger | -4/+7 |
| 2024-12-03 | Rollup merge of #133812 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -5/+3 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -0/+42 |
| 2024-12-03 | chore: deprecate `typing.autoClosingAngleBrackets` configuration | Tarek | -31/+1 |
| 2024-12-03 | internal: Make exclude characters for typing assists configurable, default to... | Tarek | -2/+37 |
| 2024-12-03 | Support `AsyncFnX` traits | Chayim Refael Friedman | -68/+291 |
| 2024-12-03 | compiletest: explain that UI tests are expected not to compile by default | clubby789 | -4/+7 |
| 2024-12-03 | Update wasm-component-ld to 0.5.11 | Alex Crichton | -1/+1 |
| 2024-12-03 | Auto merge of #133803 - matthiaskrgr:rollup-8ag5ncy, r=matthiaskrgr | bors | -2/+2 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-12-03 | Merge pull request #18555 from ChayimFriedman2/issue-17321 | Lukas Wirth | -4/+80 |
| 2024-12-03 | Only show status bar item in relevant files | David Richey | -1/+56 |
| 2024-12-03 | switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0 | Rémy Rakic | -3/+5 |
| 2024-12-03 | Advertise completions and inlay hints resolve server capabilities based on th... | Kirill Bulatov | -22/+45 |
| 2024-12-03 | miri: Adapt for `breakpoint` becoming safe | Josh Triplett | -5/+3 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -5/+5 |
| 2024-12-02 | Rollup merge of #133710 - Urgau:target_feature-merge-conflitcs, r=jieyouxu | Guillaume Gomez | -0/+2 |
| 2024-12-02 | Rollup merge of #133701 - kornelski:c-str, r=workingjubilee | Guillaume Gomez | -13/+8 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -13/+8 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+4 |
| 2024-12-02 | Drop uplifted `clippy::fn_address_comparisons` | Urgau | -170/+79 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -2/+2 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -4/+4 |
| 2024-12-02 | Rollup merge of #133736 - jieyouxu:needs-target-has-atomic, r=compiler-errors | Guillaume Gomez | -5/+106 |
| 2024-12-02 | Rollup merge of #133725 - jyn514:remove-compare-output-subset, r=jieyouxu | Guillaume Gomez | -18/+4 |
| 2024-12-02 | Rollup merge of #133603 - dtolnay:precedence, r=lcnr | Guillaume Gomez | -25/+24 |
| 2024-12-02 | Merge pull request #18561 from markmurphydev/macro_name_raw_variable | Lukas Wirth | -0/+28 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -4/+4 |
| 2024-12-02 | Merge pull request #18587 from Veykril/push-urrlrursyrws | Lukas Wirth | -1/+17 |
| 2024-12-02 | fix: Fix syntax fixup inserting unnecessary semicolons | Lukas Wirth | -1/+17 |
| 2024-12-02 | Fix debug configuration querying not inheriting environment | Lukas Wirth | -154/+42 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -5/+5 |
| 2024-12-02 | Add `needs-target-has-atomic` directive | 许杰友 Jieyou Xu (Joe) | -5/+106 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -41/+21 |