rust/src/librustc
bors 9649c1f70f Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini
Rollup of 17 pull requests

Successful merges:

 - #55182 (Redox: Update to new changes)
 - #55211 (Add BufWriter::buffer method)
 - #55507 (Add link to std::mem::size_of to size_of intrinsic documentation)
 - #55530 (Speed up String::from_utf16)
 - #55556 (Use `Mmap` to open the rmeta file.)
 - #55622 (NetBSD: link libstd with librt in addition to libpthread)
 - #55750 (Make `NodeId` and `HirLocalId` `newtype_index`)
 - #55778 (Wrap some query results in `Lrc`.)
 - #55781 (More precise spans for temps and their drops)
 - #55785 (Add mem::forget_unsized() for forgetting unsized values)
 - #55852 (Rewrite `...` as `..=` as a `MachineApplicable` 2018 idiom lint)
 - #55865 (Unix RwLock: avoid racy access to write_locked)
 - #55901 (fix various typos in doc comments)
 - #55926 (Change sidebar selector to fix compatibility with docs.rs)
 - #55930 (A handful of hir tweaks)
 - #55932 (core/char: Speed up `to_digit()` for `radix <= 10`)
 - #55956 (add tests for some fixed ICEs)

Failed merges:

r? @ghost
2018-11-15 12:43:01 +00:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
cfg Remove graphviz::IntoCow 2018-10-05 14:16:10 +02:00
dep_graph Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
hir Rollup merge of #55930 - ljedrz:hir_bonuses, r=cramertj 2018-11-15 11:04:45 +01:00
ich Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister 2018-11-15 11:04:35 +01:00
infer Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
lint Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
middle Use IndexVec instead of `usize` in librustc 2018-11-12 12:33:16 +01:00
mir Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk 2018-11-15 01:12:01 +00:00
session Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
traits Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini 2018-11-15 12:43:01 +00:00
ty Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
util Bypass ppaux for `Outlives` predicates 2018-11-13 12:28:43 +01:00
Cargo.toml Pass around interned refs to goals and not goals 2018-10-08 12:55:18 +02:00
README.md Change links to readmes 2018-02-25 15:24:14 -06:00
build.rs Improve verify_llvm_ir config option 2018-10-13 20:06:25 +02:00
diagnostics.rs Added tests. 2018-11-07 21:57:40 +00:00
lib.rs Bump nightly to 1.32.0 2018-10-31 11:53:50 -07:00
macros.rs Rollup merge of #55722 - RalfJung:impl-stable-hash, r=varkor 2018-11-13 19:22:53 +08:00

README.md

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