about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle
AgeCommit message (Expand)AuthorLines
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