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
2023-12-18
Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...
Michael Woerister
-2
/
+2
2023-12-11
Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin
bors
-14
/
+11
2023-12-10
Apply suggestions from code review
Ben Kimock
-2
/
+1
2023-12-10
remove redundant imports
surechen
-19
/
+9
2023-11-28
Use a u64 for the rmeta root position
Ben Kimock
-13
/
+11
2023-11-25
rustc: Make `def_kind` mandatory for all `DefId`s
Vadim Petrochenkov
-9
/
+6
2023-11-20
Store feature stability un-split
Michael Goulet
-12
/
+8
2023-11-20
Unify defined_lib_features and lib_features queries
Michael Goulet
-3
/
+15
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-0
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-5
/
+10
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-19
/
+0
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-1
/
+0
2023-09-12
Fix two typos
bjorn3
-1
/
+1
2023-09-10
Support listing all items in -Zls
bjorn3
-10
/
+80
2023-09-10
Show lib features in -Zls and allow configuring which things are shown
bjorn3
-69
/
+116
2023-09-10
List all defined and required lang items in -Zls
bjorn3
-0
/
+20
2023-09-10
List more crate metadata in -Zls
bjorn3
-4
/
+38
2023-09-03
Register the file while computing its start position.
Camille GILLOT
-1
/
+1
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-13
/
+11
2023-09-01
Use `OnceLock` for `SingleCache`
John Kåre Alsaker
-2
/
+2
2023-08-30
Auto merge of #113542 - saethlin:adaptive-tables, r=b-naber
bors
-3
/
+11
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+3
2023-07-19
Encode shorthands for spans in metadata.
Camille GILLOT
-3
/
+18
2023-07-14
Micro-optimize
Ben Kimock
-0
/
+7
2023-07-13
Adapt table sizes to the contents
Ben Kimock
-3
/
+4
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-8
/
+16
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-6
/
+0
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-2
/
+8
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-0
/
+9
2023-05-31
Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...
bors
-7
/
+14
2023-05-30
Rollup merge of #112060 - lcnr:early-binder, r=jackh726
Nilstrieb
-1
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-29
Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3
bors
-13
/
+20
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-26
Load only the header for crate_matches
jyn
-13
/
+20
2023-05-25
rustc_metadata: specialize private_dep flag with `fetch_and`
Michael Howell
-5
/
+2
2023-05-25
rustc_metadata: use configurable AtomicBool for privateness flag
Michael Howell
-2
/
+2
2023-05-25
rustc_metadata: use AtomicBool for privateness instead of Lock
Michael Howell
-4
/
+8
2023-05-25
Improve comments
Michael Howell
-2
/
+3
2023-05-25
rustc_metadata: inherit dependency privacy flag
Michael Howell
-4
/
+9
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-19
Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot
bors
-1
/
+2
2023-05-18
Rollup merge of #111686 - cjgillot:no-foreign-item, r=compiler-errors
Dylan DPC
-8
/
+0
2023-05-17
Retire is_foreign_item query.
Camille GILLOT
-8
/
+0
2023-05-16
Move DebuggerVisualizerFile types from rustc_span to rustc_middle
Michael Woerister
-1
/
+2
2023-05-16
Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob`
Maybe Waffle
-5
/
+2
2023-05-13
Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillot
bors
-16
/
+18
2023-05-13
Encode VariantIdx so we can decode variants in the right order
Michael Goulet
-21
/
+36
2023-04-26
Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot
bors
-20
/
+5
[next]