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
Age
Commit message (
Expand
)
Author
Lines
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
2020-09-27
Auto merge of #77118 - exrook:stability-generic-parameters-2, r=varkor
bors
-0
/
+4
2020-09-26
Encode less metadata for proc-macro crates
Aaron Hill
-60
/
+168
2020-09-25
Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514
Jonas Schievink
-1
/
+1
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-09-23
Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk
Dylan DPC
-3
/
+4
2020-09-22
Stability annotations on generic trait parameters
Avi Dessauer
-0
/
+4
2020-09-21
Record `tcx.def_span` instead of `item.span` in crate metadata
Aaron Hill
-1
/
+1
2020-09-19
wip emit errors during AbstractConst building
Bastian Kauschke
-3
/
+4
2020-09-18
support const_evaluatable_checked across crate boundaries
Bastian Kauschke
-0
/
+32
2020-09-15
don't lazily evaulate some trivial values for Option::None replacements (clip...
Matthias Krüger
-2
/
+2
2020-09-14
Auto merge of #76656 - jonas-schievink:fewer-unstable-metadata-queries, r=lcnr
bors
-4
/
+16
2020-09-12
Properly encode spans with a dummy location and non-root `SyntaxContext`
Aaron Hill
-1
/
+1
2020-09-13
Don't query unstable data when `staged_api` is off
Jonas Schievink
-4
/
+16
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-2
/
+6
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+8175