about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-07Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkovkennytm-2/+26
2018-11-07Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakiskennytm-3/+6
2018-11-07Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelixkennytm-0/+40
2018-11-07Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obkbors-37/+59
2018-11-06Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJungbors-0/+51
2018-11-06Elide anon lifetimes in conflicting impl noteEsteban Küber-3/+3
2018-11-06Use trait impl method span when type param mismatch is due to impl TraitEsteban Küber-0/+27
2018-11-06Auto merge of #53996 - sekineh:thumb-run, r=japaricbors-0/+141
2018-11-06Update lldbTom Tromey-1/+1
2018-11-06Run name-anon-globals after LTO passes as wellNikita Popov-0/+17
2018-11-06Add explcit `--error-format` options to tests of print-fuel to sidestep compi...Felix S. Klock II-3/+6
2018-11-06Sidestep link error from rustfix'ed code by using a *defined* static.Felix S. Klock II-13/+38
2018-11-06Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2
2018-11-06Rollup merge of #55700 - pnkfelix:issue-55533-update-ui-tests-wrt-nll, r=davi...kennytm-254/+532
2018-11-06Rollup merge of #55696 - davidtwco:issue-55675, r=pnkfelixkennytm-26/+65
2018-11-06Rollup merge of #55694 - jsirs:issue-31076, r=oli-obkkennytm-0/+36
2018-11-06Rollup merge of #55664 - varkor:all-possible-cases-message, r=zackmdaviskennytm-6/+6
2018-11-06Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelixkennytm-85/+13
2018-11-06Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAuskennytm-0/+18
2018-11-06Rollup merge of #55490 - petrochenkov:resolveice, r=eddybkennytm-0/+39
2018-11-06Auto merge of #55518 - alexcrichton:smaller-wasm, r=sfacklerbors-0/+11
2018-11-06Moved and renamed ui issue tests.Alexander Regueiro-41/+41
2018-11-05Auto merge of #55410 - nagisa:atomic-align, r=pnkfelixbors-7/+97
2018-11-05Auto merge of #55451 - estebank:arg-doc, r=pnkfelixbors-13/+122
2018-11-05Add run-pass test for reinitialized unions.David Wood-0/+38
2018-11-05Fix emission of niche-filling discriminant valuesTom Tromey-0/+63
2018-11-05For feature-gate-nll test, turn off testing modes that externally enable NLL.Felix S. Klock II-24/+11
2018-11-05Make `ui/borrowck/borrowck-overloaded-call.rs` robust w.r.t. NLL.Felix S. Klock II-3/+16
2018-11-05Use `// revisions` in the dropck-eyepatch tests instead of relying on compare...Felix S. Klock II-51/+60
2018-11-05Update `ui/borrowck/borrowck-closures-mut-of-imm.rs` robust w.r.t. NLL.Felix S. Klock II-25/+43
2018-11-05Add `ui/borrowck/borrowck-closures-mut-of-mut.rs`.Felix S. Klock II-0/+56
2018-11-05Removed overlapping_spans.{rs,stderr,nll.stderr}.Felix S. Klock II-52/+0
2018-11-05Make `ui/binop-move-semantics.rs` robust w.r.t. NLL.Felix S. Klock II-4/+30
2018-11-05Remove `println!`'s from `ui/issues/issue-52126-assign-op-invariance.rs`Felix S. Klock II-5/+5
2018-11-05Make `ui/unop-move-semantics.rs` robust w.r.t. NLL.Felix S. Klock II-4/+30
2018-11-05Make `ui/borrowck/borrowck-unboxed-closures.rs` robust w.r.t. NLL.Felix S. Klock II-3/+16
2018-11-05Make `ui/borrowck/borrowck-reborrow-from-mut.rs` robust w.r.t. NLL.Felix S. Klock II-19/+135
2018-11-05Make `ui/borrowck/borrowck-overloaded-index-move-index.rs` robust w.r.t. NLL.Felix S. Klock II-2/+31
2018-11-05Make `ui/issues/issue-17263.rs` robust w.r.t. NLL.Felix S. Klock II-17/+29
2018-11-05Make `ui/span/borrowck-borrow-overloaded-auto-deref-mut.rs` robust w.r.t. NLL.Felix S. Klock II-4/+29
2018-11-05Switch to using revisions in borrowck-lend-flow-loop.rsFelix S. Klock II-41/+41
2018-11-05add test for i32, fix incorrect locationjsirs-2/+10
2018-11-05update test to include concrete type (i32)jsirs-0/+2
2018-11-05Add testjsirs-0/+26
2018-11-05Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomezbors-2/+2
2018-11-05the visitor can already load the value for visit_primitiveRalf Jung-1/+1
2018-11-05Also test for undef in enum discriminantRalf Jung-3/+16
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-33/+42
2018-11-05reduce the amount of traversal/projection code that the visitor has to implem...Ralf Jung-2/+2
2018-11-04Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichtonbors-7/+38