rust/src/librustc
bors 4fe88c05cd Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov
Rename hir::ExprAgain to hir::ExprContinue

The current name is confusing and historical.

I also used this PR to clean up the annoying indentation in `check/mod.rs`. If that's viewed as too tangential a change, I'll split it up, but it seemed reasonable to slip it in to reduce @bors's work. It's easy to compare for the two commits individually.

r? @petrochenkov
2018-06-23 14:33:10 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename ExprAgain to ExprContinue 2018-06-23 10:51:01 +01:00
dep_graph rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
hir Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
ich Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
infer Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk 2018-06-21 23:08:32 +00:00
lint Rename structures in ast 2018-06-20 12:21:52 +01:00
middle Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
mir Run rustfmt 2018-06-19 21:24:39 -03:00
session Fix extern prelude failure in rustdoc 2018-06-11 22:24:35 +02:00
traits Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis 2018-06-22 01:17:52 +00:00
ty Rename DefPathData::LifetimeDef to LifetimeParam 2018-06-20 12:21:24 +01:00
util Refactor generic parameters in rustdoc/clean 2018-06-20 12:21:52 +01:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Replace tempdir by tempfile in librustc 2018-06-20 19:28:27 +02:00
diagnostics.rs Review nits and updates 2018-06-22 11:36:01 -07:00
lib.rs Stabilize entry-or-default 2018-06-10 12:59:12 +02:00
macros.rs implement the chalk traits, albeit with many placeholders 2018-05-24 12:01:27 -04: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.