rust/src/librustc_mir
bors e5284b0b57 Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister
Use optimized SmallVec implementation

This PR replaces current SmallVec implementation with the one from the Servo project.

Closes https://github.com/rust-lang/rust/issues/51640

r? @Mark-Simulacrum
2018-08-23 14:40:22 +00:00
..
borrow_check Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister 2018-08-23 14:40:22 +00:00
build Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} 2018-08-22 16:08:49 +01:00
dataflow Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis 2018-08-23 02:54:24 +00:00
hair Fix rebase issues 2018-08-22 16:15:56 +01:00
interpret Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_constantly, r=eddyb 2018-08-22 22:08:03 +00:00
monomorphize Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} 2018-08-22 16:08:49 +01:00
transform Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis 2018-08-23 02:54:24 +00:00
util Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis 2018-08-23 11:46:24 +00:00
Cargo.toml Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
diagnostics.rs Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakis 2018-08-10 06:54:11 +00:00
lib.rs Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister 2018-08-23 14:40:22 +00:00
shim.rs Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error} 2018-08-22 16:07:44 +01:00