rust/src/librustc_typeck
bors c9a8687951 Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister
Misc performance tweaks

r? @michaelwoerister
2019-02-01 12:52:54 +00:00
..
check Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister 2019-02-01 12:52:54 +00:00
coherence Add some time statements 2019-01-29 21:10:35 +01:00
outlives add support for principal-less trait object types 2019-01-04 00:34:52 +02:00
variance add support for principal-less trait object types 2019-01-04 00:34:52 +02:00
astconv.rs remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
Cargo.toml rustc: Remove platform intrinsics crate 2019-01-14 09:54:23 -08:00
check_unused.rs remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
collect.rs Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister 2019-02-01 12:52:54 +00:00
constrained_type_params.rs Remove licenses 2018-12-25 21:08:33 -07:00
diagnostics.rs Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix 2019-01-26 07:08:18 +00:00
impl_wf_check.rs Make impl_wf_check incremental 2019-01-29 21:10:34 +01:00
lib.rs Skip some test passes 2019-01-29 21:10:35 +01:00
namespace.rs Remove licenses 2018-12-25 21:08:33 -07:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc guide.