Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
e772f7a
corrected lifetime in core::panic::Location::file return type
ijchen Oct 24, 2024
9c4a35e
added regression test for `core::panic::Location::file`'s lifetime
ijchen Oct 24, 2024
5577370
corrected lifetime in core::panic::Location::file return type
ijchen Oct 24, 2024
8a0438f
moved new test to updated test location
ijchen Aug 2, 2025
792ec3b
updated line number in test
ijchen Aug 2, 2025
8adc296
allow using `target_val!` with a rename
WaffleLapkin Jul 25, 2025
be42f3f
turn pointer width into an integer in target.json
WaffleLapkin Jul 25, 2025
6caa8ff
accept integer `target-pointer-width` in compiletest
WaffleLapkin Jul 25, 2025
51134eb
fix target-pointer-width in tests
WaffleLapkin Jul 31, 2025
d710a8e
reorganize rwlock file
connortsui20 Jul 19, 2025
4b7e904
add `nonpoison::rwlock` implementation
connortsui20 Jul 20, 2025
d8a0df0
reorganize rwlock tests
connortsui20 Jul 21, 2025
ad499d0
add nonpoison and poison rwlock tests
connortsui20 Jul 29, 2025
9aa8cfa
Convert moves of references to copies in RefProp
saethlin Jun 7, 2025
12eb1a0
feat(lldb debug info): improve enum value formatting in lldb
nilptr Aug 10, 2025
c39ebea
feat(lldb debug info): deref pointer types for more accurate rust typ…
nilptr Aug 10, 2025
6be749b
fix: python formatting error
nilptr Aug 10, 2025
37e7f52
Introduce ProjectionElem::try_map.
cjgillot Jul 2, 2025
9e28de2
Add codegen regression tests
okaneco Aug 14, 2025
d07009c
Fix the ABI parameter inconsistency issue in debug.rs for LoongArch64
heiher Aug 21, 2025
53b775d
rustdoc-search: GUI tests check for `//` in URL
notriddle Aug 20, 2025
719880d
Introduce reborrow unstable feature
aapoalas Aug 21, 2025
ead9f58
make primitive:pointer work in type-based search.
lolbinarycat Aug 21, 2025
5af3591
Introduce Reborrow lang item and trait
aapoalas Aug 21, 2025
fd44708
Add reborrow feature gate test
aapoalas Aug 21, 2025
4b730a2
rustdoc search: accept *mut T syntax for raw pointers
lolbinarycat Aug 21, 2025
ae9845f
add special formatting for displaying raw pointers in signatures
lolbinarycat Aug 21, 2025
eeaad50
unbox raw pointers in type-based search
lolbinarycat Aug 21, 2025
3501e4f
rustdoc: add tests for raw pointers in type-based search
lolbinarycat Aug 21, 2025
291da71
Add an experimental unsafe(force_target_feature) attribute.
veluca93 Aug 18, 2025
e5bd01b
Correct comments.
cjgillot Aug 21, 2025
42d6330
triagebot: Update style team reviewers
joshtriplett Aug 22, 2025
401f40f
tests/rustdoc-js-std/parser-errors.js: remove syntax that is now valid
lolbinarycat Aug 22, 2025
689171d
Uplift rustc_mir_transform::coverage::counters::union_find to rustc_d…
cjgillot Aug 22, 2025
1e5b5ba
print raw lifetime idents with `r#`
fee1-dead Aug 4, 2025
30bb704
don't print invalid labels with `r#`
fee1-dead Aug 4, 2025
4970127
address review comments
fee1-dead Aug 22, 2025
e1d4f09
doc: fix some typos in comment
xihuwenhua Aug 22, 2025
d61353f
tests: Ignore basic-stepping.rs on LoongArch
heiher Aug 22, 2025
774d96a
resolve: `early_resolve_ident_in_lexical_scope` -> `resolve_ident_in_…
petrochenkov Aug 19, 2025
b82b947
resolve: Remove `Module` from `ScopeSet::Late`
petrochenkov Aug 19, 2025
a47c372
resolve: Remove derive fallback lint id from `ScopeSet::Late`
petrochenkov Aug 19, 2025
e26b175
resolve: Remove `ScopeSet::Late`
petrochenkov Aug 19, 2025
f0e9fd6
CI: rfl: support Rust >= 1.91.0 target spec
ojeda Aug 21, 2025
049c327
On E0277, point at type that doesn't implement bound
estebank Aug 19, 2025
6caa586
Recover param: Ty = EXPR
compiler-errors Feb 21, 2025
1c74260
Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnay
jhpratt Aug 22, 2025
df37146
Rollup merge of #137396 - compiler-errors:param-default, r=fmease
jhpratt Aug 22, 2025
e7ec60a
Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillot
jhpratt Aug 22, 2025
4c64d49
Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, …
jhpratt Aug 22, 2025
9c2aa65
Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-Simul…
jhpratt Aug 22, 2025
d9c5c9d
Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r…
jhpratt Aug 22, 2025
0bd40f5
Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer…
jhpratt Aug 22, 2025
f8624f2
Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-Simulacrum
jhpratt Aug 22, 2025
e71195e
Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=dav…
jhpratt Aug 22, 2025
7a225b1
Rollup merge of #145597 - petrochenkov:nolateset, r=b-naber
jhpratt Aug 22, 2025
3af75e0
Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwco
jhpratt Aug 22, 2025
2529559
Rollup merge of #145669 - notriddle:test-js-search-scripts-path, r=Gu…
jhpratt Aug 22, 2025
95e7eae
Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnr
jhpratt Aug 22, 2025
a82d689
Rollup merge of #145710 - heiher:issue-145692-2, r=nnethercote
jhpratt Aug 22, 2025
ca61fba
Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petroc…
jhpratt Aug 22, 2025
3817985
Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer…
jhpratt Aug 22, 2025
06ef778
Rollup merge of #145736 - joshtriplett:triagebot-style, r=traviscross
jhpratt Aug 22, 2025
5e1f11e
Rollup merge of #145738 - cjgillot:union-find-uplift, r=Zalathar
jhpratt Aug 22, 2025
ad89f2d
Rollup merge of #145743 - xihuwenhua:master, r=petrochenkov
jhpratt Aug 22, 2025
555ef1c
Rollup merge of #145745 - heiher:ignore-basic-stepping, r=lqd
jhpratt Aug 22, 2025
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
Prev Previous commit
Next Next commit
reorganize rwlock tests
This commit simply helps discern the actual changes needed to test both
poison and nonpoison `rwlock`s.
  • Loading branch information
connortsui20 committed Aug 9, 2025
commit d8a0df075d312448bfdb4cbf4d87bf5d1c1508b7
Loading