about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2018-11-04Support memcpy/memmove with differing src/dst alignmentNikita Popov-4/+4
2018-11-04Ignore some more tests on emscriptenNikita Popov-11/+15
2018-11-04Fix two run-fail tests for asmjsNikita Popov-2/+2
2018-11-04Update test to force error under NLL.David Wood-26/+65
2018-11-04also test with PhantomDataRalf Jung-3/+9
2018-11-04miri: accept extern types in structs if they are the only fieldRalf Jung-0/+21
2018-11-04Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakisbors-24/+74
2018-11-04Auto merge of #55455 - estebank:expected-descr, r=michaelwoeristerbors-20/+40
2018-11-04[ci] run-make/thumb-none-qemu: add .cargo/configHideki Sekine-0/+31
2018-11-03Make "all possible cases" help message uniform with existing help messagesvarkor-6/+6
2018-11-03Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakisbors-157/+256
2018-11-03Unions reinitialized after assignment into field.David Wood-25/+13
2018-11-03Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakisGuillaume Gomez-0/+256
2018-11-03Rollup merge of #55567 - durka:derive-debug-uninhabited, r=nikomatsakisGuillaume Gomez-0/+41
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-4/+4
2018-11-03fix test falloutAlex Burka-7/+7
2018-11-03Fixed bug with Self type param coming before lifetimes.Alexander Regueiro-20/+33
2018-11-03Added WF checking for trait alias definitions.Alexander Regueiro-71/+61
2018-11-03Extended elaboration for trait aliases to include arbitrary bounds.Alexander Regueiro-5/+6
2018-11-03Add more tests.Alexander Regueiro-49/+142
2018-11-03Added tests.Alexander Regueiro-108/+82
2018-11-03Added support for trait aliases as object types.Alexander Regueiro-2/+8
2018-11-03Added support for trait aliases as bounds.Alexander Regueiro-0/+22
2018-11-03Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakisbors-62/+254