rust/src/librustc
bors d767ee1161 Auto merge of #53400 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 8 pull requests

Successful merges:

 - #52453 (improve diagnostics for tests with custom return values)
 - #53271 (use ? to simplify `TransitiveRelation.maybe_map`)
 - #53279 (Extend documentation of `rustc_on_unimplemented`)
 - #53342 (fix error for unsized packed struct field)
 - #53344 (Add doc examples for std::alloc::{alloc,alloc_zeroed}.)
 - #53368 (Ignore test that fails on stage1)
 - #53388 (Fix links' color)
 - #53396 (Fix since of Iterator::flatten to be a proper semver)

Failed merges:

r? @ghost
2018-08-15 19:39:54 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Replace push loops with collect() and extend() where possible 2018-07-29 18:53:22 +02:00
dep_graph Improve query efficiency 2018-08-05 15:54:49 +01:00
hir Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
ich Cache ignored attributes inside ICH entirely 2018-08-09 10:00:25 -06:00
infer Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk 2018-08-12 23:26:55 +02:00
lint Add HirId to VisibilityKind::Restricted 2018-08-07 10:13:17 -06:00
middle Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj 2018-08-15 00:37:52 +00:00
mir Improved how upvars are detected when presenting errors using prefixes. 2018-08-14 18:38:57 +02:00
session Move span_bug and bug helper functions to util 2018-08-09 10:01:45 -06:00
traits Rollup merge of #53342 - RalfJung:unsized-packed, r=cramertj 2018-08-15 19:20:23 +02:00
ty Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=estebank 2018-08-12 23:27:05 +02:00
util Move span_bug and bug helper functions to util 2018-08-09 10:01:45 -06:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Move rustc::util::fs into separate (new) crate 2018-08-09 10:00:25 -06:00
diagnostics.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
lib.rs Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj 2018-08-15 00:37:52 +00:00
macros.rs Move span_bug and bug helper functions to util 2018-08-09 10:01:45 -06: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.