about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-11-10Add helper function for Capture Esclations and expressionsAman Arora-2/+9
2020-11-10Add initial set of testcases for RFC 2229Aman Arora-2/+907
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+34
2020-11-10Use Places to express closure/generator CapturesAman Arora-2/+2
2020-11-09Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwcoDylan DPC-1/+1
2020-11-09Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakisDylan DPC-0/+33
2020-11-09Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-SimulacrumDylan DPC-3/+121
2020-11-09use RegionNameHighlight for async fn and closure returnsSNCPlay42-5/+55
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-10/+82
2020-11-09Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkovDylan DPC-55/+214
2020-11-08Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011bors-0/+121
2020-11-08Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-sebors-24/+29
2020-11-08Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkorMara Bos-12/+17
2020-11-08Rollup merge of #78570 - sasurau4:test/check-pass-print-type-size, r=jyn514Mara Bos-12/+12
2020-11-08Auto merge of #78410 - lcnr:revert75443, r=nikomatsakisbors-27/+0
2020-11-07Use a semicolon instead of a dash in lint noteAaron Hill-4/+4
2020-11-07Don't fire `CONST_ITEM_MUTATION` lint when borrowing a derefAaron Hill-8/+13
2020-11-07Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkovbors-24/+5
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-55/+214
2020-11-07remove FIXME comment of #62277 in print_type_sizez ui testsDaiki Ihara-12/+12
2020-11-06Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo...Mark Rousskov-24/+5
2020-11-07Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievinkYuki Okushi-4/+4
2020-11-07Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkorYuki Okushi-5/+18
2020-11-06Fixing Spelling Typosankushduacodes-4/+4
2020-11-05Emit lints in the order in which they occur in the file.Nadrieril-4/+4
2020-11-05Fix unreachable sub-branch detectionNadrieril-6/+12
2020-11-05Add testNadrieril-4/+11
2020-11-06More detailed output for the nonterminal marking testVadim Petrochenkov-1/+95
2020-11-06rustc_ast: Visit tokens stored in AST nodes in mutable visitorVadim Petrochenkov-0/+27
2020-11-05Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obkbors-595/+524
2020-11-05Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obkMara Bos-15/+42
2020-11-05Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakisMara Bos-0/+54
2020-11-05Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514Mara Bos-51/+0
2020-11-05Rollup merge of #78425 - chansuke:move_nan, r=jyn514Mara Bos-9/+0
2020-11-05Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514Mara Bos-207/+0
2020-11-05update dangling-alloc-id-ice testVishnunarayan K I-15/+2
2020-11-05Move f64::NAN ui tests into `library`chansuke-9/+0
2020-11-04Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakisbors-1/+1
2020-11-04make intern_const_alloc_recursive return error fix #78655Vishnunarayan K I-0/+40
2020-11-04Fix issue 78654.Hameer Abbasi-0/+54
2020-11-05Move range in ui test to ops test in library/coreDaiki Ihara-51/+0
2020-11-04Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkovbors-0/+118
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-11-03Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-sebors-46/+111
2020-11-03Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obkMara Bos-31/+75
2020-11-03Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es...Mara Bos-15/+36
2020-11-03Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiserbors-0/+27
2020-11-03review commentsVishnunarayan K I-1/+4
2020-11-03add testsVishnunarayan K I-0/+49
2020-11-03preserve bindings order for SomeVishnunarayan K I-203/+161