about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-24Rollup merge of #65755 - estebank:icicle, r=davidtwcoMazdak Farrokhzad-0/+81
2019-10-24Rollup merge of #65753 - csmoe:derive_fold, r=CentrilMazdak Farrokhzad-0/+17
2019-10-24Rollup merge of #65746 - estebank:newcomer-format, r=CentrilMazdak Farrokhzad-5/+15
2019-10-24Rollup merge of #65729 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-2/+5
2019-10-24Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r...Mazdak Farrokhzad-24/+45
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-3/+3
2019-10-25Don't assert for different instance on impl trait aliascsmoe-0/+17
2019-10-24Changed APIT with explicit generic args span to specific arg spansSydney Acksman-10/+12
2019-10-24Add UI tests for `array::IntoIter` implsLukas Kalbertodt-0/+216
2019-10-24Avoid ICE when adjusting bad self tyEsteban Küber-0/+81
2019-10-24Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-0/+2
2019-10-23Tweak format string error to point at arguments alwaysEsteban Küber-5/+15
2019-10-24Adjust the tracking issue for `untagged_unions`.Mazdak Farrokhzad-3/+3
2019-10-24rustc_typeck: don't record direct callees in generator_interior.Eduard-Mihai Burtescu-12/+12
2019-10-24pre-expansion gate type_ascriptionMazdak Farrokhzad-2/+5
2019-10-24pre-expansion gate box_syntaxMazdak Farrokhzad-2/+5
2019-10-24pre-expansion gate label_break_valueMazdak Farrokhzad-2/+5
2019-10-24pre-expansion gate try_blocksMazdak Farrokhzad-4/+7
2019-10-24pre-expansion gate exclusive_range_patternMazdak Farrokhzad-20/+22
2019-10-24pre-expansion gate box_patternsMazdak Farrokhzad-1/+16
2019-10-24pre-expansion gate decl_macroMazdak Farrokhzad-1/+14
2019-10-24pre-expansion gate const_genericsMazdak Farrokhzad-15/+29
2019-10-24pre-expansion gate crate_visibility_modifierMazdak Farrokhzad-1/+13
2019-10-24pre-expansion gate associated_type_boundsMazdak Farrokhzad-1/+14
2019-10-24pre-expansion gate trait_alias.Mazdak Farrokhzad-1/+19
2019-10-24syntax: reject `trait Foo: Bar = Baz;`.Mazdak Farrokhzad-5/+20
2019-10-23ignore uninhabited non-exhaustive variant fieldsDavid Wood-0/+36
2019-10-23Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddybMazdak Farrokhzad-0/+41
2019-10-23Rollup merge of #65641 - nnethercote:derive-TokenStream-Encodable-Decodable, ...Mazdak Farrokhzad-1/+1
2019-10-23Rollup merge of #65518 - estebank:i-want-to-break-free, r=eddybMazdak Farrokhzad-1/+17
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-37/+34
2019-10-23UI failures fixUmesh Kalappa-2/+5
2019-10-23Add regression test for #62579varkor-0/+23
2019-10-23Update ui testsGuillaume Gomez-1/+2
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-33/+685
2019-10-23Update ui testsGuillaume Gomez-2/+5
2019-10-23Rollup merge of #65688 - JohnTitor:add-some-tests, r=Dylan-DPCYuki Okushi-0/+103
2019-10-23Rollup merge of #65678 - JohnTitor:add-e0728-explanation, r=GuilliaumeGomezYuki Okushi-2/+8
2019-10-23Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPCYuki Okushi-0/+1
2019-10-23Rollup merge of #65507 - polyedre:master, r=nikomatsakisYuki Okushi-754/+66
2019-10-23Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakisYuki Okushi-0/+373
2019-10-22Fix rebaseEsteban Küber-12/+17
2019-10-22review comments: move code, fix indentation and change spanEsteban Küber-30/+26
2019-10-22Handle projection obligation errorsEsteban Küber-0/+65
2019-10-22fix compile-fail testEsteban Küber-0/+1
2019-10-22Point at associated type for some obligationsEsteban Küber-12/+25
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-49/+685
2019-10-22Add regression test for #65675varkor-0/+18
2019-10-22Use E0741 for structural match errorvarkor-6/+6
2019-10-22Fix rustdoc const generics testvarkor-0/+1