rust/src/librustc
bors a3f0f5107e Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
Implement trait aliases (RFC 1733)

Extends groundwork done in https://github.com/rust-lang/rust/pull/45047, and fully implements https://github.com/rust-lang/rfcs/pull/1733.

CC @durka @nikomatsakis
2018-11-03 17:30:37 +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 Added support for trait aliases as object types. 2018-11-03 04:09:34 +00:00
ich Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis 2018-11-03 17:30:37 +00:00
infer Substitute binders directly 2018-11-03 11:41:55 +01:00
lint wherein the status of empty and reason-only lint attributes is clarified 2018-10-27 12:31:20 -07:00
middle Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis 2018-11-03 17:30:37 +00:00
mir Auto merge of #55087 - levex:e0669-improve-span, r=nagisa 2018-11-02 18:28:51 +00:00
session Emit Retag statements, kill Validate statements 2018-10-29 09:05:18 +01:00
traits Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis 2018-11-03 17:30:37 +00:00
ty Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis 2018-11-03 17:30:37 +00: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 Extend lang items to assert correct target. 2018-10-11 19:36:51 +02: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.