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
2021-02-02
Let a portion of DefPathHash uniquely identify the DefPath's crate.
Michael Woerister
-0
/
+4
2021-01-23
Encode DefKind directly.
Camille GILLOT
-54
/
+24
2021-01-15
Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...
bors
-33
/
+1
2021-01-13
Auto merge of #77524 - Patryk27:fixes/66228, r=estebank
bors
-5
/
+9
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-33
/
+1
2021-01-12
Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix
bors
-0
/
+15
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-5
/
+9
2021-01-05
Rollup merge of #80643 - LingMan:unwrap, r=oli-obk
Yuki Okushi
-8
/
+7
2021-01-04
Differentiate between the availability of ctfe MIR and runtime MIR
oli
-1
/
+4
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-0
/
+12
2021-01-04
Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor
bors
-2
/
+3
2021-01-03
Move variable into condition where it's used
Dániel Buga
-1
/
+1
2021-01-03
No need to collect result of get_item_attrs
Dániel Buga
-3
/
+2
2021-01-03
Clean up convoluted macros_only logic
Dániel Buga
-13
/
+9
2021-01-03
Move variable into the only branch where it is relevant
LingMan
-8
/
+7
2021-01-01
Use `UnhashMap` whenever we have a key of `DefPathHash`
Aaron Hill
-2
/
+3
2020-12-08
Account for gaps in def path table during decoding
Aaron Hill
-3
/
+8
2020-12-03
rustc_metadata: Remove some dead code
Vadim Petrochenkov
-17
/
+0
2020-12-01
Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix
bors
-0
/
+52
2020-11-27
Encode proc_macro directly.
Camille GILLOT
-62
/
+25
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-0
/
+52
2020-11-18
Improve error message when we try to get_type on something that does not have...
Hannah McLaughlin
-1
/
+6
2020-11-13
Eliminate some temporary vectors & Remove unnecessary mark_attr_used
Dániel Buga
-6
/
+11
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-8
/
+8
2020-10-27
Cache foreign_modules query
Ryan Levick
-3
/
+5
2020-10-14
Remove unused code from remaining compiler crates
est31
-21
/
+0
2020-10-06
Split bounds from predicates
Matthew Jasper
-1
/
+14
2020-10-05
Record `expansion_that_defined` into crate metadata
Aaron Hill
-0
/
+4
2020-09-26
Encode less metadata for proc-macro crates
Aaron Hill
-18
/
+38
2020-09-19
wip emit errors during AbstractConst building
Bastian Kauschke
-2
/
+3
2020-09-18
support const_evaluatable_checked across crate boundaries
Bastian Kauschke
-0
/
+19
2020-08-30
mv compiler to compiler/
mark
-0
/
+1907