Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
13ee69d
Update bundled musl to 1.2.5
est31 May 29, 2024
a014a9b
update all other references to musl 1.2.3 to 1.2.5
Gankra Jun 18, 2025
52513ab
bump powerpc64le-unknown-linux-musl's musl to 1.2.5
Gankra Oct 2, 2025
303a828
pin all musl deconfigs to 1.2.5
Gankra Oct 7, 2025
22e6656
remove references to upstreamed patches
Gankra Oct 7, 2025
b64cdd0
bump musl-cross-make commit to get fixes
Gankra Oct 7, 2025
010b690
fmt
Gankra Oct 7, 2025
60a7cab
Use fstatat() in DirEntry::metadata on Apple platforms
jesseschalken Oct 22, 2025
fe4c2a2
typo
jesseschalken Oct 22, 2025
63bb238
implement VecDeque extend_from_within and prepend_from_within, add tests
antonilol Oct 23, 2025
73b734b
Pass `debuginfo_compression` through FFI as an enum
Zalathar Oct 23, 2025
26f35ae
Implement pattern matching for `&pin mut|const T`
frank-king Apr 13, 2025
9fc1d8a
require `T: !Unpin` for `&pin mut T` to be projected to `&pin mut T.U…
frank-king Jul 19, 2025
7070709
Remove `!Unpin` related bounds
frank-king Aug 3, 2025
cb369ab
Fix `pin_ergonomics` tests
frank-king Aug 3, 2025
b36f15e
Add `#[pin_project]` attribute for structurally pinning
frank-king Sep 27, 2025
ace8345
Rename `#[pin_project]` to `#[pin_v2]` to avoid naming conflicts
frank-king Oct 24, 2025
7319811
[rustdoc search] Include extern crates when filtering on `import`
GuillaumeGomez Oct 30, 2025
d5839f9
Enable regression labeling aliases
apiraino Oct 21, 2025
e614ed4
Restrict `#[pin_v2]` test on `global_asm!` to stablized archs only
frank-king Oct 31, 2025
d8ace32
Remove the `#[pin_v2]` test since it produces different errors on dif…
frank-king Oct 31, 2025
c5b30c3
docs: Fix argument names for `carrying_mul_add`
sorairolake Oct 31, 2025
761ae9a
add tier 3 HelenOS compiler targets
mvolfik Jun 5, 2025
3d9c69b
enable flock for illumos
emilyalbini Oct 31, 2025
06a2e72
Implement VecDeque::extract_if
tisonkun Oct 16, 2025
bf7b05c
refactor: move runtime functions to core
Kmeakin Oct 11, 2025
c8ab427
refactor: format `unicode_data`
Kmeakin Oct 11, 2025
6d75cd2
refactor: remove check that `first_code_point` is non-ascii
Kmeakin Oct 11, 2025
9a80731
refactor: make string formatting more readable
Kmeakin Oct 11, 2025
0e6131c
refactor: make `unicode_data` tests normal tests
Kmeakin Oct 19, 2025
23edbb6
Don't require dlltool with the dummy backend on MinGW
bjorn3 Oct 31, 2025
04a10f7
Simplify code to generate line numbers in highlight
GuillaumeGomez Oct 27, 2025
e1e8913
bootstrap: Use cargo's `build.warnings=deny` rather than -Dwarnings
jyn514 Oct 31, 2025
5fabd2d
Improve code
GuillaumeGomez Oct 31, 2025
efb9a41
cleanup: upstream dropped amx-transpose functionality
durin42 Oct 31, 2025
af5b798
Add Ord::clamp_min and clamp_max
Kyuuhachi Oct 16, 2025
7069400
revert combined nonpoison/poison tests for condvar
connortsui20 Oct 31, 2025
3d5a408
update `nonpoison::Condvar` to take guards by reference
connortsui20 Oct 31, 2025
c1153b0
move condvar test from mutex to condvar test file
connortsui20 Oct 31, 2025
2e01acc
Add tests for some cases mentioned in #135589
estebank Jan 16, 2025
8ba2950
Detect case of missing lifetime in assoc type
estebank Jan 16, 2025
1e9e1f2
On unconstrained lifetime on `impl` block, suggest using it if there'…
estebank Jan 16, 2025
75bb675
Do not suggest introducing lifetime in impl assoc type
estebank Jan 16, 2025
8d51667
fix typo
estebank Oct 31, 2025
2a1595e
Add regression test for including extern crates in import filtering
GuillaumeGomez Oct 30, 2025
ebc7fc5
Rollup merge of #135602 - estebank:issue-135589, r=Nadrieril
Zalathar Nov 1, 2025
6475290
Rollup merge of #139310 - mvolfik:helenos-compiler, r=wesleywiser
Zalathar Nov 1, 2025
f9fee1a
Rollup merge of #139751 - frank-king:feature/pin-project, r=Nadrieril…
Zalathar Nov 1, 2025
8d52fb5
Rollup merge of #142682 - Gankra:update_musl_1.2.5, r=wesleywiser
Zalathar Nov 1, 2025
d7f9192
Rollup merge of #147161 - antonilol:vec-deque-extend-from-within, r=j…
Zalathar Nov 1, 2025
5314d71
Rollup merge of #147622 - Kmeakin:km/unicode-data/refactors, r=joboet
Zalathar Nov 1, 2025
f6f731c
Rollup merge of #147780 - tisonkun:vec-deque-extract-if, r=joboet
Zalathar Nov 1, 2025
f284588
Rollup merge of #147786 - Kyuuhachi:clamp-min-max, r=joboet
Zalathar Nov 1, 2025
50dcc44
Rollup merge of #147942 - apiraino:enable-label-aliases, r=Urgau
Zalathar Nov 1, 2025
1201a7c
Rollup merge of #147986 - jesseschalken:use-fstatat-macos, r=joboet
Zalathar Nov 1, 2025
841549f
Rollup merge of #148103 - Zalathar:compression, r=wesleywiser
Zalathar Nov 1, 2025
9227c00
Rollup merge of #148171 - GuillaumeGomez:line-number-highlight, r=yot…
Zalathar Nov 1, 2025
707c075
Rollup merge of #148301 - GuillaumeGomez:import-filter, r=notriddle
Zalathar Nov 1, 2025
b9465fb
Rollup merge of #148319 - sorairolake:fix-carrying_mul_add-docs, r=Am…
Zalathar Nov 1, 2025
a65a3b9
Rollup merge of #148322 - oxidecomputer:ea-flock-illumos, r=ChrisDenton
Zalathar Nov 1, 2025
79d0fe6
Rollup merge of #148330 - bjorn3:dummy_backend_no_dlltool, r=mati865
Zalathar Nov 1, 2025
3e2b23d
Rollup merge of #148332 - jyn514:cargo-deny-warnings, r=Kobzol
Zalathar Nov 1, 2025
33dc838
Rollup merge of #148338 - durin42:llvm-22-amx-transpose, r=workingjub…
Zalathar Nov 1, 2025
895a501
Rollup merge of #148343 - connortsui20:guard-ref-condvar, r=Amanieu
Zalathar Nov 1, 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
Add regression test for including extern crates in import filtering
  • Loading branch information
GuillaumeGomez committed Oct 31, 2025
commit 2a1595e2fea2dfa7f853f07d3595cbd543342d8e
20 changes: 20 additions & 0 deletions tests/rustdoc-js/import-filter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// This test ensures that when filtering on `import`, `externcrate` items are also displayed.
// It also ensures that the opposite is not true.

const EXPECTED = [
{
'query': 'import:st',
'others': [
{ 'path': 'foo', 'name': 'st', 'href': '../foo/index.html#reexport.st' },
// FIXME: `href` is wrong: <https://github.com/rust-lang/rust/issues/148300>
{ 'path': 'foo', 'name': 'st2', 'href': '../st2/index.html' },
],
},
{
'query': 'externcrate:st',
'others': [
// FIXME: `href` is wrong: <https://github.com/rust-lang/rust/issues/148300>
{ 'path': 'foo', 'name': 'st2', 'href': '../st2/index.html' },
],
},
];
7 changes: 7 additions & 0 deletions tests/rustdoc-js/import-filter.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#![crate_name = "foo"]

pub extern crate std as st2;

pub use crate::Bar as st;

pub struct Bar;
Loading