about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-01-13Update code to account for extern ABI requirementMark Rousskov-163/+152
2021-01-13Update tests for extern block lintingMark Rousskov-919/+982
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-1/+0
2021-01-13Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPCbors-41/+449
2021-01-13Rollup merge of #80924 - teryror:issue-80893-fix, r=jyn514Dylan DPC-5/+7
2021-01-13Rollup merge of #80922 - spastorino:revert-inline-always-in-debug, r=wesleywiserDylan DPC-21/+4
2021-01-13Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwcoDylan DPC-0/+20
2021-01-13Rollup merge of #80796 - cuviper:llvm-11.0.1, r=nikicDylan DPC-2/+3
2021-01-13Rollup merge of #79588 - estebank:issue-79187, r=oli-obkDylan DPC-13/+328
2021-01-13Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebankDylan DPC-0/+87
2021-01-13Auto merge of #79322 - jyn514:refactor-impl, r=estebankbors-97/+86
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-97/+86
2021-01-12Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebankbors-448/+434
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-13/+328
2021-01-12Auto merge of #80009 - jumbatm:issue79581-overeager-clashing-extern-decl, r=a...bors-0/+21
2021-01-12Add tests for uninhabited typesNadrieril-212/+351
2021-01-12Deduplicate some tests using revisionsNadrieril-227/+74
2021-01-12Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelixbors-129/+223
2021-01-12Simplify regression testTristan Dannenberg-4/+3
2021-01-12Update help message and add regression testTristan Dannenberg-6/+8
2021-01-12Fix rustdoc --test-builder argument parsingTristan Dannenberg-2/+3
2021-01-12Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d...bors-3/+68
2021-01-12Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebankYuki Okushi-15/+12
2021-01-12Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkovYuki Okushi-10/+0
2021-01-12Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebankYuki Okushi-0/+25
2021-01-12Auto merge of #76580 - rokob:iss76011, r=estebankbors-12/+3
2021-01-11fix typo in trait method mutability mismatch helpAndy Russell-15/+12
2021-01-11differentiate functions in extern-compare-with-return-type.rsJosh Stone-2/+3
2021-01-12Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514Yuki Okushi-1/+10
2021-01-12Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obkYuki Okushi-20/+40
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-8/+10
2021-01-11Move some tests to more reasonable directoriesCaio-10/+0
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-3/+1
2021-01-11Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomezYuki Okushi-21/+26
2021-01-11Rollup merge of #80872 - eltociear:patch-4, r=jonas-schievinkYuki Okushi-1/+1
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-3/+1
2021-01-10rustdoc: Resolve `&str` as `str`Camelid-1/+10
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-10Small cleanupsJoshua Nelson-15/+4
2021-01-10Fix intra-doc links to `Self` and `crate`Joshua Nelson-6/+22
2021-01-10Fix typo in source-based-code-coverage.mdIkko Ashimine-1/+1