Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
compiler
ebd8557
Auto merge of #144140 - GuillaumeGomez:subtree-update_cg_gcc_2025-07-18, r=GuillaumeGomez
by bors
· 6 hours ago
master
f16474f
Remove forgotten git annotations
by Guillaume Gomez
· 7 hours ago
66017df
Merge commit 'f682d09eefc6700b9e5851ef193847959acf4fac' into subtree-update_cg_gcc_2025-07-18
by Guillaume Gomez
· 11 hours ago
8f08b3a
Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu
by bors
· 11 hours ago
5368845
Rollup merge of #144029 - lichuang:fix_issue_143740, r=compiler-errors
by Matthias Krüger
· 15 hours ago
d3bc06e
Rollup merge of #144013 - petrochenkov:disambunder, r=oli-obk
by Matthias Krüger
· 15 hours ago
35b1f75
Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obk
by Matthias Krüger
· 15 hours ago
82fbbdd
Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead
by Matthias Krüger
· 15 hours ago
3acbb4d
Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk
by Matthias Krüger
· 15 hours ago
499ccba
Rollup merge of #143280 - xizheyin:143152-1, r=compiler-errors
by Matthias Krüger
· 15 hours ago
6c0a912
Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgr
by bors
· 22 hours ago
19ed2f1
Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errors
by Matthias Krüger
· 25 hours ago
03734ae
Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann
by Matthias Krüger
· 25 hours ago
79c8f90
Rollup merge of #143846 - usamoi:gc, r=bjorn3
by Matthias Krüger
· 25 hours ago
26f5936
Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxu
by Matthias Krüger
· 25 hours ago
accf61d
Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors
by Matthias Krüger
· 25 hours ago
b252014
Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obk
by Matthias Krüger
· 25 hours ago
1aa5b22
Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk
by bors
· 25 hours ago
7662731
Fix formatting.
by Camille GILLOT
· 28 hours ago
ee43034
Correct comments.
by Camille GILLOT
· 28 hours ago
83255f5
Include ErrorGuaranteed in StableSince::Err.
by Camille GILLOT
· 28 hours ago
439803d
Remove unuseful enums.
by Camille GILLOT
· 28 hours ago
d716dc9
Remove useless debugging.
by Camille GILLOT
· 28 hours ago
3301ac5
Integrate stable feature checking into a query.
by Camille GILLOT
· 28 hours ago
f7e0891
Retire stability_index query.
by Camille GILLOT
· 28 hours ago
06f104f
Simplify annotator.
by Camille GILLOT
· 28 hours ago
62bd3c4
Querify lookup_const_stability.
by Camille GILLOT
· 28 hours ago
1eeb990
Querify lookup_stability.
by Camille GILLOT
· 29 hours ago
f6ef440
Querify lookup_default_body_stability.
by Camille GILLOT
· 29 hours ago
4f38864
Check for already stable features in check_attr.
by Camille GILLOT
· 29 hours ago
408d816
Check stability attributes are compatible in `check_unused_or_stable_features`.
by Camille GILLOT
· 29 hours ago
ce664c5
Querify lookup_deprecation_entry.
by Camille GILLOT
· 29 hours ago
0d1aefa
Warn useless deprecation in check_attr.
by Camille GILLOT
· 29 hours ago
87a27f9
Specify of_trait in Target::Impl.
by Camille GILLOT
· 29 hours ago
e466296
Auto merge of #141762 - compiler-errors:witnesser, r=lcnr
by bors
· 31 hours ago
216cdb7
Eagerly unify coroutine witness in old solver
by Michael Goulet
· 34 hours ago
72bc11d
Unstall obligations by looking for coroutines in old solver
by Michael Goulet
· 34 hours ago
96171dc
Check if type has coroutines before visiting
by Michael Goulet
· 34 hours ago
848d4a5
Remove similar errors about raw underscore lifetime
by xizheyin
· 35 hours ago
9cd918b
Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease
by bors
· 35 hours ago
250648e
Make `derive_const` usable within libcore again
by Oli Scherer
· 36 hours ago
998df3a
resolve: Make disambiguators for underscore bindings module-local
by Vadim Petrochenkov
· 2 days ago
bf5e6cc
Auto merge of #144058 - matthiaskrgr:rollup-xezozsk, r=matthiaskrgr
by bors
· 2 days ago
f204801
fix: fix issue 143740, Wrong messages from compiler confusing methods with the same name from different traits
by codedump
· 2 days ago
6932687
parse `const trait Trait`
by Deadbeef
· 2 days ago
5286836
Rollup merge of #143984 - JonathanBrouwer:fix-feature-gate-ice, r=Urgau
by Matthias Krüger
· 2 days ago
e7efa04
Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obk
by Matthias Krüger
· 2 days ago
4bf5787
Rollup merge of #143955 - Stypox:tracing-frame-filter, r=RalfJung
by Matthias Krüger
· 2 days ago
51f16b0
Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, r=traviscross,jieyouxu
by Matthias Krüger
· 2 days ago
f78cc42
Rollup merge of #143793 - fmease:lta-opaq-inf-recur, r=oli-obk
by Matthias Krüger
· 2 days ago
465ae94
Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors
by Matthias Krüger
· 2 days ago
52a405b
Rollup merge of #143550 - petrochenkov:lessmutres, r=lcnr
by Matthias Krüger
· 2 days ago
14b6ac4
Rollup merge of #143431 - xizheyin:143392, r=compiler-errors
by Matthias Krüger
· 2 days ago
8c12d76
Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors
by bors
· 2 days ago
5bb6b9d
remove no_gc_sections
by usamoi
· 2 days ago
f8f6997
Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease
by bors
· 2 days ago
fad8dec
fix: false positive double_negations when it jumps macro boundary
by anatawa12
· 2 days ago
d5a471c
Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnr
by León Orell Valerian Liehr
· 2 days ago
7a85c59
Rollup merge of #143922 - nnethercote:join_path, r=petrochenkov
by León Orell Valerian Liehr
· 2 days ago
7ea7435
Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli-obk
by León Orell Valerian Liehr
· 2 days ago
36a362b
Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkov
by León Orell Valerian Liehr
· 2 days ago
fe420b0
Rollup merge of #143678 - Kivooeo:char-overflow, r=SparrowLii
by León Orell Valerian Liehr
· 2 days ago
83288db
Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee1-dead
by León Orell Valerian Liehr
· 2 days ago
d8c093b
Rollup merge of #143409 - Gelbpunkt:xgot-mips64-musl, r=compiler-errors
by León Orell Valerian Liehr
· 2 days ago
be5f8f2
Rollup merge of #143388 - bjorn3:lto_refactors, r=compiler-errors
by León Orell Valerian Liehr
· 2 days ago
014bd82
Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU
by bors
· 2 days ago
6849f81
resolve: Change `&mut Resolver` to `&Resolver` when possible
by Vadim Petrochenkov
· 2 days ago
8b8889d
resolve: Split `module_map` into two maps for local and extern modules
by Vadim Petrochenkov
· 2 days ago
8d71939
resolve: Use `module_map` and `get_module` less
by Vadim Petrochenkov
· 2 days ago
5d611e5
resolve: Move `self_binding` to `ModuleData`
by Vadim Petrochenkov
· 2 days ago
6414352
Use `join_path_syms` in one more place.
by Nicholas Nethercote
· 2 days ago
fb7aa9e
Improve path segment joining.
by Nicholas Nethercote
· 2 days ago
9c8ab89
use `codegen_instance_attrs` where an instance is (easily) available
by Folkert de Vries
· 2 days ago
ec0ff72
add `codegen_instance_attrs` query
by Folkert de Vries
· 2 days ago
f100767
fix `-Zsanitizer=kcfi` on `#[naked]` functions
by Folkert de Vries
· 2 days ago
af39c0c
Emit warning when there is no space between `-o` and confusing arg
by xizheyin
· 2 days ago
2a8f979
Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJung
by Samuel Tardieu
· 3 days ago
b564ecf
Rollup merge of #143920 - oli-obk:cg-llvm-safety, r=jieyouxu
by Samuel Tardieu
· 3 days ago
7b5e08f
Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk
by Samuel Tardieu
· 3 days ago
4e054fc
Port `#[coverage]` to the new attribute system
by Sasha Pourcelot
· 3 days ago
0bf0860
simplfy memory kind handling during interning
by Ralf Jung
· 3 days ago
8f854d9
const heap: fix ICE on forgotten make_global
by Ralf Jung
· 3 days ago
8d64937
trait_sel: `MetaSized` always holds temporarily
by David Wood
· 3 days ago
07a34c3
Make frame spans appear on a separate trace line
by Stypox
· 3 days ago
42ec028
type_id_eq: check that the hash fully matches the type
by Ralf Jung
· 3 days ago
7f398fd
resolve: Optimize `fn traits_in_module`
by Vadim Petrochenkov
· 3 days ago
1a9a226
resolve: Import `ty::Visibility` everywhere
by Vadim Petrochenkov
· 3 days ago
01b546a
resolve: Remove trait `ToNameBinding`
by Vadim Petrochenkov
· 3 days ago
babe2c0
resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`
by Vadim Petrochenkov
· 3 days ago
c6e1b21
Use hygenic macros for stable-mir
by Jacob Greenfield
· 3 days ago
8e400f9
Fix ice for feature-gated cfg attributes applied to the crate
by Jonathan Brouwer
· 3 days ago
fd48b7b
Comment more code and make tests clearer
by Deadbeef
· 3 days ago
44b38ca
format pointer later instead of eagerly converting to string
by Deadbeef
· 3 days ago
3f2dc2b
add `const_make_global`; err for `const_allocate` ptrs if didn't call
by Deadbeef
· 3 days ago
3634f46
Add alias for ArgOutlivesPredicate
by Michael Goulet
· 3 days ago
512cf3a
Gate things properly
by Michael Goulet
· 3 days ago
e3f643c
Consider outlives assumptions when proving auto traits for coroutine interiors
by Michael Goulet
· 3 days ago
3e7dfaa
Deduce outlives obligations from WF of coroutine interior types
by Michael Goulet
· 3 days ago
7976ca2
Add outlives to CoroutineWitnessTypes
by Michael Goulet
· 3 days ago
e331de1
Fix CI
by tiif
· 4 days ago
Next »