about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-16fix tidy (remove whitespace)Axary-0/+24
2018-11-16improve error when self is used as not the first argumentAxary-5/+21
2018-11-16add a note to the error messageAxary-2/+3
2018-11-16remove licenseAxary-11/+0
2018-11-16CTFE: dynamically make sure we do not call non-const-fnRalf Jung-2/+10
2018-11-16handle trait objects formed from traits with `Self::Foo: 'a` clausesNiko Matsakis-0/+17
2018-11-16lint if a private item has doctestsGuillaume Gomez-0/+36
2018-11-16eat CloseDelimAxary-0/+8
2018-11-16change expected error messageAxary-2/+2
2018-11-16add ui testAxary-0/+15
2018-11-16Update stderr fileOliver Scherer-2/+2
2018-11-15Fix stability hole with `static _`Oliver Scherer-0/+33
2018-11-15update closure arg suggesstion ui testcsmoe-10/+28
2018-11-15lint based on closure pipe spancsmoe-0/+2
2018-11-15test/linkage-visibility: Ignore on musl targetsSamuel Holland-0/+2
2018-11-15Auto merge of #55974 - pietroalbini:rollup, r=pietroalbinibors-3/+119
2018-11-15Rollup merge of #55956 - euclio:issue-55587, r=estebankPietro Albini-0/+35
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-2/+20
2018-11-15Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an...Pietro Albini-0/+63
2018-11-15Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoeristerPietro Albini-1/+1
2018-11-15fix other affected testsRalf Jung-1/+1
2018-11-15do not accept out-of-bounds pointers in enum discriminants, they might be NULLRalf Jung-6/+19
2018-11-15Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakisbors-0/+61
2018-11-15validation: better error when the enum discriminant is UndefRalf Jung-13/+13
2018-11-14Clean up some non-mod-rs stuff.Eric Huss-150/+44
2018-11-15Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obkbors-4/+68
2018-11-15Stress test for MPSCStepan Koltsov-0/+172
2018-11-14properly calculate spans for intra-doc link resolution errorsQuietMisdreavus-0/+37
2018-11-14Fix VecDeque pretty-printerTom Tromey-0/+11
2018-11-14put file and line into miri backtraceRalf Jung-51/+51
2018-11-14std: Synchronize access to global env during `exec`Alex Crichton-0/+36
2018-11-14add test for issue #54348Andy Russell-0/+21
2018-11-14add test for issue #55587Andy Russell-0/+14
2018-11-14Remove extern and some return value as an attempt to make the test pass on mo...Olivier Goffart-7/+7
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-12/+0
2018-11-14Auto merge of #52153 - csmoe:projeq_normal, r=scalexmbors-0/+1
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-5/+144
2018-11-13Implement `ProjectionEq-Normalize`csmoe-0/+1
2018-11-13Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakisbors-0/+27
2018-11-13Fix ui testsscalexm-6/+6
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-2/+2
2018-11-13Bypass ppaux for `Outlives` predicatesscalexm-11/+11
2018-11-13Provide program clauses for builtin typesscalexm-0/+2
2018-11-13Pretty print quantified goals and clausesscalexm-64/+51
2018-11-13Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavuskennytm-3/+25
2018-11-13Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiserkennytm-2/+2
2018-11-13Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ...kennytm-0/+53
2018-11-13Rollup merge of #55804 - QuietMisdreavus:eager-crate-inline, r=pnkfelixkennytm-0/+64
2018-11-13Forward the ABI of the non-zero sized fields of an union if they have the sam...Olivier Goffart-0/+80
2018-11-13Auto merge of #55589 - oli-obk:min_length_💣, r=pnkfelixbors-1/+1