about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-25Add test for attribute error checking on trait and foreign itemsvarkor-0/+54
2019-10-25Emit warning for ignored #[inline] on foreign function prototypesvarkor-0/+11
2019-10-25Emit warning for ignored #[inline] on trait method prototypesvarkor-0/+30
2019-10-25Rollup merge of #65074 - Rantanen:json-byte-pos, r=matkladMazdak Farrokhzad-0/+241
2019-10-25RFC 2008: StabilizationDavid Wood-65/+21
2019-10-25Rollup merge of #65775 - matthewjasper:reempty, r=pnkfelixMazdak Farrokhzad-2/+20
2019-10-25Rollup merge of #65763 - ObsidianMinor:diag/65642, r=varkorMazdak Farrokhzad-10/+12
2019-10-25Rollup merge of #65747 - Centril:union-issue-fix, r=varkorMazdak Farrokhzad-3/+3
2019-10-25Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwcoMazdak Farrokhzad-55/+169
2019-10-25Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkovMazdak Farrokhzad-0/+16
2019-10-25Rollup merge of #65414 - davidtwco:issue-65157-non-exhaustive-always-useful, ...Mazdak Farrokhzad-0/+36
2019-10-25Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthew...Mazdak Farrokhzad-2/+5
2019-10-25Rollup merge of #62959 - LukasKalbertodt:array-value-iter, r=scottmcmMazdak Farrokhzad-0/+216
2019-10-24Fix more `ReEmpty` ICEsMatthew Jasper-2/+20
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-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-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