summary refs log tree commit diff
path: root/src/librustc_metadata/dynamic_lib.rs
AgeCommit message (Expand)AuthorLines
2020-04-25Remove support for self-openingMark Rousskov-36/+11
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-4/+2
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-21/+12
2019-12-22Format the worldMark Rousskov-46/+25
2019-10-14rustc_metadata: Privatize private code and remove dead codeVadim Petrochenkov-47/+14
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-06-16Separate librustc_metadata modulechansuke-49/+1
2019-06-12Deprecate ONCE_INITSteven Fackler-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-08librustc_metadata => 2018Taiki Endo-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-26rustc_metadata: test loading atoi instead of cosJosh Stone-13/+12
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-4/+23
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-0/+288