about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/stability.rs
AgeCommit message (Expand)AuthorLines
2021-09-30Remove visible path calculation from allowed deprecation lintAlik Aslanyan-40/+74
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-13/+13
2021-06-15better codehi-rustin-3/+3
2021-06-15shrinking the deprecated method spanhi-rustin-3/+4
2021-05-08Address commentshi-rustin-4/+1
2021-05-07shrinking the deprecated method spanhi-rustin-4/+21
2021-03-27Remove (lots of) dead codeJoshua Nelson-6/+0
2021-01-16Enforce that query results implement DebugAaron Hill-2/+2
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-35/+40
2020-11-12stability: More precise location for deprecation lint on macrosVadim Petrochenkov-2/+3
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-17/+5
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-02pretty: trim paths of unique symbolsDan Aloni-1/+2
2020-08-30mv compiler to compiler/mark-0/+418