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
/
compiler
/
rustc_passes
/
src
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-10
ensure that all publicly reachable const fn have const stability info
Ralf Jung
-96
/
+98
2024-11-10
honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab...
Ralf Jung
-0
/
+5
2024-11-04
remove support for extern-block const intrinsics
Ralf Jung
-15
/
+0
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-1
/
+1
2024-10-28
Auto merge of #132145 - RalfJung:stdarch, r=Amanieu
bors
-3
/
+0
2024-10-28
we can now enable the 'const stable fn must be stable' check
Ralf Jung
-3
/
+0
2024-10-26
Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead
Matthias Krüger
-12
/
+12
2024-10-25
tcx.is_const_fn doesn't work the way it is described, remove it
Ralf Jung
-4
/
+4
2024-10-25
add a HACK to allow stdarch migration
Ralf Jung
-0
/
+3
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-32
/
+86
2024-10-25
Introduce `Enabled{Lang,Lib}Feature`
许杰友 Jieyou Xu (Joe)
-12
/
+12
2024-10-23
rename lang feature lists to include LANG
Ralf Jung
-3
/
+3
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-5
/
+5
2024-10-22
make some rustc_feature internals private, and ensure invariants with debug a...
Ralf Jung
-2
/
+2
2024-10-22
terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...
Ralf Jung
-6
/
+6
2024-10-12
Emit an error for unstable attributes that reference already stable features
CastilloDel
-0
/
+16
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-11
Simplify some nested if statements
Michael Goulet
-10
/
+8
2024-08-31
don't take reachability into account when warning about missing-const-stability
Ralf Jung
-2
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+5
2024-07-10
Report usage of lib features in ast validation
Michael Goulet
-6
/
+0
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-2
/
+2
2024-05-23
Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726
bors
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_passes`.
Nicholas Nethercote
-1
/
+1
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-2
/
+2
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-4
/
+1
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-02-13
Bump `indexmap`
clubby789
-3
/
+5
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-4
/
+4
2024-01-04
Address review comments and add back some #[inline] attrs from removed commits.
Michael Woerister
-2
/
+0
2024-01-04
Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.
Michael Woerister
-8
/
+9
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-13
/
+15
2023-12-12
rustc_passes: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-0
/
+3
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-5
/
+5
2023-11-20
Store feature stability un-split
Michael Goulet
-10
/
+8
2023-11-20
Unify defined_lib_features and lib_features queries
Michael Goulet
-13
/
+12
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+4
2023-10-30
Add method for checking if deprecation is a rustc version
David Tolnay
-8
/
+2
2023-10-30
Represent absence of 'since' attribute as a variant of DeprecatedSince
David Tolnay
-2
/
+2
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-34
/
+15
2023-10-29
Rename Since -> StableSince in preparation for a DeprecatedSince
David Tolnay
-4
/
+4
2023-10-26
Pre-intern a symbol for env!("CFG_RELEASE")
David Tolnay
-3
/
+3
2023-10-24
Keep track of #[stable] attribute even if version cannot be parsed
David Tolnay
-0
/
+4
2023-10-24
Store 'since' attribute as parsed Version
David Tolnay
-29
/
+31
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+6
2023-08-15
Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber
Guillaume Gomez
-2
/
+2
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-2
/
+2
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
[prev]
[next]