rust/src/librustc
bors 1962a70e71 Auto merge of #50866 - michaelwoerister:relocations-in-vec, r=oli-obk
Use different datastructure for MIRI relocations

This PR makes relocations in MIRI used a sorted vector instead of a `BTreeMap` which should make a few common operations more efficient. Let's see if that's true.

r? @oli-obk
2018-05-23 12:24:48 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
dep_graph Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
hir rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03:00
ich Introduce AllocType which indicates what AllocIds point to 2018-05-22 04:15:29 +02:00
infer rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
lint Fix according to comments 2018-05-20 10:16:33 +08:00
middle rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
mir Auto merge of #50866 - michaelwoerister:relocations-in-vec, r=oli-obk 2018-05-23 12:24:48 +00:00
session Stabilize suggestion applicability field in json output 2018-05-21 10:48:12 -07:00
traits Rollup merge of #50932 - nnethercote:seen-Predicates, r=eddyb 2018-05-23 00:26:15 +08:00
ty Rollup merge of #50931 - nnethercote:inline-try_get, r=michaelwoerister 2018-05-23 00:26:14 +08:00
util rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
diagnostics.rs Checking location and syntax of non_exhaustive attribute. 2018-04-02 23:02:29 +01:00
lib.rs Stabilise inclusive_range_methods 2018-05-17 20:58:28 +01:00
macros.rs extend stable hasher to support CanonicalTy 2018-03-16 12:49:37 -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.