rust/src/librustc
bors a04b88d194 Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister
Cleanup metadata and incremental cache processing of constants

fixes #49033
fixes #49081

we really need tests for this. do we have any cross compilation tests? I couldn't find any
2018-03-19 10:39:26 +00:00
..
benches Update miri to rustc changes 2017-12-06 09:25:29 +01:00
cfg rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. 2017-09-01 23:27:48 +03:00
dep_graph Auto merge of #48985 - scalexm:lowering, r=nikomatsakis 2018-03-18 07:35:43 +00:00
hir Auto merge of #48917 - petrochenkov:import, r=oli-obk 2018-03-18 01:50:52 +00:00
ich Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoerister 2018-03-19 05:07:27 +00:00
infer Fixes after rebase 2018-03-14 12:45:14 +08:00
lint Make coerce_never lint an error 2018-03-14 12:44:51 +08:00
middle Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertj 2018-03-17 17:20:42 +08:00
mir Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister 2018-03-19 10:39:26 +00:00
session AST/HIR: Clarify what the optional name in extern crate items mean 2018-03-17 22:12:21 +03:00
traits Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoerister 2018-03-19 05:07:27 +00:00
ty Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister 2018-03-19 10:39:26 +00:00
util remove defaulting to unit 2018-03-14 12:44:51 +08:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Do not run the default panic hook inside procedural macros. Fixes #47812 2018-02-20 19:16:49 +01:00
diagnostics.rs Remove unused error E0020 2018-03-08 08:34:14 +01:00
lib.rs Keep the fields of RangeInclusive unstable. 2018-03-15 17:01:30 +08: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.