about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/stability.rs
AgeCommit message (Expand)AuthorLines
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-2/+2
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-7/+7
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-2/+2
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-2/+2
2022-02-19Stop interning stability.Camille GILLOT-7/+7
2022-02-18Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obkMatthias Krüger-1/+1
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-2/+2
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-1/+1
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-1/+1
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-1/+1
2021-12-15Remove `in_band_lifetimes` from `rustc_middle`Aaron Hill-1/+1
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-3/+2
2021-11-24Suggestion to wrap inner types using `allocator_api` in tupleKen Matsui-8/+53
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