about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-20Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrumbors-0/+33
2018-11-19Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichtonbors-0/+112
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-246/+632
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-0/+27
2018-11-19Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddybPietro Albini-0/+37
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-6/+49
2018-11-19Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obkPietro Albini-51/+51
2018-11-19Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkovPietro Albini-150/+44
2018-11-19Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichtonPietro Albini-0/+172
2018-11-19Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomezPietro Albini-0/+37
2018-11-19Auto merge of #56042 - petrochenkov:nuni, r=petrochenkovbors-613/+1203
2018-11-18Rollup merge of #55923 - Zeegomo:master, r=estebankPietro Albini-0/+39
2018-11-18Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obkPietro Albini-20/+33
2018-11-18Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=...Pietro Albini-28/+97
2018-11-18Rollup merge of #55834 - ogoffart:union-abi, r=eddybPietro Albini-0/+80
2018-11-18Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichtonPietro Albini-0/+2
2018-11-18Auto merge of #55672 - RalfJung:miri-extern-types, r=eddybbors-0/+27
2018-11-18remove "approx env bounds" if we already know from traitNiko Matsakis-0/+37
2018-11-18Fix rebaseVadim Petrochenkov-1/+1
2018-11-18Add a couple more tests + address review commentsVadim Petrochenkov-4/+154
2018-11-18resolve: Future-proof against imports referring to local variables and generi...Vadim Petrochenkov-0/+99
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-174/+174
2018-11-18resolve: Support resolving macros without leaving tracesVadim Petrochenkov-0/+13
2018-11-18resolve: Reintroduce feature gate for uniform paths in importsVadim Petrochenkov-52/+110
2018-11-18Fix ICEs from imports of items not defined in modulesVadim Petrochenkov-15/+163
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-63/+63
2018-11-18resolve: Recover "did you mean" suggestions in importsVadim Petrochenkov-12/+6
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-63/+159
2018-11-18resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...Vadim Petrochenkov-3/+15
2018-11-18resolve: More precise determinacy tracking during import/macro resolutionVadim Petrochenkov-6/+6
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-283/+303
2018-11-18resolve: Simplify ambiguity checking for built-in attributesVadim Petrochenkov-6/+6
2018-11-17tidy check fixgiacomo-10/+19
2018-11-17add test for #[test] attribute only allowed on non associated functionsgiacomo-0/+30
2018-11-16Ignore non-semantic tokens for 'probably_eq' streams.Sergio Benitez-0/+112
2018-11-16adjust remaining testsRalf Jung-4/+39
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-16Update stderr fileOliver Scherer-2/+2
2018-11-15Fix stability hole with `static _`Oliver Scherer-0/+33
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