about summary refs log tree commit diff
path: root/src/librustc/middle/exported_symbols.rs
AgeCommit message (Expand)AuthorLines
2019-04-28Fix lint findings in librustcflip1995-4/+4
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-2/+2
2019-02-05move librustc to 2018Mark Mansi-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-06rustc/middle: improve some patternsljedrz-6/+2
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-1/+1
2018-04-06Fix some rebasing fallout.Michael Woerister-2/+2
2018-04-06Allow for representing exported monomorphizations in crate metadata.Michael Woerister-25/+63
2018-03-06Don't show crate metadata symbol as exported symbol to downstream crates.Michael Woerister-1/+7
2018-03-06Don't recompute SymbolExportLevel for upstream crates.Michael Woerister-2/+2
2018-03-06Compute symbol names more lazily.Michael Woerister-0/+53
2017-09-18incr.comp.: Fix rebase fallout.Michael Woerister-0/+5
2017-09-17rustc: Mostly remove `ExportedSymbols`Alex Crichton-53/+7
2017-09-17rustc: Calculate `ExportedSymbols` in a queryAlex Crichton-0/+77