about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-01-11Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,we...Santiago Pastorino-21/+4
2021-01-11test for issue 80832Jeremy Fitzhardinge-0/+20
2021-01-12Add test case for wasm non-clash.jumbatm-0/+21
2021-01-11--emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn`oli-0/+65
2021-01-11Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514Yuki Okushi-2/+0
2021-01-11Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomezYuki Okushi-0/+6
2021-01-11Rollup merge of #80809 - camelid:rust-call-abi-msg, r=lcnrYuki Okushi-12/+12
2021-01-10Tweak `?` inference error messagesWilliam Bain-8/+8
2021-01-10Note inference failures using `?` conversionWilliam Bain-3/+68
2021-01-10rustdoc: Remove `*` intra-doc alias for `pointer`Camelid-2/+0
2021-01-10rustdoc: Resolve `&str` as `str`Camelid-0/+9
2021-01-10Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...bors-1/+1
2021-01-10Use standard formatting for "rust-call" ABI messageCamelid-12/+12
2021-01-10Auto merge of #80789 - Aaron1011:fix/stmt-empty, r=petrochenkovbors-0/+40
2021-01-10Fix intra-doc links to `Self` and `crate`Joshua Nelson-0/+6
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-382/+1911
2021-01-10Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitorbors-47/+112
2021-01-10Rollup merge of #80801 - estebank:correct-binding-sugg-span, r=petrochenkovYuki Okushi-47/+112
2021-01-10Revise async block error message1000teslas-9/+1
2021-01-10Update issue-78938-async-block.rs1000teslas-1/+1
2021-01-10Fix location of error message explanation1000teslas-5/+5
2021-01-10Explain why borrows can't be held across yield point in async blocks1000teslas-0/+63
2021-01-10Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy...bors-0/+95
2021-01-09Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011bors-2/+2
2021-01-09Bless profile targetsCaio-17/+12
2021-01-09Add test for assert!() hygiene in edition 2021.Mara Bos-0/+9
2021-01-09Synthesize a `TokenStream` for `StmtKind::Empty`Aaron Hill-0/+40
2021-01-09ast: Remove some indirection layers from values in key-value attributesVadim Petrochenkov-2/+2
2021-01-09resolve/expand: Improve attribute expansion on macro definitions and callsVadim Petrochenkov-12/+35
2021-01-08Change wording of noteAaron Hill-19/+19
2021-01-08Explain method-call move errors in loopsAaron Hill-2/+22
2021-01-08Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiserbors-4/+21
2021-01-08Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomezbors-2/+89
2021-01-08Add a note for `*` and `{}` usage on `use`Yuki Okushi-0/+8
2021-01-08Preserve non-local recursive `Deref` implsJ. Ryan Stinnett-0/+26
2021-01-08Use target in `Deref` method section IDsJ. Ryan Stinnett-6/+10
2021-01-08Recursively document methods via `Deref` traitsJ. Ryan Stinnett-0/+57
2021-01-08Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpiderYuki Okushi-0/+8
2021-01-08Rollup merge of #80761 - andjo403:generic_coverage, r=spastorinoYuki Okushi-1/+1
2021-01-08Rollup merge of #80372 - jyn514:fix-panics, r=ManishearthYuki Okushi-0/+20
2021-01-08Rollup merge of #79675 - CraftSpider:79669, r=estebankYuki Okushi-1/+43
2021-01-07Use correct span for structured suggestionEsteban Küber-47/+112
2021-01-07Get rid of custom pretty-printing in rustdocJoshua Nelson-0/+8
2021-01-07Reintroduce hir::ExprKind::IfCaio-451/+415
2021-01-07handle generic trait methods in coverage testsAndreas Jonson-1/+1
2021-01-08Rollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011Yuki Okushi-137/+137
2021-01-08Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514Yuki Okushi-0/+22
2021-01-08Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiserYuki Okushi-101/+193
2021-01-08Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=...Yuki Okushi-9/+43
2021-01-07rustc_parse: Better spans for synthesized token streamsVadim Petrochenkov-137/+137