summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle
AgeCommit message (Expand)AuthorLines
2021-01-16Enforce that query results implement DebugAaron Hill-6/+6
2020-12-23Rollup merge of #80302 - pierwill:fix-80287, r=lcnrGuillaume Gomez-4/+2
2020-12-22docs: Update rustc_middle::middle::region::ScopeTreepierwill-4/+2
2020-12-21docs: Edit rustc_middle::middle::privacypierwill-4/+6
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-35/+40
2020-12-03rustc_metadata: Remove some dead codeVadim Petrochenkov-2/+0
2020-12-01Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obkGuillaume Gomez-2/+1
2020-12-01Created NestedMetaItem::name_value_literal_span methodGuillaume Gomez-2/+1
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-0/+6
2020-11-12stability: More precise location for deprecation lint on macrosVadim Petrochenkov-2/+3
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-2/+4
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-10-26Fix typoEthan Brierley-1/+1
2020-10-26Apply suggested changesEthan Brierley-2/+4
2020-10-24Compute proper module parent during resolutionAaron Hill-0/+2
2020-10-23Rollup merge of #78098 - camelid:fixup-docs, r=steveklabnikYuki Okushi-11/+11
2020-10-21Clean up and improve some docsCamelid-11/+11
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-17/+5
2020-10-14Remove unused code from rustc_middleest31-5/+0
2020-10-14documentation fixDing Xiang Fei-3/+7
2020-10-08Implement the instruction_set attributexd009642-1/+6
2020-10-06remove OnlySign in favour of InvalidDigitEthan Brierley-3/+1
2020-10-06Bring char along with InvalidDigitEthan Brierley-1/+1
2020-10-06Fill in things needed to stabilize int_error_matchingEthan Brierley-3/+5
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+3
2020-09-22Update src/librustc_middle/middle/stability.rsAvi Dessauer-10/+4
2020-09-22Add documentationAvi Dessauer-2/+5
2020-09-22Remove now unneeded check_stability argumentAvi Dessauer-15/+8
2020-09-22Stability annotations on generic trait parametersAvi Dessauer-8/+32
2020-09-20Rollup merge of #76891 - lcnr:less-ref, r=ecstatic-morseRalf Jung-3/+3
2020-09-18don't take `TyCtxt` by referenceBastian Kauschke-3/+3
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+2
2020-08-30mv compiler to compiler/mark-0/+1678