rust/src/librustc_typeck
bors 2a8f6a7806 Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister
Replace TimeLine LLVM profiling with the self profiler
2019-03-14 08:38:56 +00:00
..
check Fix #54822 and associated faulty tests 2019-03-10 23:01:30 -04:00
coherence Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister 2019-03-09 17:18:20 +01:00
outlives HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
variance Add type constraints from const parameters 2019-03-05 22:09:31 +00:00
astconv.rs HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
Cargo.toml librustc_typeck => 2018 2019-02-08 22:30:58 +09:00
check_unused.rs HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
collect.rs Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister 2019-03-09 17:18:20 +01:00
constrained_type_params.rs Handle const generics in typeck 2019-03-05 22:20:01 +00:00
diagnostics.rs Update diagnostics to include const parameters 2019-03-05 22:09:31 +00:00
impl_wf_check.rs Handle const generics in typeck 2019-03-05 22:20:01 +00:00
lib.rs Replace TimeLine with SelfProfiler 2019-03-10 11:10:55 -04: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 Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00

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