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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_metadata
/
src
/
rmeta
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-20
Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name...
Matthias Krüger
-1
/
+1
2025-03-19
Allow builtin macros to be used more than once.
Mara Bos
-3
/
+3
2025-03-19
Use `Option<Ident>` for lowered param names.
Nicholas Nethercote
-1
/
+1
2025-03-15
Move codec module back into middle
Michael Goulet
-4
/
+2
2025-03-03
Remove some unnecessary aliases from `rustc_data_structures::sync`
Zalathar
-2
/
+2
2025-02-26
Rollup merge of #137529 - klensy:unused3, r=lcnr
León Orell Valerian Liehr
-1
/
+0
2025-02-25
remove unused field from VariantDef::new and convert debug to instrument
klensy
-1
/
+0
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-1
/
+0
2025-02-23
Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...
Jacob Pratt
-15
/
+11
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-15
/
+11
2025-02-21
Inject `compiler_builtins` during postprocessing rather than via AST
Trevor Gross
-0
/
+4
2025-02-20
Improve debugging for metadata structures
Trevor Gross
-0
/
+4
2025-02-06
Auto merge of #136471 - safinaskar:parallel, r=SparrowLii
bors
-4
/
+5
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-4
/
+5
2025-02-02
Target modifiers (special marked options) are recorded in metainfo and compar...
Andrew Zhogin
-0
/
+15
2025-01-08
update cfg(bootstrap)
Pietro Albini
-1
/
+1
2024-12-19
Make DependencyList an IndexVec
bjorn3
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-3
/
+2
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-12-09
Support x-crate default fields
Esteban Küber
-1
/
+5
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-0
/
+1
2024-11-28
Replace `Symbol::intern` calls with preinterned symbols
clubby789
-0
/
+1
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-0
/
+6
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-1
/
+1
2024-10-30
Remove dead code stemming from the old effects desugaring
León Orell Valerian Liehr
-4
/
+1
2024-10-11
Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser
bors
-3
/
+0
2024-10-01
add unstable support for outputting file checksums for use in cargo
Jacob Kiesel
-0
/
+2
2024-10-01
Remove unnamed field feature
Michael Goulet
-3
/
+0
2024-09-27
Implement RFC3137 trim-paths sysroot changes
Urgau
-49
/
+56
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-31
Rollup merge of #129723 - compiler-errors:extern-providers, r=lcnr
Matthias Krüger
-32
/
+0
2024-08-29
Simplify some extern providers
Michael Goulet
-32
/
+0
2024-08-29
Add `warn(unreachable_pub)` to `rustc_metadata`.
Nicholas Nethercote
-5
/
+5
2024-08-28
Move 'tcx lifetime off of impl and onto methods
Michael Goulet
-14
/
+18
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+9
2024-07-25
Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk
Matthias Krüger
-2
/
+0
2024-07-18
Avoid unnecessary sorting of traits
Michael Goulet
-2
/
+3
2024-07-18
Be more accurate about calculating `display_col` from a `BytePos`
Esteban Küber
-2
/
+0
2024-07-11
report pat no field error no recoverd struct variant
yukang
-1
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-1
/
+4
2024-06-16
rustc_span: Minor improvements
Vadim Petrochenkov
-2
/
+2
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-05-21
PR feedback
Ben Kimock
-2
/
+5
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-6
/
+22
2024-05-13
Remove `extern crate rustc_middle` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+1
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-19
/
+23
2024-04-17
consistency rename: language item -> lang item
Ralf Jung
-1
/
+1
[next]