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
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
/
+17
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
/
+17
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
/
+8208