Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/stable
/
src
9b9cd6c
1.90.0 stable release
by Mark Rousskov
· 2 weeks ago
4b3008c
Do not attempt to compute size of a type with escaping lifetimes (#15434)
by Jason Newcomb
· 3 weeks ago
b630713
bootstrap: vendor `clippy_test_deps` too
by Josh Stone
· 3 weeks ago
fca6c02
Add warning to the `Builder::llvm_config` function
by Jakub Beránek
· 3 weeks ago
e52d88d
Ship LLVM tools for the correct target when cross-compiling
by Jakub Beránek
· 3 weeks ago
5a4a250
Rename `llvm_config` to `host_llvm_config` to avoid confusion
by Jakub Beránek
· 3 weeks ago
fd942a5
Demote x86_64-apple-darwin to Tier 2 with host tools
by Jake Goulding
· 5 weeks ago
b991118
Use aarch64-apple-darwin as the fallback doc source for `-apple-`
by Jake Goulding
· 5 weeks ago
3042032
Revert #143031 and #140772 due to #144533
by Mateusz Mikuła
· 6 weeks ago
f6649c9
bump bootstrap compiler
by Boxy
· 7 weeks ago
cc1a3b0
bump channel
by Boxy
· 8 weeks ago
4b55fe1
Auto merge of #144735 - weihanglo:update-cargo, r=weihanglo
by bors
· 8 weeks ago
924a5a4
Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung
by bors
· 8 weeks ago
0ad0be9
Rollup merge of #144730 - Kobzol:bootstrap-cg-typed, r=jieyouxu
by Ralf Jung
· 8 weeks ago
e3ee7f7
Auto merge of #144768 - jhpratt:rollup-otf1yfj, r=jhpratt
by bors
· 8 weeks ago
e11bcb6
Rollup merge of #144751 - dalvescb:curtisd/aix_libextension, r=Noratrieb
by Jacob Pratt
· 8 weeks ago
400b8b6
Rollup merge of #144700 - aDotInTheVoid:macro-rules-for-macro-fools, r=GuillaumeGomez
by Jacob Pratt
· 8 weeks ago
c7ec9bc
Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank
by Jacob Pratt
· 8 weeks ago
3f5f045
Rollup merge of #144683 - tgross35:builtins-via-std-workspace, r=bjorn3,Noratrieb
by Jacob Pratt
· 8 weeks ago
e6b80f3
Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=GuillaumeGomez
by Jacob Pratt
· 8 weeks ago
6c02dd4
Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr
by bors
· 8 weeks ago
daf3534
Use `core` via `rustc-std-workspace-core` in `library/panic*`
by Trevor Gross
· 8 weeks ago
37d52ed0
add correct dynamic_lib_extension for aix
by Curtis D'Alves
· 8 weeks ago
32f4876
Create a typed wrapper for codegen backends
by Jakub Beránek
· 8 weeks ago
26c28ee
Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr
by Jana Dönszelmann
· 8 weeks ago
5712d50
Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease
by Jana Dönszelmann
· 8 weeks ago
1fe4886
Rollup merge of #144688 - Stypox:better-enter-trace-span, r=RalfJung
by Jana Dönszelmann
· 8 weeks ago
42c520d
Update cargo
by Weihang Lo
· 8 weeks ago
bb08a4d
Make Miri's enter_trace_span! call const_eval's
by Stypox
· 8 weeks ago
e1d3ad8
remove rustc_attr_data_structures
by Jana Dönszelmann
· 9 weeks ago
3fb1b53
Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu
by bors
· 9 weeks ago
febd8cd
Rollup merge of #144297 - GuillaumeGomez:ERROR_EXIT_CODE, r=Amanieu
by Samuel Tardieu
· 9 weeks ago
1d5baad
Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieni
by Samuel Tardieu
· 9 weeks ago
d8c09c1
Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk
by Samuel Tardieu
· 9 weeks ago
066a973
Overhaul `Constraint`.
by Nicholas Nethercote
· 9 weeks ago
1901dde
Deduplicate `IntTy`/`UintTy`/`FloatTy`.
by Nicholas Nethercote
· 9 weeks ago
bee5fbf
Fix CI build failure when using new libtest public constant
by Guillaume Gomez
· 9 weeks ago
227abb7
Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdoc
by Guillaume Gomez
· 9 weeks ago
7a127fb
Fix linker-plugin-lto only doing thin lto
by Flakebi
· 9 weeks ago
7b667e7
Extend `is_case_difference` to handle digit-letter confusables
by xizheyin
· 9 weeks ago
0b3c980
Remove `TyCtxt::get_attrs_unchecked`.
by Nicholas Nethercote
· 9 weeks ago
8e78616
Uniform enter_trace_span! and add documentation
by Stypox
· 9 weeks ago
a33e084
rustdoc-json: Move `#[macro_export]` from `Other` to it's own variant
by Alona Enraght-Moony
· 9 weeks ago
202d1f5
Rollup merge of #144675 - jieyouxu:compiletest-staging, r=Kobzol
by Samuel Tardieu
· 9 weeks ago
61760fb
Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat
by Samuel Tardieu
· 9 weeks ago
b38ece9
Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov
by Samuel Tardieu
· 9 weeks ago
e954253
Add change tracker entry
by Jieyou Xu
· 9 weeks ago
2cdd193
Run `compiletest` self-tests against stage 1 rustc
by Jieyou Xu
· 9 weeks ago
2033a06
Deny `compiletest` self-tests being run against stage 0 rustc unless explicitly allowed
by Jieyou Xu
· 9 weeks ago
a7fcc73
Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-allow-stage0`
by Jieyou Xu
· 9 weeks ago
0cf6eb5
Introduce proper `build.compiletest-allow-stage0` config option
by Jieyou Xu
· 9 weeks ago
e5e79f8
Auto merge of #144673 - Zalathar:rollup-0kpeq3n, r=Zalathar
by bors
· 9 weeks ago
ba82950
Rollup merge of #144662 - Zalathar:directive-names, r=fmease
by Stuart Cook
· 9 weeks ago
b6ac83d
Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxu
by Stuart Cook
· 9 weeks ago
72716b1
Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni
by bors
· 9 weeks ago
43018d3
Free disk space on Windows 2025 runners
by Chris Denton
· 9 weeks ago
dee2013
compiletest: Move directive names back into a separate file
by Zalathar
· 9 weeks ago
322686d
Rollup merge of #144639 - Kobzol:x-perf-tui, r=lqd
by Jacob Pratt
· 9 weeks ago
79ad87e
Rollup merge of #144586 - alexcrichton:update-weasi-sdk, r=Mark-Simulacrum
by Jacob Pratt
· 9 weeks ago
cffde73
Verify llvm-needs-components are not empty and match the --target value
by Daniel Paoliello
· 9 weeks ago
77fc593
Update wasi-sdk to 27.0 in CI
by Alex Crichton
· 9 weeks ago
b60026a
Remove no longer needed handling of nonstandard licenses
by Jakub Beránek
· 9 weeks ago
ab4024e
Update license exceptions for rustc-perf
by Jakub Beránek
· 9 weeks ago
d1a877a
Improve tidy error on dependency license exceptions
by Jakub Beránek
· 9 weeks ago
0b807fc
Update rustc-perf submodule
by Jakub Beránek
· 9 weeks ago
f034a4f
Rollup merge of #144623 - RalfJung:miri, r=RalfJung
by Stuart Cook
· 9 weeks ago
03bb80c
Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomez
by Stuart Cook
· 9 weeks ago
0abc0c4
Rollup merge of #144599 - lolbinarycat:bootstrap-build.tidy-extra-checks-enable-for-tools, r=Kobzol
by Stuart Cook
· 9 weeks ago
df7da14
Rollup merge of #144511 - lolbinarycat:tidy-extra-checks-opt, r=Kobzol
by Stuart Cook
· 9 weeks ago
047304b
Rollup merge of #144482 - Shourya742:2025-07-24-have-explicit-download-methods, r=Kobzol
by Stuart Cook
· 9 weeks ago
0901e35
Rollup merge of #144569 - tshepang:rdg-sync, r=Kobzol
by Stuart Cook
· 9 weeks ago
3a3db99
Rollup merge of #144367 - shepmaster:reduce-x86-macos-runner-usage, r=Mark-Simulacrum
by Stuart Cook
· 9 weeks ago
95ce5af
Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehuss
by Stuart Cook
· 9 weeks ago
dc33eb6
update lockfile and bless tidy
by Ralf Jung
· 9 weeks ago
cdccba8
Auto merge of #144524 - rust-lang:cargo_update, r=clubby789
by bors
· 9 weeks ago
498ae9f
Auto merge of #144603 - lnicola:sync-from-ra, r=lnicola
by bors
· 9 weeks ago
327ee15
Ensure external paths passed via flags end up in rustdoc depinfo
by Noratrieb
· 9 weeks ago
4096582
bootstrap: enable tidy auto extra checks on tools profile
by binarycat
· 9 weeks ago
5185a66
tidy: increase performance of auto extra checks feature
by binarycat
· 9 weeks ago
36df2c9
Merge pull request #20321 from rust-lang/rustc-pull
by Laurențiu Nicola
· 9 weeks ago
cde861e
Format and bump rustc crates
by Laurențiu Nicola
· 9 weeks ago
86bef35
Configure triagebot to reopen bot PRs
by Jakub Beránek
· 9 weeks ago
c071101
make sure to populate DownloadState dependencies before its initialization in config parsing
by bit-aloo
· 9 weeks ago
b43164c
Rename impl_of_method -> impl_of_assoc
by Cameron Steffen
· 9 weeks ago
172af03
Rename trait_of_item -> trait_of_assoc
by Cameron Steffen
· 9 weeks ago
892b455
Merge pull request #20313 from Veykril/push-qmorsnlvwlrr
by Lukas Wirth
· 9 weeks ago
a7c07f6
Merge pull request #20327 from Wilfred/saved_file_placeholder
by Lukas Wirth
· 9 weeks ago
86e9370
Merge pull request #4504 from RalfJung/link-section-arrays
by Ralf Jung
· 9 weeks ago
db42d5b
remove config wrappers of download_toolchain and maybe_download_fmt and during config parsing directly invoke cdownload methods
by bit-aloo
· 9 weeks ago
d409694
lookup_link_section: support arrays of function pointers
by Ralf Jung
· 9 weeks ago
d026135
Merge pull request #20303 from Hmikihiro/migrate_path_transform
by Shoyu Vanilla (Flint)
· 9 weeks ago
f63f212
use dry_run and verbose directly from exec_ctx
by bit-aloo
· 9 weeks ago
276c423
Support multiple crate versions in --extern-html-root-url
by Kornel
· 9 weeks ago
d51db69
Don't show '$saved_file' literally in IDE status updates
by Wilfred Hughes
· 9 weeks ago
6693b39
add --link-targets-dir flag to linkchecker
by Pietro Albini
· 9 weeks ago
984926e
add an argument parser to linkchecker
by Pietro Albini
· 9 weeks ago
c745614
bump linkchecker to edition 2024
by Pietro Albini
· 9 weeks ago
f29f073
add support for ./x check src/tools/linkchecker
by Pietro Albini
· 9 weeks ago
ecb046a
Reduce required cc crate version.
by Patrick-6
· 9 weeks ago
b707493
reword to avoid using a term used in a confusing manner, "error annotations"
by Tshepang Mbambo
· 9 weeks ago
Next »