about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-22Rollup merge of #67148 - Centril:ty-polish, r=estebankMazdak Farrokhzad-36/+56
2019-12-21span_suggestion_hidden -> tool_only_span_suggestionMazdak Farrokhzad-18/+0
2019-12-21parse_generic_bounds: account for negative lifetime boundsMazdak Farrokhzad-29/+67
2019-12-21parse_ty_common: .fatal -> .struct_span_errMazdak Farrokhzad-1/+1
2019-12-21Rollup merge of #67333 - wesleywiser:fix_inline_into_box_place, r=oli-obkMazdak Farrokhzad-0/+71
2019-12-21Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakisMazdak Farrokhzad-546/+760
2019-12-21Rollup merge of #67467 - matthewjasper:test-slice-patterns, r=oli-obkMazdak Farrokhzad-0/+678
2019-12-21Rollup merge of #67355 - Centril:merge-mut, r=oli-obkMazdak Farrokhzad-1/+1
2019-12-21Rollup merge of #67059 - TommasoBianchi:dropck_fix_pr, r=pnkfelixMazdak Farrokhzad-0/+88
2019-12-21Update tests for GATsMatthew Jasper-546/+760
2019-12-21Add more tests for slice patternsMatthew Jasper-0/+678
2019-12-21Auto merge of #66994 - Centril:stmt-polish, r=estebankbors-370/+969
2019-12-20Move the rest of the mir-opt inline tests into a folderWesley Wiser-0/+0
2019-12-20[mir-opt] Fix `Inline` pass to handle inlining into `box` expressionsWesley Wiser-0/+71
2019-12-21Auto merge of #67464 - Centril:rollup-j3mkl1m, r=Centrilbors-14/+220
2019-12-20tweak var/auto/mut recoveryMazdak Farrokhzad-24/+32
2019-12-20use .span_suggestion_short for &&Mazdak Farrokhzad-8/+8
2019-12-20ast_stmt_expr_attr -> pretty & ui testsMazdak Farrokhzad-311/+692
2019-12-20recover `#[attr] if expr {}`Mazdak Farrokhzad-0/+44
2019-12-20recover on 'mut', 'var', 'auto'Mazdak Farrokhzad-0/+80
2019-12-20recover on 'do catch { .. }'Mazdak Farrokhzad-5/+19
2019-12-20add recovery to parse_labeled_exprMazdak Farrokhzad-0/+22
2019-12-20Add a UI test for correct parsingA C-0/+32
2019-12-20implement recovery in check_assoc_opMazdak Farrokhzad-54/+72
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-1/+1
2019-12-20Rollup merge of #67314 - matthewjasper:union-move-errors, r=nikomatsakisMazdak Farrokhzad-0/+57
2019-12-20Rollup merge of #67163 - TheSamsa:split-up-ptr-mod, r=Mark-SimulacrumMazdak Farrokhzad-10/+10
2019-12-20Rollup merge of #67130 - wesleywiser:const_prop_into_locals, r=oli-obkMazdak Farrokhzad-4/+153
2019-12-20Auto merge of #67020 - pnkfelix:issue-59535-accumulate-past-lto-imports, r=mwbors-0/+136
2019-12-20Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddybMazdak Farrokhzad-0/+154
2019-12-20Rollup merge of #67354 - VirrageS:blame-wrong-line, r=estebankMazdak Farrokhzad-5/+49
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-75/+631
2019-12-20Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obkMazdak Farrokhzad-230/+788
2019-12-20Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r...Mazdak Farrokhzad-24/+24
2019-12-20Rollup merge of #67219 - jsgf:command-argv0-debug, r=joshtriplettMazdak Farrokhzad-0/+24
2019-12-20Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkorMazdak Farrokhzad-37/+144
2019-12-20General purpose teest cases contributed by mw.Felix S. Klock II-0/+136
2019-12-19Don't suppress move errors for union fieldsMatthew Jasper-0/+57
2019-12-19Rollup merge of #67406 - ohadravid:suggest-assoc-type, r=estebankMazdak Farrokhzad-1/+1
2019-12-19Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebankMazdak Farrokhzad-90/+90
2019-12-19Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...Christoph Schmidler-10/+10
2019-12-18Add more tests for raw_ref_opMatthew Jasper-167/+589
2019-12-18Update test now that reference to pointer casts have more checksMatthew Jasper-23/+46
2019-12-18Check const-propagation of borrows of unsized placesMatthew Jasper-0/+7
2019-12-18Add mir opt test for AddressOfMatthew Jasper-0/+112
2019-12-18Make slice drop shims use AddressOfMatthew Jasper-9/+9
2019-12-18Start generating AddressOf rvalues in MIRMatthew Jasper-31/+25
2019-12-18Suggest associated type when the specified one cannot be foundOhad Ravid-1/+1
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-2/+18
2019-12-16Always build and ship parallel-enabled compilersMark Rousskov-18/+2