about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-22fix drop typing; use same machinery for validating (sanity checking) dyn trai...Ralf Jung-9/+27
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-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-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-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
2018-08-20Add a test for skipping all arguments versus just onevarkor-0/+52
2018-08-20Fix diagnostic regressionvarkor-66/+66
2018-08-20Added explicit optimization flag to testDmytro Shynkevych-0/+2
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-6/+6
2018-08-20Auto merge of #47562 - Centril:feature/core_convert_id, r=oli-obkbors-0/+47
2018-08-20Renamed test to match actual issue numberDmytro Shynkevych-0/+0
2018-08-20Fix ICEvarkor-10/+5
2018-08-19Auto merge of #52953 - dsciarra:mv-codemap-sourcemap, r=petrochenkovbors-17/+17
2018-08-20Update new ui testsvarkor-52/+54
2018-08-19Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obkbors-0/+34
2018-08-19mv codemap source_mapDonato Sciarra-4/+4
2018-08-19mv (mod) codemap source_mapDonato Sciarra-12/+12
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-19convert-id: tests for const gating.Mazdak Farrokhzad-0/+47
2018-08-19Fix some remaining testsvarkor-14/+14
2018-08-19Refactor generic argument count check in check/mod.rsvarkor-24/+24
2018-08-19Refactor generic argument count check in astconvvarkor-33/+33
2018-08-19Revert broken testvarkor-0/+1
2018-08-19Refactor astconv.rs (part ii)varkor-2/+1
2018-08-19"Fix" annoying testvarkor-1/+0
2018-08-19Auto merge of #53258 - nikomatsakis:issue-53189-optimize-reassignment-immutab...bors-39/+391
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-43/+14
2018-08-19Fix typos found by codespell.Matthias Krüger-39/+39
2018-08-19move tests to borrowck directory, remove feature(nll)Niko Matsakis-52/+173
2018-08-19add tests for assigning fields without initializing varNiko Matsakis-0/+234
2018-08-19just check whether a variable is initializedNiko Matsakis-11/+8
2018-08-19Added testDmytro Shynkevych-0/+19
2018-08-19Auto merge of #51131 - qnighy:unsized-locals, r=eddybbors-0/+290
2018-08-19Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichtonbors-0/+3