Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
compiler
/
rustc_span
82fbbdd
Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead
by Matthias Krüger
· 22 hours ago
250648e
Make `derive_const` usable within libcore again
by Oli Scherer
· 2 days ago
8c12d76
Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors
by bors
· 2 days ago
f8f6997
Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease
by bors
· 2 days ago
3f2dc2b
add `const_make_global`; err for `const_allocate` ptrs if didn't call
by Deadbeef
· 4 days ago
7356ff7
Implement other logics
by tiif
· 4 days ago
e9182f1
Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov
by bors
· 6 days ago
3689b80
make `cfg_select` a builtin macro
by Folkert de Vries
· 6 days ago
d2baa49
Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillot
by bors
· 6 days ago
486ffda
Add opaque TypeId handles for CTFE
by Oli Scherer
· 10 days ago
68d860f
remove `DesugaringKind::CondTemporary`
by dianne
· 13 days ago
ed3711e
use `div_ceil` instead of manual logic
by Folkert de Vries
· 2 weeks ago
e2e3f58
Remove PointerLike trait
by Michael Goulet
· 2 weeks ago
f6d37a2
Rollup merge of #134006 - klensy:typos, r=nnethercote
by Jana Dönszelmann
· 2 weeks ago
c76d032
setup CI and tidy to use typos for spellchecking and fix few typos
by klensy
· 2 weeks ago
383f107
Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov
by Matthias Krüger
· 2 weeks ago
e851e3e
Update `cfg(bootstrap)`
by Josh Stone
· 3 weeks ago
478f828
Introduce `ByteSymbol`.
by Nicholas Nethercote
· 3 weeks ago
66ad1f2
Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee
by Guillaume Gomez
· 3 weeks ago
7103bbb
Rollup merge of #143110 - yotamofek:pr/tidy-sort-for-symbols, r=nnethercote
by Matthias Krüger
· 3 weeks ago
b63223c
Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin
by bors
· 3 weeks ago
00b64f8
Use tidy to sort `sym::*` items
by Yotam Ofek
· 3 weeks ago
80f20c9
Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnr
by Guillaume Gomez
· 3 weeks ago
1087042
Insert checks for enum discriminants when debug assertions are enabled
by Bastian Kersting
· 3 weeks ago
5fca4bd6
Rollup merge of #143015 - samueltardieu:pin-macro-diag-item, r=Urgau
by Michael Goulet
· 3 weeks ago
6c04e0a
Rewrite `macro_rules!` parser to not use the MBE engine itself
by Josh Triplett
· 3 weeks ago
b75b14f
Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`
by Samuel Tardieu
· 3 weeks ago
4bdf1c5
compiler: remove misleading 'c' from `abi_c_cmse_nonsecure_call` feature
by Jubilee Young
· 3 weeks ago
f542909
Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,traviscross
by Jubilee
· 3 weeks ago
aa80a2b
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
by Pavel Grigorenko
· 4 weeks ago
ba5556d
Add `#[loop_match]` for improved DFA codegen
by bjorn3
· 4 weeks ago
1b4a19d
Hash less while hashing def-ids.
by Camille GILLOT
· 4 weeks ago
1474a0f
Rollup merge of #142874 - marxin:cranelift-typo-fix, r=bjorn3
by Guillaume Gomez
· 4 weeks ago
75674e2
cranelift: fix target feature name type: "fxsr"
by Martin Liska
· 4 weeks ago
b1d1812
Implement DesugaringKind::FormatLiteral
by mejrs
· 4 weeks ago
24f797e
Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,Urgau
by Matthias Krüger
· 4 weeks ago
31663db
Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov
by Jakub Beránek
· 4 weeks ago
6a9f223
Add diagnostic items for Clippy
by Samuel Tardieu
· 4 weeks ago
1edf201
Avoid some unnecessary symbol interning.
by Nicholas Nethercote
· 4 weeks ago
4a1f445
Use a symbol for `ExpansionConfig::crate_name`.
by Nicholas Nethercote
· 4 weeks ago
b930202
hir_analysis: add `#![rustc_no_implicit_bounds]`
by David Wood
· 4 weeks ago
a1a3bef
Implement lint against direct uses of rustc_type_ir in compiler crates
by Romain Perier
· 4 weeks ago
d43da6f
trait_sel: `{Meta,Pointee}Sized` on `Sized` types
by David Wood
· 5 weeks ago
0cbc076
Auto merge of #142388 - cjgillot:span-hash, r=davidtwco
by bors
· 5 weeks ago
2038405
Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`
by sayantn
· 5 weeks ago
8da6239
Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr
by bors
· 5 weeks ago
86e9995
Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee
by Matthias Krüger
· 5 weeks ago
fac011e
Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann
by Matthias Krüger
· 5 weeks ago
5f73ce2
add `extern "custom"` functions
by Folkert de Vries
· 5 weeks ago
62418f4
intrinsics: rename min_align_of to align_of
by Ralf Jung
· 5 weeks ago
b8066f9
Tracking the old name of renamed unstable library attribute
by xizheyin
· 5 weeks ago
376cbc3
Introduce `-Zmacro-stats`.
by Nicholas Nethercote
· 5 weeks ago
a5ff3cc
Do not clone Arc when hashing span.
by Camille GILLOT
· 5 weeks ago
940a436
Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu
by Jubilee
· 6 weeks ago
9223704
Remove all unused feature gates from the compiler
by bjorn3
· 6 weeks ago
8808c9d3
intrinsics: use const generic to set atomic ordering
by Ralf Jung
· 6 weeks ago
b2743c7
Rollup merge of #141874 - usamoi:eps, r=tgross35
by Jakub Beránek
· 7 weeks ago
52882f6
Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jieyouxu,mark-simulacrum,kobzol,jyn514,Noratrieb,WaffleLapkin,RalfJung,bjorn3
by bors
· 7 weeks ago
d948907
add f16_epsilon and f128_epsilon
by usamoi
· 7 weeks ago
4668124
`slice.get(i)` should use a slice projection in MIR, like `slice[i]` does
by Scott McMurray
· 7 weeks ago
37cd39f
handle cfg bootstrap on compiler and miri
by onur-ozkan
· 7 weeks ago
ad2d91c
Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3
by Matthias Krüger
· 7 weeks ago
e7ef07a
Rollup merge of #141690 - Patrick-6:intercept-mutex, r=m-ou-se
by Jacob Pratt
· 7 weeks ago
4794ea1
atomic_load intrinsic: use const generic parameter for ordering
by Ralf Jung
· 7 weeks ago
7f5f29b
Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4
by Trevor Gross
· 7 weeks ago
2e99a88
Add diagnostic items to sys::Mutex
by Patrick-6
· 7 weeks ago
743d252
Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercote
by Trevor Gross
· 7 weeks ago
e3bbbee
support `#[cfg(...)]` on arguments to the `asm!` macros
by Folkert de Vries
· 8 weeks ago
225ed8b
Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkov
by Matthias Krüger
· 8 weeks ago
912981a
Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr
by bors
· 8 weeks ago
74b980d
Rollup merge of #141377 - nnethercote:rm-unnecessary-is_empty-checks, r=GuillaumeGomez
by Matthias Krüger
· 8 weeks ago
c385715
Rollup merge of #141130 - mejrs:use_self, r=compiler-errors
by Matthias Krüger
· 8 weeks ago
c309065
Remove `is_empty` check in `Ident::is_numeric`.
by Nicholas Nethercote
· 8 weeks ago
6eef33b
Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu
by bors
· 8 weeks ago
849cabf
Rename `kw::Empty` as `sym::empty`.
by Nicholas Nethercote
· 8 weeks ago
1cc0e38
Avoid creating an empty identifer in `Symbol::to_ident_string`.
by Nicholas Nethercote
· 8 weeks ago
f92d84c
Initial naive implementation using `Symbols` to represent autodiff modes (`Forward`, `Reverse`)
by Marcelo Domínguez
· 8 weeks ago
999967a
Rename `cfg_match!` to `cfg_select!`
by Trevor Gross
· 9 weeks ago
b21c9e7
Split `autodiff` into `autodiff_forward` and `autodiff_reverse`
by Marcelo Domínguez
· 9 weeks ago
9ffd0bf
do away with `_Self` and `TraitName` and check generic params for rustc_on_unimplemented
by mejrs
· 9 weeks ago
7b1ba42
Add `Ipv4Addr` and `Ipv6Addr` diagnostic items
by Samuel Tardieu
· 9 weeks ago
2ce08ca
update cfg(bootstrap)
by Pietro Albini
· 10 weeks ago
3c8950c
Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,traviscross,tgross35
by León Orell Valerian Liehr
· 10 weeks ago
4cb9f03
Make the assertion in `Ident::new` debug-only.
by Nicholas Nethercote
· 2 months ago
e7247df
Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations
by Urgau
· 2 months ago
7dae318
Disarm `time` bomb (diagnostics)
by Jieyou Xu
· 2 months ago
0984db5
Remove `Ident::empty`.
by Nicholas Nethercote
· 2 months ago
b7199a6
Rollup merge of #140419 - Jarcho:ctxt_external, r=Nadrieril
by Jacob Pratt
· 2 months ago
4a8dbe0
Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r=workingjubilee
by Jacob Pratt
· 2 months ago
43357b4
Added `apxf` target feature support, under flag `apx_target_feature`
by Madhav Madhusoodanan
· 2 months ago
627873a
Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wesleywiser
by Stuart Cook
· 2 months ago
01cbc86
Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote
by Stuart Cook
· 2 months ago
6a7996e
Take into-account `-Zremap-path-scope` when embedding filenames
by Urgau
· 2 months ago
6621826
Implement RFC 3503: frontmatters
by Deadbeef
· 2 months ago
1453531
Initial support for dynamically linked crates
by Bryanskiy
· 3 months ago
ed7590f
Rollup merge of #139675 - sayantn:avx10, r=Amanieu
by Stuart Cook
· 3 months ago
a2ae171
Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkov
by Matthias Krüger
· 3 months ago
36c6633
Clean up "const" situation in format_args!().
by Mara Bos
· 3 months ago
d9c060b
Optimize the codegen for `Span::from_expansion`
by Jason Newcomb
· 3 months ago
ea68445
Move `in_external_macro` to `SyntaxContext`
by Jason Newcomb
· 3 months ago
Next »