Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
1ddb4d0
Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` i…
miried Apr 4, 2025
d78e762
scrape-examples.js: give each function a signature
lolbinarycat Apr 25, 2025
b4c77e1
rustdoc js: add ScrapedLoc type
lolbinarycat Apr 25, 2025
35ba7dd
rustdoc js: add rustdoc.ScrapedLoc type
lolbinarycat Apr 25, 2025
8799d3d
fix typo
lolbinarycat Apr 28, 2025
b06113d
scrape-examples.js: add another nonnull() invokation
lolbinarycat May 22, 2025
c021e7a
scrape-examples.js: fix typos
lolbinarycat May 27, 2025
0ed3ef4
Use GH app for authenticating pull PRs
Kobzol Jul 29, 2025
1fd183e
Apply suggestions from code review
Kobzol Jul 29, 2025
6508b5a
Merge pull request #4505 from Kobzol/ci-gh-app
RalfJung Jul 29, 2025
64ed2b5
rustup
RalfJung Jul 31, 2025
76a213b
rely on preinstalled rustup on windows-arm
RalfJung Jul 31, 2025
4768724
Merge pull request #4509 from RalfJung/win-ci
RalfJung Jul 31, 2025
431fc2a
bless cargo miri doctest execution
RalfJung Jul 31, 2025
63cbeff
Merge pull request #4508 from RalfJung/rustup
RalfJung Jul 31, 2025
67cce09
Prepare for merging from rust-lang/rust
Aug 1, 2025
aa73f45
Merge ref 'adcb3d3b4cd3' from rust-lang/rust
Aug 1, 2025
620141d
fmt
Aug 1, 2025
be358c6
Merge pull request #4510 from rust-lang/rustup-2025-08-01
RalfJung Aug 1, 2025
6ab38e4
update rustup PR message
RalfJung Aug 1, 2025
8bd9bb9
Merge pull request #4511 from RalfJung/auto-rustup
RalfJung Aug 1, 2025
ff400ea
Prepare for merging from rust-lang/rust
Aug 4, 2025
4c07ca6
Merge ref '07b7dc90ee4d' from rust-lang/rust
Aug 4, 2025
fed28f8
Merge pull request #4513 from rust-lang/rustup-2025-08-04
saethlin Aug 4, 2025
55a8c2d
Prepare for merging from rust-lang/rust
Aug 9, 2025
fd45eef
Merge ref '4c7749e8c8e5' from rust-lang/rust
Aug 9, 2025
b4e279e
Remove cfg(bootstrap) for strict_overflow_ops
saethlin Aug 9, 2025
547e2b7
Fix a clippy::needless_borrow
saethlin Aug 9, 2025
5a79c57
Add gettid support for Android
saethlin Aug 10, 2025
210bd5f
Merge pull request #4518 from rust-lang/rustup-2025-08-09
saethlin Aug 10, 2025
117a095
Add tracing to data race functions
Stypox Aug 11, 2025
0b78f63
Prepare for merging from rust-lang/rust
Aug 13, 2025
24eaf5d
Merge ref '1553adfe6884' from rust-lang/rust
Aug 13, 2025
542bd3e
Merge pull request #4525 from rust-lang/rustup-2025-08-13
saethlin Aug 13, 2025
3ff426b
Prepare for merging from rust-lang/rust
Aug 15, 2025
c549eb3
Merge ref '3507a749b365' from rust-lang/rust
Aug 15, 2025
216b606
Merge pull request #4527 from rust-lang/rustup-2025-08-15
oli-obk Aug 15, 2025
36a3820
Use aarch64-apple-darwin as the fallback doc source for `-apple-`
shepmaster Aug 11, 2025
c574c91
Demote x86_64-apple-darwin to Tier 2 with host tools
shepmaster Aug 11, 2025
122517d
Prepare for merging from rust-lang/rust
Aug 18, 2025
9cac742
Merge ref '425a9c0a0e36' from rust-lang/rust
Aug 18, 2025
244eea5
fmt
Aug 18, 2025
4f1de56
Merge pull request #4528 from rust-lang/rustup-2025-08-18
RalfJung Aug 18, 2025
dc81d75
Add new `--test-codegen-backend` bootstrap option
GuillaumeGomez Aug 11, 2025
73d3d28
Implement feature `int_lowest_highest_one` for integer and NonZero types
Gnurou Aug 10, 2025
3bb9172
Merge pull request #4523 from Stypox/data-race-tracing
RalfJung Aug 18, 2025
1c42add
triagebot: Show range-diff links on force pushes
RalfJung Aug 18, 2025
ebb5f98
Merge pull request #4529 from RalfJung/triagebot-range-diff-awesomeness
RalfJung Aug 18, 2025
2d3ee01
Split compiletest `--codegen-backend` into two options `--default-cod…
GuillaumeGomez Aug 18, 2025
41d8d85
Remove hs_abs_cmp examples
miried Aug 19, 2025
36d309e
Merge remote-tracking branch 'upstream/master'
miried Aug 19, 2025
ce2d0d1
link to TB doc in unsafe-code-guidelines
JoJoDeveloping Aug 19, 2025
a7bf08f
God bless the tests
JoJoDeveloping Aug 19, 2025
77d6ee0
Fix bug where `rustdoc-js` tester would not pick the right `search.js…
GuillaumeGomez Aug 13, 2025
2ebe679
Strenghten rustdoc js tester file macthing regex
GuillaumeGomez Aug 16, 2025
ed1ff8d
Merge pull request #4530 from JoJoDeveloping/tb-doc-ugc-link
RalfJung Aug 19, 2025
309b87f
Support weak definitions
bjorn3 Jun 26, 2025
f9d08d9
Merge pull request #4414 from bjorn3/weak_defs
RalfJung Aug 19, 2025
a971238
`std_detect`: Use `rustc-std-workspace-*` to pull in `compiler-builtins`
joshtriplett Aug 19, 2025
4c948bc
Update lockfile for changes to `std_detect`
joshtriplett Aug 19, 2025
9a29e16
mention lint group in default level lint note
karolzwolak Apr 28, 2025
d14b83e
bless tests with new lint messages
karolzwolak Apr 28, 2025
3e4856c
Rollup merge of #139357 - miried:master, r=Amanieu
jhpratt Aug 19, 2025
86948fb
Rollup merge of #140314 - lolbinarycat:rustdoc-js-scrape-examples-typ…
jhpratt Aug 19, 2025
f3fbf39
Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=david…
jhpratt Aug 19, 2025
c64ae06
Rollup merge of #145252 - shepmaster:demote-x86_64-apple-darwin-to-ti…
jhpratt Aug 19, 2025
fd889a7
Rollup merge of #145256 - GuillaumeGomez:bootstrap-test-codegen-backe…
jhpratt Aug 19, 2025
2cfae3f
Rollup merge of #145359 - GuillaumeGomez:correctly-pick-search.js, r=…
jhpratt Aug 19, 2025
2370fa6
Rollup merge of #145381 - Gnurou:int_lowest_highest_one, r=jhpratt
jhpratt Aug 19, 2025
8a7c125
Rollup merge of #145619 - joshtriplett:use-the-right-core, r=tgross35
jhpratt Aug 19, 2025
46a6e7b
Rollup merge of #145632 - RalfJung:miri, r=RalfJung
jhpratt Aug 19, 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
4 changes: 2 additions & 2 deletions library/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ dependencies = [
name = "std_detect"
version = "0.1.5"
dependencies = [
"alloc",
"core",
"libc",
"rustc-std-workspace-alloc",
"rustc-std-workspace-core",
]

[[package]]
Expand Down
4 changes: 2 additions & 2 deletions library/std_detect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ is-it-maintained-open-issues = { repository = "rust-lang/stdarch" }
maintenance = { status = "experimental" }

[dependencies]
core = { path = "../core" }
alloc = { path = "../alloc" }
core = { version = "1.0.0", package = 'rustc-std-workspace-core' }
alloc = { version = "1.0.0", package = 'rustc-std-workspace-alloc' }

[target.'cfg(not(windows))'.dependencies]
libc = { version = "0.2.0", optional = true, default-features = false }
Expand Down