about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-07Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkorbors-117/+100
2021-06-07Rollup merge of #86077 - FabianWolff:issue-86061, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-06-07Rollup merge of #86058 - fee1-dead:E0121-improvements, r=jackh726Guillaume Gomez-1/+1
2021-06-07Rollup merge of #86010 - FabianWolff:ICE-parser, r=varkorGuillaume Gomez-38/+47
2021-06-07Rollup merge of #85965 - tmiasko:a, r=nagisaGuillaume Gomez-46/+4
2021-06-07Rollup merge of #85912 - LingMan:iter_any, r=nagisaGuillaume Gomez-9/+4
2021-06-06Fix corrected example in E0759.mdFabian Wolff-3/+3
2021-06-06Auto merge of #85343 - Aaron1011:variance-diag, r=estebankbors-144/+344
2021-06-06Add variance-related information to lifetime error messagesAaron Hill-144/+344
2021-06-06Auto merge of #85086 - petrochenkov:linkord2, r=nagisabors-165/+164
2021-06-06linker: Re-apply Solaris fixes for `-z ignore`Vadim Petrochenkov-5/+10
2021-06-06linker: Restore the old order of linking native librariesVadim Petrochenkov-4/+12
2021-06-06linker: Reorder linker argumentsVadim Petrochenkov-146/+151
2021-06-06linker: Inline `fn link_local_crate_native_libs_and_dependent_crate_libs`Vadim Petrochenkov-57/+38
2021-06-06Auto merge of #84995 - petrochenkov:tcollect, r=Aaron1011bors-31/+35
2021-06-06Auto merge of #86054 - JohnTitor:rollup-j40z7sm, r=JohnTitorbors-20/+24
2021-06-06parser: Ensure that all nonterminals have tokens after parsingVadim Petrochenkov-31/+35
2021-06-06Rollup merge of #86047 - jyn514:doc-attrs, r=petrochenkovYuki Okushi-1/+1
2021-06-06Rollup merge of #86043 - klensy:attr-clone, r=jyn514Yuki Okushi-3/+2
2021-06-06Rollup merge of #86028 - LingMan:dupe_empty_check, r=jyn514Yuki Okushi-7/+5
2021-06-06Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkovYuki Okushi-3/+8
2021-06-06Rollup merge of #85772 - luqmana:ignored-metadata, r=petrochenkovYuki Okushi-3/+6
2021-06-06Rollup merge of #85436 - tamird:save-clone, r=estebankYuki Okushi-3/+2
2021-06-06Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-sebors-0/+4
2021-06-06Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkovbors-19/+323
2021-06-05Don't fire `invalid_doc_attributes` on `extern crate` itemsJoshua Nelson-1/+1
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+413
2021-06-05Auto merge of #86002 - cjgillot:expn_that_defined, r=petrochenkovbors-16/+9
2021-06-05Update compiler/rustc_middle/src/query/mod.rsCamille Gillot-1/+0
2021-06-05Rollup merge of #86014 - cr1901:msp430-link, r=jonas-schievinkGuillaume Gomez-0/+1
2021-06-05Rollup merge of #85501 - jyn514:invalid-doc-attrs, r=varkorGuillaume Gomez-0/+1
2021-06-05Drop an `if let` that will always succeedLingMan-7/+5
2021-06-05Auto merge of #85869 - tmiasko:box-free, r=nagisabors-29/+0
2021-06-05Remove `_` from E0121 diagnostic suggestionsDeadbeef-1/+1
2021-06-05Auto merge of #86001 - richkadel:revert-85617-rustin-patch-fix, r=Mark-Simula...bors-5/+1
2021-06-05Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkovbors-8/+12
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-163/+38
2021-06-05Auto merge of #84234 - jyn514:blanket-hash, r=Aaron1011bors-20/+22
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-19/+323
2021-06-04msp430 linker does not accept -znoexecstack. Set linker_is_gnu to false as wo...William D. Jones-0/+1
2021-06-05Fix handling of unmatched angle brackets in parserFabian Wolff-37/+47
2021-06-04Auto merge of #86006 - JohnTitor:rollup-97iuoi3, r=JohnTitorbors-73/+28
2021-06-05Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebankYuki Okushi-0/+4
2021-06-05Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubileeYuki Okushi-6/+0
2021-06-05Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebankYuki Okushi-3/+11
2021-06-05Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r...Yuki Okushi-4/+11
2021-06-05Rollup merge of #83653 - jyn514:unused-sync-code, r=wesleywiserYuki Okushi-60/+2
2021-06-04Remove incorrect assertion in type parsing codeFabian Wolff-1/+0
2021-06-04Always go through the expn_that_defined query.Camille GILLOT-15/+9
2021-06-04Auto merge of #84449 - alexcrichton:metadata-in-object, r=nagisabors-178/+197