index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-07-23
Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...
Jonathan Brouwer
-4
/
+4
2025-07-23
Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieu
bors
-12
/
+14
2025-07-23
Remove Josh code from `miri-script`
Jakub Beránek
-336
/
+6
2025-07-23
Update josh sync documentation
Jakub Beránek
-13
/
+10
2025-07-23
Init josh-sync config file
Jakub Beránek
-0
/
+2
2025-07-23
atomicrmw on pointers: move integer-pointer cast hacks into backend
Ralf Jung
-16
/
+11
2025-07-23
CI: add windows-arm runner
Ralf Jung
-8
/
+20
2025-07-23
Change rename self to parameter use `Self` type
A4-Tacks
-29
/
+48
2025-07-23
Merge pull request #20281 from ChayimFriedman2/parse-hrtb-const
Shoyu Vanilla (Flint)
-352
/
+463
2025-07-23
[rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.
Predrag Gruevski
-3
/
+3
2025-07-22
impl items are never unnamable
binarycat
-2
/
+8
2025-07-22
rustdoc: actually never link to unnamable types
binarycat
-7
/
+18
2025-07-22
rustdoc: never try to link to unnamable types
binarycat
-1
/
+9
2025-07-22
rustdoc: avoid allocating a temp String for aliases in search index
binarycat
-3
/
+16
2025-07-22
Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu
bors
-34
/
+61
2025-07-22
Bless bootstrap tests
Jakub Beránek
-11
/
+11
2025-07-22
Move tests around to appease `tidy`
Jakub Beránek
-1
/
+2
2025-07-22
Allow platform-specific code in `std_detect`
Jakub Beránek
-0
/
+1
2025-07-22
pass build.npm from bootstrap to tidy and use it for npm install
binarycat
-4
/
+14
2025-07-22
bootstrap: Move musl-root fallback out of sanity check
Jens Reidel
-14
/
+18
2025-07-22
Merge pull request #20280 from Kobzol/josh-sync
Laurențiu Nicola
-229
/
+42
2025-07-22
bootstrap: add package.json and package-lock.json to dist tarball
binarycat
-0
/
+2
2025-07-22
Add CI workflow for periodically performing josh pulls
Jakub Beránek
-0
/
+20
2025-07-22
Apply suggestions from code review
Jakub Beránek
-4
/
+5
2025-07-22
Add powerpc64le-unknown-linux-musl to CI rustc targets
Jens Reidel
-0
/
+1
2025-07-22
miropt: move to edition 2024
Marijn Schouten
-1
/
+1
2025-07-22
miropt: clippy fixes
Marijn Schouten
-12
/
+11
2025-07-22
Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur...
Guillaume Gomez
-3
/
+20
2025-07-22
Document synces using `josh-sync`
Jakub Beránek
-12
/
+41
2025-07-22
Remove pull/push functionality from `xtask`
Jakub Beránek
-217
/
+0
2025-07-22
Parse `for<'a> [const]`
Chayim Refael Friedman
-352
/
+463
2025-07-22
Add josh-sync.toml
Laurențiu Nicola
-0
/
+2
2025-07-22
Rename `tests/codegen` into `tests/codegen-llvm`
Guillaume Gomez
-18
/
+23
2025-07-22
Rename `tests/assembly` into `tests/assembly-llvm`
Guillaume Gomez
-13
/
+18
2025-07-22
Merge pull request #20277 from rust-lang/dependabot/npm_and_yarn/editors/code...
Shoyu Vanilla (Flint)
-3
/
+4
2025-07-22
Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=Kobzol
Matthias Krüger
-8
/
+14
2025-07-22
Rollup merge of #144126 - Shourya742:2025-06-18-fix-target-config-issue, r=Ko...
Matthias Krüger
-4
/
+45
2025-07-22
Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov
Matthias Krüger
-1
/
+1
2025-07-22
Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=Kobzol
Matthias Krüger
-140
/
+191
2025-07-22
Support filtering in analysis-stats MIR lowering
Laurențiu Nicola
-62
/
+66
2025-07-22
Bump form-data from 4.0.2 to 4.0.4 in /editors/code
dependabot[bot]
-3
/
+4
2025-07-22
Merge from rustc
The Miri Cronjob Bot
-287
/
+522
2025-07-22
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2025-07-22
Merge pull request #20269 from Hmikihiro/migrate_indent_mapping
Shoyu Vanilla (Flint)
-35
/
+74
2025-07-22
Merge pull request #20270 from Hmikihiro/migrate_generate_new
Shoyu Vanilla (Flint)
-58
/
+97
2025-07-21
Implement nondet behaviour and change/add tests.
LorrensP-2158466
-174
/
+394
2025-07-21
Use serde for target spec json deserialize
Noratrieb
-1
/
+2
2025-07-22
Rollup merge of #144254 - ognevny:opt-dist-artifact-dir, r=Kobzol
许杰友 Jieyou Xu (Joe)
-2
/
+2
2025-07-22
Rollup merge of #144251 - tshepang:rdg-sync, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-8
/
+8
2025-07-22
Rollup merge of #144243 - lnicola:sync-from-ra, r=lnicola
许杰友 Jieyou Xu (Joe)
-28
/
+278
[prev]
[next]