about summary refs log tree commit diff
path: root/src/librustc_cratesio_shim
AgeCommit message (Collapse)AuthorLines
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-37/+0
Now that procedural macros no longer link transitively to libsyntax, this shouldn't be needed any more! This commit is an experiment in removing all dynamic libraries from rustc except for librustc_driver itself. Let's see how far we can get with that!
2019-02-08librustc_cratesio_shim => 2018Taiki Endo-0/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-30Statically link proc_macro into proc macros.Eduard-Mihai Burtescu-0/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
Co-authored-by: nikomatsakis
2018-09-04Breaking change upgradesMark Rousskov-0/+2
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-09[nll] librustc_cratesio_shim: enable feature(nll) for bootstrapmemoryruins-0/+2
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-0/+2
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-0/+37