rust/src/librustc
Yuki Okushi 8f1857a822
Rollup merge of #68586 - Centril:repr-deny, r=pnkfelix
Make conflicting_repr_hints a deny-by-default c-future-compat lint

Closes https://github.com/rust-lang/rust/issues/68428.
cc https://github.com/rust-lang/rust/issues/68585.

r? @petrochenkov @pnkfelix
2020-01-29 18:56:26 +09:00
..
benches slice_patterns: remove internal uses of gate 2020-01-18 19:33:47 +01:00
dep_graph Collisions in the dep-graph due to path-reuse are rare but can occur. 2020-01-27 17:06:06 +01:00
hir lintify conflicting_repr_hints 2020-01-28 01:24:59 +01:00
ich Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
infer don't clone types that are copy, round two. 2020-01-27 01:18:18 +01:00
middle Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
mir Auto merge of #68512 - spastorino:local-is-copy, r=oli-obk 2020-01-29 04:36:50 +00:00
query Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
traits Add an early-exit to QueryNormalizer::fold_ty 2020-01-28 17:28:19 +01:00
ty don't clone types that are copy, round two. 2020-01-27 01:18:18 +01:00
util nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
arena.rs Use Arena for interning 2020-01-11 07:56:44 +01:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
lib.rs slice_patterns: remove internal uses of gate 2020-01-18 19:33:47 +01:00
lint.rs move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
macros.rs Retire impl_stable_hash_for. 2019-11-22 20:01:48 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
tests.rs librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00

For more information about how rustc works, see the rustc guide.