about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-171/+237
2018-08-23Auto merge of #53459 - petrochenkov:stabmore, r=nrcbors-75/+18
2018-08-23Auto merge of #53235 - varkor:gat_impl_where, r=estebankbors-4/+17
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-75/+18
2018-08-22Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co...bors-3/+234
2018-08-22Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-4/+86
2018-08-22Reexpose stability hole in the presence of feature gatesOliver Schneider-0/+2
2018-08-22Allow panicking with string literal messages inside constantsOliver Schneider-3/+232
2018-08-22Rollup merge of #53562 - varkor:bastion-of-the-turbofish, r=nagisaGuillaume Gomez-0/+42
2018-08-22Rollup merge of #53558 - davidtwco:issue-53547, r=estebankGuillaume Gomez-3/+3
2018-08-22Rollup merge of #53544 - estebank:issue-53534, r=varkorGuillaume Gomez-1/+1
2018-08-22Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obkGuillaume Gomez-0/+40
2018-08-22Rollup merge of #53431 - alexreg:move-feature-gate-tests, r=cramertjGuillaume Gomez-0/+0
2018-08-22Fix rebase issuesvarkor-4/+4
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-8/+8
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-3/+3
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-10/+10
2018-08-22Lament the invincibility of the Turbofishvarkor-0/+42
2018-08-22Auto merge of #53424 - RalfJung:miri-refactor, r=oli-obkbors-59/+159
2018-08-22fix error reporting in validationRalf Jung-1/+1
2018-08-22fix validating fat pointers to user-defined unsized typesRalf Jung-14/+28
2018-08-22optimize sanity check path printingRalf Jung-41/+79
2018-08-22fix UI testsRalf Jung-1/+1
2018-08-22test for detecting bad data inside trait objects / slicesRalf Jung-15/+45
2018-08-22Auto merge of #53516 - petrochenkov:derregr, r=estebankbors-0/+26
2018-08-22fix drop typing; use same machinery for validating (sanity checking) dyn trai...Ralf Jung-9/+27
2018-08-22Auto merge of #53509 - petrochenkov:wildregr, r=alexcrichtonbors-0/+21
2018-08-22Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1bors-0/+285
2018-08-21Add some extra edge case testsvarkor-1/+21
2018-08-21Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i...bors-0/+18
2018-08-21Use a boundary method instead of an endpoint method for split_grouped_constru...varkor-2/+2
2018-08-21Fix missing impl trait display as ret typeGuillaume Gomez-0/+40
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-72/+152
2018-08-21Add a test case for u128::MAX - 1varkor-10/+21
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-111/+123
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-6/+6
2018-08-21Auto merge of #53236 - alexreg:stabilise-raw-idents, r=cramertjbors-86/+31
2018-08-21Normalize source line and column numbers.David Wood-3/+3
2018-08-21Rollup merge of #53540 - TheDarkula:move-test, r=oli-obkkennytm-0/+0
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-39/+39
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-43/+14
2018-08-21Auto merge of #53080 - hermord:rc-opt, r=alexcrichtonbors-0/+21
2018-08-20Point at the trait argument when using unboxed closureEsteban Küber-1/+1
2018-08-21resolve: Unify reporting of ambiguity errors for macro pathsVadim Petrochenkov-10/+12
2018-08-20Moved issue-53157.rs into src/test/ui/consts/const-eval/thedarkula-0/+0
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-86/+31
2018-08-20resolve: Refactor away `MacroBinding`Vadim Petrochenkov-9/+87
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-63/+63
2018-08-21Rollup merge of #53296 - estebank:suggest-closure, r=KodrAuskennytm-34/+75
2018-08-20Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddybbors-140/+188