rust/src/librustc
bors fa23350a46 Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj
(old) borrowck cleanup

Primarily moves dataflow code based on CFG to borrowck; this is mostly so we don't forget to delete it once it becomes unused after we fully move to MIR borrowck.
2018-08-15 00:37:52 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Replace push loops with collect() and extend() where possible 2018-07-29 18:53:22 +02:00
dep_graph Improve query efficiency 2018-08-05 15:54:49 +01:00
hir Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
ich Cache ignored attributes inside ICH entirely 2018-08-09 10:00:25 -06:00
infer Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk 2018-08-12 23:26:55 +02:00
lint Add HirId to VisibilityKind::Restricted 2018-08-07 10:13:17 -06:00
middle Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj 2018-08-15 00:37:52 +00:00
mir Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung 2018-08-03 14:28:12 +00:00
session Move span_bug and bug helper functions to util 2018-08-09 10:01:45 -06:00
traits Suggested trait implementation ordering is now deterministic. 2018-08-14 11:12:10 +02:00
ty Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=estebank 2018-08-12 23:27:05 +02:00
util Move span_bug and bug helper functions to util 2018-08-09 10:01:45 -06:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Move rustc::util::fs into separate (new) crate 2018-08-09 10:00:25 -06:00
diagnostics.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
lib.rs Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj 2018-08-15 00:37:52 +00:00
macros.rs Move span_bug and bug helper functions to util 2018-08-09 10:01:45 -06: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.