about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-27implement liveness tracing, remove old liveness systemNiko Matsakis-4/+2
2018-08-27Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelixbors-0/+98
2018-08-27Auto merge of #53624 - Zoxc:ice-fix, r=oli-obkbors-1/+3
2018-08-27Move with_globals setup from run_compiler to runJohn Kåre Alsaker-1/+3
2018-08-26rustc: Continue to tweak "std internal symbols"Alex Crichton-1/+69
2018-08-26Auto merge of #53619 - japaric:panic-handler, r=SimonSapinbors-64/+134
2018-08-26Auto merge of #53567 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-2/+2
2018-08-25Update Cargo submoduleAlex Crichton-2/+2
2018-08-25Auto merge of #53612 - mark-i-m:anon_param_disallowed_2018, r=petrochenkovbors-82/+63
2018-08-25Auto merge of #53584 - mcr431:Fix-#53525, r=varkorbors-251/+83
2018-08-25Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre...bors-0/+20
2018-08-24Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelixbors-21/+1280
2018-08-24fix testsMark Mansi-36/+6
2018-08-24oopsMark Mansi-2/+0
2018-08-24Add/update tests for 2015, 2018, rustfixMark Mansi-75/+75
2018-08-24Start working on a testMark Mansi-0/+13
2018-08-24Auto merge of #53460 - JoshBrudnak:master, r=estebankbors-0/+31
2018-08-24address pnkfelix nitsNiko Matsakis-25/+48
2018-08-24pacify the mercilous tidy: adt-nullary-enums testNiko Matsakis-17/+32
2018-08-24ufcs with annot in position 1 and 2Niko Matsakis-0/+240
2018-08-24rename test caseNiko Matsakis-5/+5
2018-08-24add test for method ufcs notationNiko Matsakis-0/+122
2018-08-24support user-given types in adtsNiko Matsakis-0/+556
2018-08-24support user annotations in fns, methodsNiko Matsakis-0/+223
2018-08-24add a `user_substs` table and store the annotations in thereNiko Matsakis-0/+80
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-9/+95
2018-08-24Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkovkennytm-0/+49
2018-08-24Auto merge of #53044 - SergioBenitez:stable-attr-literals, r=petrochenkovbors-171/+29
2018-08-24updates tests to use new error codeMatthew Russo-185/+83
2018-08-24Merging error code descriptions into E0107 and adding "no longerMatthew Russo-66/+0
2018-08-24Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppekennytm-2/+2
2018-08-24Rollup merge of #53600 - varkor:expected-generic-arg-s, r=eddybkennytm-2/+2
2018-08-24Rollup merge of #53562 - varkor:bastion-of-the-turbofish, r=nagisakennytm-0/+4
2018-08-24Rollup merge of #53559 - Dylan-DPC:fix/missing-doc-lint, r=kennytmkennytm-5/+38
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-171/+29
2018-08-24Turn the error for module-relative access to macro-expanded `macro_export` ma...Vadim Petrochenkov-1/+8
2018-08-24Add a test for reset expansion infoVadim Petrochenkov-0/+29
2018-08-23Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behi...bors-2/+38
2018-08-23fix new ui testJorge Aparicio-2/+2
2018-08-23fix tidyJorge Aparicio-0/+32
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-71/+109
2018-08-23fix testcasedylan_DPC-5/+18
2018-08-23Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoeristerbors-1/+1
2018-08-23Prefer `.nth(n)` over `.skip(n).next()`.Corey Farwell-2/+2
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-171/+237
2018-08-23use `TypeOp` machinery for `outlives_bounds`Niko Matsakis-0/+37
2018-08-23resolve type variables in the custom type op pathwayNiko Matsakis-0/+61
2018-08-23Auto merge of #53459 - petrochenkov:stabmore, r=nrcbors-75/+18
2018-08-23Use optimized SmallVec implementationIgor Gutorov-1/+1
2018-08-23Auto merge of #53235 - varkor:gat_impl_where, r=estebankbors-4/+17