about summary refs log tree commit diff
path: root/compiler/rustc_privacy
AgeCommit message (Expand)AuthorLines
2021-02-01more things are const evaluatable *sparkles*Ellen-1/+1
2021-01-31Add error message for private fnkadmin-7/+35
2021-01-30Precompute ancestors when checking privacyTomasz Miąsko-33/+21
2021-01-16Review changesJack Huey-6/+6
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-22/+22
2021-01-06Fixed non-declarative-nor-opaque macros effective privacy.Daniel Henry-Mantilla-14/+8
2021-01-06WIP: attempt to fix the undocument re-export issueDaniel Henry-Mantilla-2/+13
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-26Remove FIXME in rustc_privacyJoshua Nelson-3/+1
2020-12-11Move binder for dyn to each list itemJack Huey-2/+2
2020-11-26Remove ForeignMod struct.Camille GILLOT-8/+8
2020-11-26Store ForeignItem in a side table.Camille GILLOT-5/+5
2020-11-22Fix typo in commentJoshua Nelson-1/+1
2020-11-14Introduce `TypeVisitor::BreakTy`LeSeulArtichaut-12/+23
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-10-30Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obkbors-63/+87
2020-10-30Fix some more clippy warningsJoshua Nelson-3/+5
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-13/+13
2020-10-30Use `ControlFlow::is{break,continue}`LeSeulArtichaut-8/+9
2020-10-30TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck}LeSeulArtichaut-62/+85
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-138/+81
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-3/+18
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-20Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M...Ralf Jung-1/+0
2020-09-18support const_evaluatable_checked across crate boundariesBastian Kauschke-0/+9
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-1/+0
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+2134