| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -6/+12 | |
| Add checking for unnecessary delims in closure body Fixes #136741 | ||||
| 2025-07-10 | update rust-dev-guide to point about new command execution summary report ↵ | bit-aloo | -2/+9 | |
| under bootstrap profiling section | ||||
| 2025-07-10 | enable report summary when BOOTSTRAP_PROFILE is set | bit-aloo | -2/+14 | |
| 2025-07-10 | expose report summary via build | bit-aloo | -1/+5 | |
| 2025-07-10 | update streaming to record its execution via commandprofiler | bit-aloo | -5/+11 | |
| 2025-07-10 | add commandProfiler to bootstrap execution context | bit-aloo | -1/+154 | |
| 2025-07-10 | change cachekey to CommandFingerprint and change related API's and add start ↵ | bit-aloo | -19/+34 | |
| time to deferred execution | ||||
| 2025-07-10 | Merge pull request #20054 from Young-Flash/folding_all | Shoyu Vanilla (Flint) | -3/+52 | |
| feat: support folding multiline arg list & fn body in one folding range | ||||
| 2025-07-10 | Clarify `get_tool_target_compiler` | Jakub Beránek | -3/+9 | |
| 2025-07-10 | Rename `for_compiler` to `for_use_by_compiler` | Jakub Beránek | -12/+15 | |
| 2025-07-10 | Migrate `generate_impl` assist to use `SyntaxEditor` | Hayashi Mikihiro | -9/+16 | |
| 2025-07-10 | Migrate rustc-pull to CI workflow from `josh-sync` | Jakub Beránek | -102/+9 | |
| 2025-07-10 | Mention that compiler-builtins is now using `rustc-josh-sync` | Jakub Beránek | -1/+2 | |
| 2025-07-10 | Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=Kobzol | Trevor Gross | -48/+241 | |
| tidy: add support for `--extra-checks=auto:` feature in preparation for rust-lang/rust#142924 also heavily refactored the parsing of the `--extra-checks` argument to warn about improper usage. cc ```@GuillaumeGomez``` r? ```@Kobzol``` | ||||
| 2025-07-10 | silence clippy | Ralf Jung | -0/+1 | |
| 2025-07-10 | Merge pull request #2499 from rust-lang/tshepang-patch-2 | nora | -1/+3 | |
| distcheck has only one possible invocation | ||||
| 2025-07-10 | Merge pull request #20210 from ChayimFriedman2/naked-asm-safe | Shoyu Vanilla (Flint) | -84/+303 | |
| fix: Inline asm fixes | ||||
| 2025-07-10 | Merge pull request #2500 from rust-lang/tshepang-patch-3 | nora | -1/+1 | |
| do not invent a name | ||||
| 2025-07-10 | Fix `--skip-std-check-if-no-download-rustc` | Jakub Beránek | -7/+31 | |
| Since https://github.com/rust-lang/rust/pull/143048, we now explicitly set the build compiler for `check::Std`, which caused it to be built before we checked `--skip-std-check-if-no-download-rustc`. So I moved the check earlier to `make_run`, which resolves it. I also added a regression test for this. Sadly we can't really test for the positive case easily (when download-ci-rustc is enabled), but we can test the negative cases, where it is disabled. | ||||
| 2025-07-10 | Only provide `is_windows_msvc` to gate on windows-msvc | Jieyou Xu | -34/+29 | |
| And not both `is_windows_msvc` and `is_msvc`. | ||||
| 2025-07-10 | remove unnecessary parens in rust-analyzer | yukang | -1/+1 | |
| 2025-07-10 | Revert "remove `if-let` chains" | Laurențiu Nicola | -7/+6 | |
| This reverts commit fcc81a38b3ed55447735f71e8d374fcb36c22f24. | ||||
| 2025-07-10 | fmt | The Miri Cronjob Bot | -1/+3 | |
| 2025-07-10 | Merge from rustc | The Miri Cronjob Bot | -854/+3420 | |
| 2025-07-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 | |
| 2025-07-10 | Merge pull request #20212 from ChayimFriedman2/dyn-hint | Shoyu Vanilla (Flint) | -5/+31 | |
| fix: Fixes for `dyn` inlay hint | ||||
| 2025-07-10 | Migrate `convert_match_to_let_else` assist to use `SyntaxEditor` | Hayashi Mikihiro | -13/+15 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-07-10 | Put the expression stuff in the expression store behind an `Option<Box>` | Chayim Refael Friedman | -271/+419 | |
| And leave only the type stuff without it. This is because most expression stores don't have anything but types (e.g. generics, fields, signatures) so this saves a lot of memory. This saves 58mb on `analysis-stats .`. | ||||
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -5/+11 | |
| 2025-07-09 | feat(lexer): Allow including frontmatter with 'tokenize' | Ed Page | -26/+25 | |
| 2025-07-09 | do not invent a name | Tshepang Mbambo | -1/+1 | |
| Nowhere else is this called "Dist check" | ||||
| 2025-07-09 | distcheck had only one possible invocation | Tshepang Mbambo | -1/+3 | |
| That is, calling it an example is misleading | ||||
| 2025-07-09 | add missing word | Tshepang Mbambo | -1/+1 | |
| 2025-07-09 | Update LLVM submodule | Daniel Paoliello | -0/+0 | |
| 2025-07-09 | Make `AsmExpr` have `AstId` | Chayim Refael Friedman | -10/+29 | |
| We need it because `global_asm!()` is an item. It's unfortunate that such thing can slip in and I see no way to automatically catch that, but thankfully analysis-stats on self has caught that. | ||||
| 2025-07-09 | Merge pull request #20214 from rust-lang/update-msrv | Chayim Refael Friedman | -1/+1 | |
| Update MSRV to 1.88.0 | ||||
| 2025-07-09 | Update MSRV to 1.88.0 | Chayim Refael Friedman | -1/+1 | |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -0/+53 | |
| 2025-07-09 | Put `dyn` inlay hints in their correct place in presence of parentheses | Chayim Refael Friedman | -3/+14 | |
| 2025-07-09 | Disable the `diagnostics_dont_block_typing` test on CI | Chayim Refael Friedman | -1/+2 | |
| It's failing to much. We need to fix it, but my changes are unlikely to be the cause. | ||||
| 2025-07-09 | Don't show `dyn` hint in a HRTB bound | Chayim Refael Friedman | -2/+17 | |
| 2025-07-10 | migrate `convert_named_struct_to_tuple_struct` assist to use 'SyntaxEditor' | Hayashi Mikihiro | -6/+9 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-07-09 | Make `global_asm!()` work | Chayim Refael Friedman | -36/+58 | |
| Because apparently, we were not accepting inline asm in item position, completely breaking it. | ||||
| 2025-07-09 | Merge pull request #20109 from Hmikihiro/generate_new_tuple_field | Shoyu Vanilla (Flint) | -24/+385 | |
| feat: Generate `new` for tuple struct | ||||
| 2025-07-09 | Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ↵ | Chayim Refael Friedman | -16/+198 | |
| only `asm!()` unsafe | ||||
| 2025-07-09 | Don't hash the `SyntaxKind` in the ast id | Chayim Refael Friedman | -41/+36 | |
| There is no need to, it's already stored in the `kind`. | ||||
| 2025-07-09 | bootstrap/miri: avoid rebuilds for test builds | Ralf Jung | -2/+8 | |
| 2025-07-09 | Massage `lib.rs` so it can be rustfmt'd | Jieyou Xu | -66/+42 | |
| Even if the formatting isn't strictly "better", it at least allows rustfmtting it automatically. | ||||
| 2025-07-09 | Sort and document `run-make-support` dependencies | Jieyou Xu | -4/+13 | |
| 2025-07-09 | Bump `run-make-support` to Edition 2024 | Jieyou Xu | -1/+1 | |
