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
/
rmeta
/
table.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-04
Remove some noisy tracing
Oli Scherer
-3
/
+0
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-0
/
+7
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-2
/
+2
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-4
/
+8
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-03-12
s/mt/mutability/
Oli Scherer
-4
/
+4
2024-03-12
Add `nested` bool to `DefKind::Static`.
Oli Scherer
-2
/
+4
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-2
/
+2
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-3
/
+3
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-12-25
Only regular coroutines have movability
Michael Goulet
-1
/
+2
2023-12-25
Auto merge of #119226 - Mark-Simulacrum:format-efficiency, r=TaKO8Ki
bors
-23
/
+36
2023-12-23
Specialize DefPathHash table to skip crate IDs
Mark Rousskov
-23
/
+0
2023-12-22
Split coroutine desugaring kind from source
Michael Goulet
-10
/
+10
2023-12-22
Improve coding efficiency for RawDefId
Mark Rousskov
-23
/
+36
2023-12-21
Encode CoroutineKind directly
Michael Goulet
-0
/
+15
2023-12-10
remove redundant imports
surechen
-6
/
+1
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-1
/
+0
2023-11-22
Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin
Michael Goulet
-1
/
+1
2023-11-21
Fix some unnecessary casts
Nilstrieb
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-0
/
+24
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-2
/
+1
2023-09-21
Record asyncness span in HIR
Michael Goulet
-3
/
+3
2023-09-10
Reimplement FileEncoder with a small-write optimization
Ben Kimock
-2
/
+4
2023-08-30
Auto merge of #113542 - saethlin:adaptive-tables, r=b-naber
bors
-40
/
+104
2023-08-29
Document in the code how this scheme works
Ben Kimock
-14
/
+22
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+2
2023-07-14
Micro-optimize
Ben Kimock
-4
/
+7
2023-07-13
Adapt table sizes to the contents
Ben Kimock
-38
/
+91
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+3
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-1
/
+0
2023-05-30
Lower the tracing level of some very verbose messages
Oli Scherer
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-17
Make `IndexVec::ensure_contains_elem` return a reference to the element
Maybe Waffle
-2
/
+2
2023-03-18
Implement FixedSizeEncoding for UnusedGenericParams.
Camille GILLOT
-1
/
+26
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+2
2023-02-05
rustc_metadata: Encode/decode `DefPathHash`es without an `Option`
Vadim Petrochenkov
-7
/
+10
2023-02-05
rustc_metadata: Support encoding/decoding `LazyArray` without an `Option`
Vadim Petrochenkov
-14
/
+48
2023-02-05
rustc_metadata: Refactor lazy table reading/writing
Vadim Petrochenkov
-33
/
+80
2023-01-23
rustc_metadata: Support non-`Option` nullable values in metadata tables
Vadim Petrochenkov
-42
/
+30
2023-01-21
rustc_metadata: Encode `doc(hidden)` flag to metadata
Vadim Petrochenkov
-0
/
+14
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-2
/
+0
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+1
2022-09-01
Auto merge of #98960 - cjgillot:entry-kind, r=estebank
bors
-1
/
+16
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
[next]