about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-28effvis: Stop considering crate root its own parentVadim Petrochenkov-8/+11
2023-03-28effvis: Merge two similar code pathsVadim Petrochenkov-34/+23
2023-03-28privacy: Support `#![rustc_effective_visibility]` on the crate rootVadim Petrochenkov-0/+1
2023-03-28Skip no_mangle if the item has no name.Camille GILLOT-1/+16
2023-03-28Reformat codegen_fn_attrs.Camille GILLOT-71/+33
2023-03-28Check for overflow in assemble_candidates_after_normalizing_self_tyMichael Goulet-18/+53
2023-03-28Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstriebbors-386/+234
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-1/+77
2023-03-28[fix] don't panic on failure to acquire jobserver tokenDaniil Belov-2/+2
2023-03-28address review commentsRémy Rakic-6/+8
2023-03-28Create AnnotationColumn struct to fix hard tab column numbers in errorspommicket-36/+85
2023-03-28Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnrbors-54/+291
2023-03-28Rollup merge of #109629 - aliemjay:remove-givens, r=lcnrnils-152/+32
2023-03-28Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrumnils-1/+1
2023-03-28Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726nils-53/+50
2023-03-28Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillotnils-19/+29
2023-03-28Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuvipernils-63/+32
2023-03-28Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726nils-98/+90
2023-03-28Check data segment rangeKai Luo-6/+5
2023-03-28Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obkbors-52/+31
2023-03-28Move const trait bounds checks to MIR constckDeadbeef-52/+31
2023-03-28Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514Matthias Krüger-1/+1
2023-03-28Rollup merge of #109678 - compiler-errors:dont-shadow-in-incremental_verify_i...Matthias Krüger-2/+1
2023-03-28Rollup merge of #109565 - WaffleLapkin:better_docs_for_e0223, r=oli-obkMatthias Krüger-13/+15
2023-03-28Rollup merge of #108548 - jamen:master, r=compiler-errorsMatthias Krüger-0/+10
2023-03-28Address commentKai Luo-5/+11
2023-03-28Erase impl regions when checking for impossible to eagerly monomorphize itemsMichael Goulet-19/+29
2023-03-28Add `(..)` syntax for RTNMichael Goulet-130/+272
2023-03-28Add tests and error messagesMichael Goulet-14/+94
2023-03-28Compute bound vars correctlyMichael Goulet-17/+108
2023-03-28RTNMichael Goulet-51/+120
2023-03-28Feature gateMichael Goulet-6/+22
2023-03-28ParenthesizedGenericArgs::{Ok -> ParenSugar}Michael Goulet-5/+5
2023-03-27check for write macro and write_fmt with err msgJames Dietz-10/+42
2023-03-28Make doc comment a little bit more accurateest31-1/+1
2023-03-27Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514bors-8/+9
2023-03-27Fix subslice capture in closureclubby789-3/+2
2023-03-27no shadow plzMichael Goulet-2/+1
2023-03-27Bless tidyMaybe Waffle-8/+9
2023-03-27Improve documentation for E0223Maybe Waffle-13/+15
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-60/+52
2023-03-27readability tweaksRémy Rakic-22/+22
2023-03-27add more InitMask test coverageRémy Rakic-0/+175
2023-03-27make InitMask lazy for fully init/uninit casesRémy Rakic-58/+225
2023-03-27Add notes to non-structural const in pattern error messageJamen Marz-0/+10
2023-03-27Rollup merge of #109582 - scottmcm:local-ref-pending, r=oli-obkMatthias Krüger-20/+26
2023-03-27Rollup merge of #109580 - compiler-errors:new-solver-fixmes, r=lcnrMatthias Krüger-6/+0
2023-03-27Use span of placeholders in format_args!() expansion.Mara Bos-23/+43