rust/src/librustc
bors ca79ecd694 Auto merge of #55660 - alexcrichton:cleanup-alloc-system, r=dtolnay,SimonSapin
Remove the `alloc_system` crate

In what's hopefully one of the final nails in the coffin of the "old allocator story of yore" this PR deletes the `alloc_system` crate and all traces of it from the compiler. The compiler no longer needs to inject allocator crates anywhere and the `alloc_system` crate has no real reason to exist outside the standard library.

The unstable `alloc_system` crate is folded directly into the standard library where its stable interface, the `System` type, remains the same. All unstable traces of `alloc_system` are removed, however.
2018-11-11 19:51:56 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Remove graphviz::IntoCow 2018-10-05 14:16:10 +02:00
dep_graph Report const eval error inside the query 2018-10-25 16:46:19 +02:00
hir Rollup merge of #55687 - alexreg:fix-24010, r=scalexm 2018-11-11 00:21:11 +01:00
ich Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis 2018-11-03 17:30:37 +00:00
infer Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewjasper 2018-11-11 00:21:12 +01:00
lint Removed DUPLICATE_ASSOCIATED_TYPE_BINDINGS lint. 2018-11-07 21:57:45 +00:00
middle rustc: Clean up allocator injection logic 2018-11-11 09:22:28 -08:00
mir Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix 2018-11-11 17:05:36 +00:00
session rustc: Clean up allocator injection logic 2018-11-11 09:22:28 -08:00
traits Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewjasper 2018-11-11 00:21:12 +01:00
ty Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obk 2018-11-11 00:21:16 +01:00
util Remove ReCanonical in favor of ReLateBound 2018-11-03 11:41:55 +01:00
build.rs Improve verify_llvm_ir config option 2018-10-13 20:06:25 +02:00
Cargo.toml Pass around interned refs to goals and not goals 2018-10-08 12:55:18 +02:00
diagnostics.rs Added tests. 2018-11-07 21:57:40 +00:00
lib.rs Bump nightly to 1.32.0 2018-10-31 11:53:50 -07:00
macros.rs Extend the impl_stable_hash_for! macro for miri. 2018-10-26 01:07:10 -07:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00

For more information about how rustc works, see the rustc guide.