about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-10Ignore `mir-opt` test when panic=abortDylan MacKenzie-0/+2
2020-03-10Add `mir-opt` test for better drop elaborationDylan MacKenzie-0/+41
2020-03-10bless UI testsJoshua Nelson-8/+17
2020-03-10add ui-testsJoshua Nelson-0/+9
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-1/+1
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-10parse: Tweak the function parameter edition checkVadim Petrochenkov-0/+22
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-205/+124
2020-03-10Matrix::push: recursively expand or-patternsMazdak Farrokhzad-0/+43
2020-03-10explain the use of a custom identity functionBastian Kauschke-0/+3
2020-03-10parse_if_expr: recover on attributesMazdak Farrokhzad-56/+59
2020-03-10trait-object-lifetime-parens: improve recovery.Mazdak Farrokhzad-27/+29
2020-03-10use check_path moreMazdak Farrokhzad-1/+1
2020-03-10simplify & improve parse_ty_tuple_or_parensMazdak Farrokhzad-43/+89
2020-03-10issue 68890: add more minimal reproMazdak Farrokhzad-0/+17
2020-03-10error_block_no_opening_brace: handle closures betterMazdak Farrokhzad-10/+10
2020-03-10block-no-opening-brace: add another statementMazdak Farrokhzad-44/+45
2020-03-10parser: add note for `'label expr`.Mazdak Farrokhzad-0/+12
2020-03-10parse_labeled_expr: add a suggestion on missing colon.Mazdak Farrokhzad-11/+18
2020-03-10unify/improve/simplify attribute parsingMazdak Farrokhzad-41/+38
2020-03-10parse: recover on `fn foo() = expr;`Mazdak Farrokhzad-0/+140
2020-03-10parse: recover on `&'lt $expr` / `'lt $expr`.Mazdak Farrokhzad-8/+105
2020-03-10more reuse in block parsing & improve diagnostics.Mazdak Farrokhzad-7/+68
2020-03-10use error_block_no_opening_brace moreMazdak Farrokhzad-0/+83
2020-03-10macros/unknown-builtin: use hack for musl problemsMazdak Farrokhzad-1/+6
2020-03-10span-api-tests: leave FIXMEMazdak Farrokhzad-0/+2
2020-03-10rustc_errors: Use ensure_source_file_source_present where necessary.Ana-Maria Mihalache-5/+5
2020-03-10--bless some testsMazdak Farrokhzad-200/+112
2020-03-10adjust span-api-tests.rsMazdak Farrokhzad-2/+2
2020-03-10pacify rustdoc by using better urlMazdak Farrokhzad-1/+1
2020-03-10Rollup merge of #69836 - JohnTitor:immediate-outputs, r=nagisaMazdak Farrokhzad-0/+22
2020-03-10Rollup merge of #69817 - thekuom:test/borrow-checking-pattern-features, r=Cen...Mazdak Farrokhzad-0/+432
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-52/+0
2020-03-10Add long error explanation for E0739Ayush Kumar Mishra-0/+1
2020-03-10fix test failure due to earlier emitted errorYI-1/+8
2020-03-10fix #62456YI-0/+25
2020-03-10builtin_macros: Add attribute macro `#[cfg_accessible(path)]`Vadim Petrochenkov-0/+186
2020-03-10Add long error explanation for E0628 #61137Ayush Kumar Mishra-0/+1
2020-03-09test(patterns): add borrowck tests for combination of pattern featuresMatthew Kuo-0/+432
2020-03-09Rollup merge of #69842 - JohnTitor:more-tests, r=CentrilMazdak Farrokhzad-0/+131
2020-03-09Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obkMazdak Farrokhzad-28/+48
2020-03-09Rollup merge of #69685 - cuviper:soft-segv, r=sfacklerMazdak Farrokhzad-0/+19
2020-03-09Rollup merge of #69201 - Aaron1011:feature/permit-if-attr, r=CentrilMazdak Farrokhzad-111/+248
2020-03-09discrimant test must not be inlined!Bastian Kauschke-0/+1
2020-03-09Add FIXMEsYuki Okushi-6/+9
2020-03-08unix: Don't override existing SIGSEGV/BUS handlersJosh Stone-0/+19
2020-03-09run crt-static test on all target12101111-1/+0
2020-03-09Add test for issue-67166Yuki Okushi-0/+22
2020-03-09Add test for issue-64620Yuki Okushi-0/+18