rust/src/librustc
bors 0cf0691ea1 Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakis
lint to favor `..=` over `...` range patterns; migrate to `..=` throughout codebase

We probably need an RFC to actually deprecate the `...` syntax, but here's a candidate implementation for the lint considered in #51043. (My local build is super flaky, but hopefully I got all of the test revisions.)
2018-06-26 23:15:30 +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 inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
ich hygiene: Merge NameAndSpan into ExpnInfo 2018-06-23 21:53:24 +03:00
infer Update broken rustc-guide links 2018-06-24 22:00:39 -05:00
lint Auto merge of #51678 - Zoxc:combine-lints, r=estebank 2018-06-26 14:18:13 +00:00
middle Update broken rustc-guide links 2018-06-24 22:00:39 -05:00
mir Update broken rustc-guide links 2018-06-24 22:00:39 -05:00
session Fix extern prelude failure in rustdoc 2018-06-11 22:24:35 +02:00
traits Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcv 2018-06-26 11:35:40 +02:00
ty Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcv 2018-06-26 11:35:40 +02:00
util add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07: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 Fix error code numbers 2018-06-23 22:08:40 +02: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.