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
Age
Commit message (
Expand
)
Author
Lines
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-18
/
+83
2021-01-04
Require the `encode_promoted_mir` caller to know whether MIR for this item ac...
oli
-3
/
+1
2021-01-04
Limit trait item mir encoding to items with default bodies
oli
-2
/
+9
2021-01-04
Remove mir encode calls that didn't actually encode anything
oli
-2
/
+0
2021-01-04
Make `encode_optimized_mir` always perform its action and instead require the...
oli
-11
/
+11
2021-01-04
Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor
bors
-2
/
+3
2021-01-03
Rollup merge of #80646 - bugadani:meta, r=petrochenkov
Guillaume Gomez
-17
/
+12
2021-01-03
Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor
Guillaume Gomez
-4
/
+4
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
Auto merge of #80247 - tmiasko:indent, r=bjorn3
bors
-1
/
+1
2021-01-03
Move variable into the only branch where it is relevant
LingMan
-8
/
+7
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-4
/
+4
2021-01-01
Use `UnhashMap` whenever we have a key of `DefPathHash`
Aaron Hill
-2
/
+3
2021-01-01
adjust const generics defaults FIXMEs to the new feature gate
Rémy Rakic
-1
/
+1
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-1
/
+1
2020-12-20
Fix indentation of -Z meta-stats output
Tomasz Miąsko
-1
/
+1
2020-12-17
Rollup merge of #80039 - LeSeulArtichaut:rm-tyencoder-tcx, r=matthewjasper
Yuki Okushi
-4
/
+0
2020-12-14
Convenience funcs for `some_option.unwrap_or(...)`
Rich Kadel
-6
/
+1
2020-12-14
Remove unused `TyEncoder::tcx` required method
LeSeulArtichaut
-4
/
+0
2020-12-14
Improve warnings on incompatible options involving -Zinstrument-coverage
Rich Kadel
-3
/
+15
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
-25
/
+4
2020-12-01
Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix
bors
-0
/
+62
2020-11-27
Encode proc_macro directly.
Camille GILLOT
-67
/
+62
2020-11-26
Formatting.
Camille GILLOT
-1
/
+1
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-17
/
+14
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-3
/
+16
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-0
/
+62
2020-11-22
Stabilise `then`
varkor
-1
/
+0
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
Push to result vector instead of allocating
Dániel Buga
-1
/
+1
2020-11-13
Eliminate some temporary vectors & Remove unnecessary mark_attr_used
Dániel Buga
-13
/
+14
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-8
/
+8
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-15
/
+11
2020-11-03
Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiser
bors
-8
/
+13
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-16
/
+10
2020-10-29
Avoid BorrowMutError with RUSTC_LOG=debug
Tomasz Miąsko
-3
/
+6
2020-10-27
Remove some cruft from foreign_modules refactor
Ryan Levick
-3
/
+4
2020-10-27
Cache foreign_modules query
Ryan Levick
-11
/
+15
2020-10-24
Compute proper module parent during resolution
Aaron Hill
-0
/
+5
2020-10-19
Calculate visibilities once in resolve
Vadim Petrochenkov
-56
/
+13
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-3
/
+3
2020-10-14
Remove unused code from remaining compiler crates
est31
-21
/
+0
2020-10-10
Take functions by value
Dániel Buga
-1
/
+1
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-1
/
+4
2020-10-06
Split bounds from predicates
Matthew Jasper
-8
/
+31
2020-10-05
Record `expansion_that_defined` into crate metadata
Aaron Hill
-0
/
+10
2020-09-30
rustc_metadata: Do not forget to encode inherent impls for foreign types
Vadim Petrochenkov
-0
/
+1
[prev]
[next]