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_metadata
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-28
Remove unused feature gates
Yotam Ofek
-1
/
+0
2025-06-20
Use gen blocks in the compiler instead of from_coroutine
Michael Goulet
-1
/
+1
2025-05-27
Do not get proc_macro from the sysroot in rustc
bjorn3
-2
/
+0
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-13
Rollup merge of #138273 - petrochenkov:nonatroot, r=bjorn3
Matthias Krüger
-2
/
+2
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-09
metadata: Ignore sysroot when doing the manual native lib search in rustc
Vadim Petrochenkov
-2
/
+2
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-23
stabilize extract_if
bendn
-1
/
+0
2024-10-04
Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay
Jubilee
-1
/
+0
2024-10-03
Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint
ismailarilik
-1
/
+0
2024-09-25
Stabilize the `map`/`value` methods on `ControlFlow`
Scott McMurray
-1
/
+0
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-08
MsvcLinker: allow linking dynamically to Meson and MinGW-style named libraries
L. E. Segovia
-1
/
+2
2024-08-31
Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu
Matthias Krüger
-1
/
+4
2024-08-29
Add `warn(unreachable_pub)` to `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-08-27
linker: Synchronize native library search in rustc and linker
Vadim Petrochenkov
-1
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_metadata`.
Nicholas Nethercote
-3
/
+0
2024-05-21
Reorder top-level attributes.
Nicholas Nethercote
-8
/
+9
2024-05-13
Remove `extern crate rustc_middle` from `rustc_metadata`.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-2
/
+0
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-02-21
Unify dylib loading between proc macros and codegen backends
bjorn3
-0
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-2
/
+0
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-5
/
+4
2023-11-07
Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmease
Matthias Krüger
-0
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+3
2023-10-15
Format macro const literals with pretty printer
DaniPopes
-0
/
+1
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-1
/
+1
2023-09-01
Reuse const rendering from rustdoc in rmeta encoding
Ben Kimock
-1
/
+1
2023-06-14
s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList
The 8472
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-04-05
Use `OwnedSlice` instead of `owning_ref`
Maybe Waffle
-2
/
+0
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2022-11-14
Wrap bundlen static libraries into object files
Daniil Belov
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
[next]