summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2020-09-30rustc_metadata: Do not forget to encode inherent impls for foreign typesVadim Petrochenkov-0/+1
2020-09-27Auto merge of #77118 - exrook:stability-generic-parameters-2, r=varkorbors-0/+4
2020-09-26Encode less metadata for proc-macro cratesAaron Hill-60/+168
2020-09-25Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514Jonas Schievink-1/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-23Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obkDylan DPC-3/+4
2020-09-22Stability annotations on generic trait parametersAvi Dessauer-0/+4
2020-09-21Record `tcx.def_span` instead of `item.span` in crate metadataAaron Hill-1/+1
2020-09-19wip emit errors during AbstractConst buildingBastian Kauschke-3/+4
2020-09-18support const_evaluatable_checked across crate boundariesBastian Kauschke-0/+32
2020-09-15don't lazily evaulate some trivial values for Option::None replacements (clip...Matthias Krüger-2/+2
2020-09-14Auto merge of #76656 - jonas-schievink:fewer-unstable-metadata-queries, r=lcnrbors-4/+17
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-1/+1
2020-09-13Don't query unstable data when `staged_api` is offJonas Schievink-4/+17
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-2/+6
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+8208