about summary refs log tree commit diff
path: root/src/librustc_data_structures/owning_ref/mod.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1233/+0
2019-12-22Format the worldMark Rousskov-178/+178
2019-10-29Add lint for unnecessary parens around typesjack-t-4/+4
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-2/+6
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-5/+7
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-0/+3
2019-07-28tidy: Cleanup the directory whitelistVadim Petrochenkov-5/+7
2019-06-16Separate librustc_data_structures modulechansuke-714/+1
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-6/+6
2019-02-10rustc: doc commentsAlexander Regueiro-7/+7
2019-02-09librustc_data_structures => 2018Taiki Endo-3/+3
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-5/+5
2018-11-13fix various typos in doc commentsAndy Russell-2/+2
2018-07-11Enforce #![deny(bare_trait_objects)] in src/librustc_data_structures testsljedrz-14/+14
2018-07-11Deny bare trait objects in in src/librustc_data_structuresljedrz-12/+12
2018-05-09use fmt::Result where applicableAndre Bogus-3/+3
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-6/+41
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+1902