| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril | bors | -826/+771 |
| 2024-07-29 | Add missing doc string | Lukas Wirth | -0/+1 |
| 2024-07-29 | Fix error spans for include! and compile_error! | Lukas Wirth | -29/+56 |
| 2024-07-29 | Auto merge of #17736 - hyf0:hyf_09234908234, r=Veykril | bors | -5/+13 |
| 2024-07-29 | Make basic use of spans for macro expansion errors | Lukas Wirth | -328/+387 |
| 2024-07-29 | Add test in `ide-completion/src/tests/item_list.rs` | Yunfei | -1/+3 |
| 2024-07-29 | Revert "Fix error message" | Yunfei | -5/+1 |
| 2024-07-29 | Auto merge of #17715 - Throne3d:fix/glob-may-override-vis-2, r=Veykril | bors | -32/+197 |
| 2024-07-29 | Auto merge of #17722 - joshka:jm/logs, r=Veykril | bors | -44/+46 |
| 2024-07-29 | Cargo fmt | Yunfei | -4/+8 |
| 2024-07-29 | Fix error message | Yunfei | -1/+5 |
| 2024-07-29 | feat(ide-completion): explictly show `async` keyword on `impl trait` | Yunfei | -2/+4 |
| 2024-07-28 | Merge from rust-lang/rust | Laurențiu Nicola | -7628/+11691 |
| 2024-07-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-07-28 | Auto merge of #127799 - Kobzol:bootstrap-cmd-refactor-7, r=onur-ozkan | bors | -171/+167 |
| 2024-07-28 | Auto merge of #17720 - ThouCheese:fix/doc-to-comment-naming, r=Veykril | bors | -2/+2 |
| 2024-07-28 | Rollup merge of #128285 - lolbinarycat:rustc-custom-targets, r=jieyouxu | Matthias Krüger | -0/+13 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -20/+6 |
| 2024-07-28 | Rollup merge of #128276 - ehuss:rustbook-readme, r=Kobzol | Matthias Krüger | -0/+34 |
| 2024-07-28 | 17470 - run test explorer tests at the package level and add missing extra_te... | duncan | -10/+54 |
| 2024-07-27 | feat: add trace level to client logs | Josh McKinney | -0/+4 |
| 2024-07-27 | feat: use vscode log format for client logs | Josh McKinney | -46/+44 |
| 2024-07-28 | Auto merge of #128079 - Oneirical:testiges-of-civilization, r=jieyouxu | bors | -4/+0 |
| 2024-07-27 | rustc book: document how the RUST_TARGET_PATH variable is used | binarycat | -0/+13 |
| 2024-07-27 | Auto merge of #128270 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-07-28 | flip the naming of the doc comment to comment assist | Luuk Wester | -2/+2 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -20/+6 |
| 2024-07-27 | Auto merge of #128278 - tgross35:rollup-zv7q0h5, r=tgross35 | bors | -0/+5 |
| 2024-07-28 | Fix for #17497 - Invalid RA diagnostic error: expected 2 arguments, found 1 | Francis McKenzie | -3/+47 |
| 2024-07-27 | Auto merge of #128091 - heiher:xz-only, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-07-27 | Add a README to rustbook to explain its purpose | Eric Huss | -0/+34 |
| 2024-07-27 | Update cargo | Weihang Lo | -0/+0 |
| 2024-07-27 | add change entry for `rust.channel` defaults | onur-ozkan | -0/+5 |
| 2024-07-27 | Auto merge of #17714 - Throne3d:patch-1, r=Veykril | bors | -1/+1 |
| 2024-07-27 | fix: let glob imports override other globs' visibility | Ryo Yoshida | -32/+197 |
| 2024-07-26 | docs: Reference cov_mark crate instead of test_utils/mark | Edward Jones | -1/+1 |
| 2024-07-26 | Rollup merge of #128227 - Kobzol:ci-unrolled-perf-build-matrix, r=tgross35 | Trevor Gross | -2/+8 |
| 2024-07-26 | Rollup merge of #128210 - lolbinarycat:rustdoc-search-title, r=notriddle,Guil... | Trevor Gross | -1/+1 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -12/+12 |
| 2024-07-26 | early exit if unresolved field is an index | Ali Bektas | -3/+45 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -13/+17 |
| 2024-07-26 | rewrite sanitizer-staticlib-link to rmake | Oneirical | -1/+0 |
| 2024-07-26 | fix: tweak hover/tooltip links | Young-Flash | -6/+11 |
| 2024-07-26 | rewrite export-executable-symbols to rmake | Oneirical | -1/+0 |
| 2024-07-26 | rewrite foreign-rust-exceptions to rmake | Oneirical | -1/+0 |
| 2024-07-26 | rewrite c-unwind-abi-catch-lib-panic to rmake | Oneirical | -1/+0 |
| 2024-07-26 | Internal: Cleanup proc-macro error handling | Lukas Wirth | -522/+380 |
| 2024-07-26 | CI: do not respect custom try jobs for unrolled perf builds | Jakub Beránek | -2/+8 |
| 2024-07-26 | Auto merge of #128222 - tgross35:rollup-fk7qdo3, r=tgross35 | bors | -7/+25 |
| 2024-07-26 | fix: Fix includes not working with expr fragment inputs | Lukas Wirth | -3/+18 |