about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-10Auto merge of #54831 - davidtwco:issue-52663-struct-field-suggestion, r=nikom...bors-0/+6
2018-10-10Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichtonbors-672/+1334
2018-10-09Auto merge of #54734 - pawroman:fix_range_borrowing_suggestion, r=varkorbors-0/+592
2018-10-09Auto merge of #54762 - RalfJung:miri-validate, r=oli-obkbors-54/+183
2018-10-09fix nits and handling of extern staticRalf Jung-5/+5
2018-10-09unify handling of thin and fat pointers by moving primitive type handling out...Ralf Jung-8/+19
2018-10-09add some tests with constants that better be validRalf Jung-0/+18
2018-10-09move a test to a better placeRalf Jung-0/+0
2018-10-09also validate everything that has a Scalar layout, to catch NonNullRalf Jung-8/+60
2018-10-09fix validating arrays of ZSTsRalf Jung-14/+23
2018-10-09switch validation of scalars to be type-drivenRalf Jung-36/+54
2018-10-09check that entire ref is in-bounds before recursing; add macro for validation...Ralf Jung-15/+36
2018-10-09Auto merge of #54757 - nikomatsakis:nll-issue-54573-user-annot, r=pnkfelixbors-0/+192
2018-10-09Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakisbors-102/+71
2018-10-09Fix test for windows osPaweł Romanowski-6/+10
2018-10-08add pattern type ascriptions for tuple/brace structs/enumsNiko Matsakis-0/+192
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-672/+1334
2018-10-08Attempt to fix #54505 tests for wasmPaweł Romanowski-11/+12
2018-10-08Change from label to suggestion.David Wood-2/+2
2018-10-08Add struct field suggestions.David Wood-0/+6
2018-10-07structured suggestions for unused-lifetimes lintZack M. Davis-37/+71
2018-10-07Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obkbors-6/+17
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-207/+135
2018-10-07Auto merge of #54813 - petrochenkov:uilocale, r=alexcrichtonbors-42/+20
2018-10-07Auto merge of #54823 - euclio:needs-test, r=alexcrichtonbors-0/+68
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-233/+363
2018-10-07Auto merge of #54782 - pnkfelix:issue-54556-semi-on-tail-diagnostic, r=nikoma...bors-55/+619
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-233/+363
2018-10-06Auto merge of #54766 - alexcrichton:wasm-all-symbols, r=michaelwoeristerbors-0/+75
2018-10-06Improve closure region bound errorsMatthew Jasper-102/+71
2018-10-05Rollup merge of #54853 - davidtwco:issue-52663-missing-lifetime-suggestion-te...Pietro Albini-28/+11
2018-10-05Rollup merge of #54833 - abonander:issue-54441, r=petrochenkovPietro Albini-1/+28
2018-10-05Rollup merge of #54812 - pnkfelix:issue-32382-index-assoc-type-with-lifetime,...Pietro Albini-0/+42
2018-10-05Rollup merge of #54804 - euclio:inverted-parameters, r=estebankPietro Albini-0/+86
2018-10-05Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakisPietro Albini-0/+8
2018-10-05Simplify test.David Wood-28/+11
2018-10-05Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertjbors-16/+21
2018-10-05add suggestion for inverted function parametersAndy Russell-0/+86
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-63/+21
2018-10-05Auto merge of #52121 - jebrosen:macros2_feature, r=petrochenkovbors-27/+23
2018-10-05Unit tests for issue #54556. Some were also taken from issues #21114, #46413.Felix S. Klock II-0/+529
2018-10-05Updates to .stderr output in ui tests from earlier changes.Felix S. Klock II-55/+90
2018-10-05make `Parser::parse_foreign_item()` return a foreign item or errorAustin Bonander-1/+28
2018-10-05Stabilize `min_const_fn`Oliver Schneider-207/+135
2018-10-05Reapply the macro_rules disambiguation changes from masterVadim Petrochenkov-18/+1
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-46/+4
2018-10-05resolve: Merge resolution for `macro_rules` into the common early in-scope re...Vadim Petrochenkov-18/+35
2018-10-05Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakisbors-6/+54
2018-10-05Fix two UI tests with locale-dependent outputVadim Petrochenkov-42/+20
2018-10-04Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexmbors-2/+2