Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e97ad31
Clarify `--remap-path-scope` impact on `rustc` metadata
Urgau Jul 21, 2026
52dff85
normalization rework: clean up projection_ty_core
khyperia Aug 7, 2026
60d200b
Snapshot tests for building `rust-analyzer-proc-macro-srv`
Zalathar Aug 7, 2026
767d4aa
Remove field `ShouldRun::kind`
Zalathar Aug 7, 2026
6e3f911
Remove `PATH_REMAP` from command-line selector handling
Zalathar Aug 7, 2026
dbad7aa
Get rid of LLM disclosure checkboxes
jyn514 Aug 9, 2026
9755a34
Add nightly-only support for Cargo unremap trim-paths files in rust-gdb
Urgau Aug 5, 2026
44afeee
update expect message in library/core/src/net/parser.rs
nakagawa-hayana Aug 9, 2026
265b95f
extern custom: test type generics
folkertdev Aug 9, 2026
7ee723b
Update rustc crate rkyv to 0.8.18 [SECURITY]
rperier Aug 9, 2026
91f0930
generalize from 'code' to 'any part of this PR'
jyn514 Aug 9, 2026
1b7548a
Mark const ptr methods and ptr free functions as inline(always)
zakrad Aug 9, 2026
da0920b
extern custom: test explicit unit return type
folkertdev Aug 9, 2026
7253b2b
Stabilize fs_set_times
Mark-Simulacrum Aug 9, 2026
41e53fa
Rename parse_delimited_token_tree to parse_cfg_select_branch_rhs
chenyukang Aug 10, 2026
344cdcf
Rollup merge of #160675 - Zalathar:path-remap, r=clubby789
jhpratt Aug 10, 2026
6e8c73d
Rollup merge of #160807 - rperier:bump_rkyv_security_issues, r=Mark-S…
jhpratt Aug 10, 2026
28adab8
Rollup merge of #159690 - Urgau:remap-object-metadata, r=weihanglo,Sh…
jhpratt Aug 10, 2026
7e7fc6f
Rollup merge of #160560 - Urgau:trim-paths-gdb-support, r=Mark-Simula…
jhpratt Aug 10, 2026
e9e24a7
Rollup merge of #160608 - khyperia:cleanup-projection_ty_core, r=adwi…
jhpratt Aug 10, 2026
e50f8fe
Rollup merge of #160785 - jyn514:no-checkboxes, r=Mark-Simulacrum
jhpratt Aug 10, 2026
5aa89e9
Rollup merge of #160804 - nakagawa-hayana:issue-159751-fix-net-parser…
jhpratt Aug 10, 2026
b764577
Rollup merge of #160805 - folkertdev:extern-custom-more-tests, r=tgro…
jhpratt Aug 10, 2026
39c0a9d
Rollup merge of #160816 - zakrad:fix-const-ptr-read-inline-160809, r=…
jhpratt Aug 10, 2026
1ef14d1
Rollup merge of #160820 - Mark-Simulacrum:stabilize-set-times, r=nia-e
jhpratt Aug 10, 2026
a3ce0af
Rollup merge of #160826 - chenyukang:yukang-rename-cfg-select-parsing…
jhpratt Aug 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<!-- homu-ignore:start -->

- [ ] I did not use an LLM to create a change in this PR.
- [ ] I used an LLM to create a change in this PR, and I have explained below how it was used.

<!--
Please read our [LLM policy] before opening a PR,
and check one of the boxes above to indicate whether you've used an LLM.
If you do not check a box, a reviewer may ask you whether an LLM was involved.
If you used an LLM to generate any part of this PR, including the PR description, please disclose that according to our [guidelines][disclosure guidelines].
LLM contributions are not banned, but are held to a higher standard of review and correctness.
If you do not want your disclosure to be part of the permanent git history, add `<!-- homu-ignore:start` before it.

[LLM policy]: https://forge.rust-lang.org/policies/llm-usage.html
[disclosure guidelines]: https://rustc-dev-guide.rust-lang.org/llm-guidance/writing.html#disclosure-guidelines

If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
Expand All @@ -20,4 +16,3 @@ a specific user to review your work, you can assign it to them by using

r? <reviewer name>
-->
<!-- homu-ignore:end -->
Loading
Loading