rust/src/librustc
bors fa0f7d0080 Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril
Rollup of 8 pull requests

Successful merges:

 - #65237 (Move debug_map assertions after check for err)
 - #65316 (make File::try_clone produce non-inheritable handles on Windows)
 - #65319 (InterpCx: make memory field public)
 - #65461 (Don't recommend ONCE_INIT in std::sync::Once)
 - #65465 (Move syntax::ext to a syntax_expand and refactor some attribute logic)
 - #65475 (add example for type_name)
 - #65478 (fmt::Write is about string slices, not byte slices)
 - #65486 (doc: fix typo in OsStrExt and OsStringExt)

Failed merges:

r? @ghost
2019-10-17 18:53:10 +00:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
dep_graph Use more fine grained locks for the dep graph 2019-10-14 23:35:35 +02:00
hir move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
ich move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
infer Rollup merge of #65260 - nnethercote:optimize-LexicalResolve-expansion, r=nikomatsakis 2019-10-14 17:52:33 -07:00
lint move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
middle Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper 2019-10-15 16:07:39 -07:00
mir Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb 2019-10-14 15:52:51 +00:00
query Make trivial dropck outlives a query 2019-10-12 08:30:58 -04:00
session move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
traits Make trivial dropck outlives a query 2019-10-12 08:30:58 -04:00
ty Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril 2019-10-17 18:53:10 +00:00
util Remove -Zprofile-queries 2019-10-03 21:34:27 -04:00
arena.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
error_codes.rs Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomez 2019-10-14 07:36:52 +02:00
lib.rs Stabilize proc macros generating macro_rules items 2019-10-15 10:03:51 +03:00
macros.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04: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.