about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-30Check pointee metadata correctly in ui testMichael Goulet-13/+9
2023-03-30Don't ICE on DiscriminantKind projection in new solverMichael Goulet-2/+85
2023-03-29Auto merge of #108996 - pnkfelix:rollback-part-of-pr-104137-that-broke-wasm-l...bors-0/+8
2023-03-29Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3bors-95/+262
2023-03-29Delete foo.rsFelix S Klock II-1/+0
2023-03-29Delete MakefileFelix S Klock II-11/+0
2023-03-29Use #[cfg(target_thread_local)] on itemsJohn Kåre Alsaker-2/+4
2023-03-29Auto merge of #109670 - lqd:init-mask, r=oli-obkbors-103/+447
2023-03-29Auto merge of #109720 - Dylan-DPC:rollup-u564m8s, r=Dylan-DPCbors-138/+348
2023-03-29Rollup merge of #109718 - scottmcm:indexvec-last, r=NilstriebDylan DPC-5/+5
2023-03-29Rollup merge of #109713 - dtolnay:debugattrid, r=compiler-errorsDylan DPC-1/+1
2023-03-29Rollup merge of #109683 - compiler-errors:self-ty-overflow, r=lcnrDylan DPC-18/+105
2023-03-29Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obkDylan DPC-60/+153
2023-03-29Rollup merge of #109659 - krasimirgg:llvm17lto, r=nikicDylan DPC-7/+10
2023-03-29Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomezDylan DPC-18/+1
2023-03-29Rollup merge of #108335 - compiler-errors:non_lifetime_binders-rustdoc, r=Gui...Dylan DPC-29/+73
2023-03-29Rename `IndexVec::last` → `last_index`Scott McMurray-5/+5
2023-03-29Auto merge of #108792 - Amanieu:ohos, r=petrochenkovbors-7/+238
2023-03-29Use #[inline] on Windows for thread local accessJohn Kåre Alsaker-48/+4
2023-03-29Support TLS access into dylibs on WindowsJohn Kåre Alsaker-47/+207
2023-03-29Auto merge of #109714 - matthiaskrgr:rollup-wipns5h, r=matthiaskrgrbors-102/+345
2023-03-29Rollup merge of #109708 - spastorino:new-rpitit-20, r=compiler-errorsMatthias Krüger-2/+38
2023-03-29Rollup merge of #109705 - lcnr:coherence-caching, r=compiler-errorsMatthias Krüger-5/+22
2023-03-29Rollup merge of #109694 - BelovDV:fix-panic-jobserver-token, r=bjorn3Matthias Krüger-2/+14
2023-03-29Rollup merge of #109548 - pommicket:better-column-numbers-with-hard-tabs, r=p...Matthias Krüger-36/+117
2023-03-29Rollup merge of #109367 - nnethercote:opt-fast-rejection, r=compiler-errorsMatthias Krüger-44/+29
2023-03-29Rollup merge of #109149 - mj10021:issue-108713-fix, r=compiler-errors,WaffleL...Matthias Krüger-13/+125
2023-03-29Test that TLS access works outside of the dylib it's defined inJohn Kåre Alsaker-0/+49
2023-03-28Fix mismatched punctuation in Debug impl of AttrIdDavid Tolnay-1/+1
2023-03-29Auto merge of #109612 - scottmcm:instcombine-transmutes, r=cjgillotbors-4/+340
2023-03-28Simplify transmutes in MIR InstCombineScott McMurray-4/+340
2023-03-28Auto merge of #108095 - soc:drop-contains, r=Amanieubors-93/+0
2023-03-28Specialization involving RPITITs is broken so ignore the diagnostic differenc...Santiago Pastorino-2/+38
2023-03-29Inline and remove `SelectionContext::fast_reject_trait_refs`.Nicholas Nethercote-18/+4
2023-03-29Inline and remove `generic_args_may_unify`.Nicholas Nethercote-19/+12
2023-03-29Introduce `DeepRejectCtxt::substs_refs_may_unify`.Nicholas Nethercote-17/+23
2023-03-28check for intercrate mode when accessing the cachelcnr-5/+22
2023-03-28Check for overflow in assemble_candidates_after_normalizing_self_tyMichael Goulet-18/+105
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-29/+73
2023-03-28Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstriebbors-748/+1014
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-7/+238
2023-03-28[fix] don't panic on failure to acquire jobserver tokenDaniil Belov-2/+14
2023-03-28rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modulesVadim Petrochenkov-18/+1
2023-03-28address review commentsRémy Rakic-6/+8
2023-03-28Create AnnotationColumn struct to fix hard tab column numbers in errorspommicket-36/+117
2023-03-28Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnrbors-180/+476
2023-03-28Rollup merge of #109629 - aliemjay:remove-givens, r=lcnrnils-152/+114
2023-03-28Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrumnils-4/+4
2023-03-28Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726nils-53/+67
2023-03-28Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillotnils-19/+48