about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-03Rollup merge of #121749 - jieyouxu:issue-45127-fix, r=petrochenkovMatthias Krüger-0/+5
2024-03-03Rollup merge of #121528 - Alexendoo:unused_qualifications, r=petrochenkovMatthias Krüger-22/+24
2024-03-03Consider middle segments of paths in `unused_qualifications`Alex Macleod-22/+24
2024-03-03Auto merge of #121937 - GuillaumeGomez:rollup-9684vg3, r=GuillaumeGomezbors-7/+74
2024-03-03Rollup merge of #121934 - RalfJung:tree-wraparound, r=oli-obkGuillaume Gomez-1/+18
2024-03-03Rollup merge of #121917 - GuillaumeGomez:pattern-complexity_limit.rs, r=Nadri...Guillaume Gomez-6/+56
2024-03-03Add new `pattern_complexity` attribute to add possibility to limit and check ...Guillaume Gomez-6/+56
2024-03-03Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkinbors-1/+1
2024-03-03rustc_log: expose tracing-tree "wraparound" in an env varRalf Jung-1/+18
2024-03-02Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrierilbors-88/+347
2024-03-02Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errorsGuillaume Boisseau-10/+260
2024-03-02Rollup merge of #121731 - oli-obk:eager_opaque_checks, r=compiler-errorsGuillaume Boisseau-22/+3
2024-03-02Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasperGuillaume Boisseau-54/+24
2024-03-02Rollup merge of #120761 - rcvalle:rust-dfsan, r=nikicGuillaume Boisseau-2/+60
2024-03-02Rollup merge of #121895 - matthiaskrgr:devec, r=fee1-deadMatthias Krüger-33/+20
2024-03-02Rollup merge of #121892 - Zalathar:expr-kind-let, r=NadrierilMatthias Krüger-32/+6
2024-03-02Remove underscore from QNX target file nameNilstrieb-1/+1
2024-03-02avoid collecting into vecs in some placesMatthias Krüger-33/+20
2024-03-02Auto merge of #121890 - matthiaskrgr:rollup-mv26uwt, r=matthiaskrgrbors-312/+369
2024-03-02The ordinary lowering of `thir::ExprKind::Let` is unreachableZalathar-32/+6
2024-03-02Rollup merge of #121875 - estebank:e0277-drive-by, r=compiler-errorsMatthias Krüger-12/+13
2024-03-02Rollup merge of #121815 - nnethercote:mv-gather_comments, r=est31Matthias Krüger-127/+125
2024-03-02Rollup merge of #121739 - jieyouxu:loooong-typename, r=estebankMatthias Krüger-50/+75
2024-03-02Rollup merge of #121715 - Nadrieril:testcase-or, r=matthewjasperMatthias Krüger-122/+155
2024-03-02Rollup merge of #120684 - carschandler:patch-1, r=nnethercoteMatthias Krüger-1/+1
2024-03-02Auto merge of #121864 - compiler-errors:type-relating-variances, r=aliemjaybors-1/+21
2024-03-02Auto merge of #121657 - estebank:issue-119665, r=davidtwcobors-14/+83
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-2/+60
2024-03-02Account for unmet `T: !Copy` in E0277 messageEsteban Küber-5/+12
2024-03-01Update E0716.mdcarschandler-3/+2
2024-03-01Rollup merge of #121824 - celinval:smir-scalar, r=oli-obkMatthias Krüger-17/+259
2024-03-01Rollup merge of #121803 - estebank:dont-mention-type-error-e0277, r=compiler-...Matthias Krüger-1/+5
2024-03-01Rollup merge of #121750 - Nadrieril:switchkind-if, r=matthewjasperMatthias Krüger-49/+45
2024-03-01Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiserMatthias Krüger-1/+3
2024-03-01Rollup merge of #121706 - Nadrieril:simplify-sort-candidate, r=matthewjasperMatthias Krüger-34/+17
2024-03-01Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, ...Matthias Krüger-188/+335
2024-03-01Rollup merge of #121153 - chenyukang:yukang-fix-105431-type-mismatch, r=estebankMatthias Krüger-41/+103
2024-03-01Rollup merge of #120305 - clubby789:unused-import-line, r=estebankMatthias Krüger-1/+11
2024-03-01Rollup merge of #111505 - GuillaumeGomez:turn-invalid-doc-attr-into-err, r=ru...Matthias Krüger-10/+1
2024-03-01Add support to new float typesCelina G. Val-8/+31
2024-03-01Hoist only-executables check above producing crate ident许杰友 Jieyou Xu (Joe)-3/+5
2024-03-01Avoid silently writing to a file when the involved ty is long许杰友 Jieyou Xu (Joe)-6/+28
2024-03-01Implement missing ABI structures in StableMIRCelina G. Val-17/+236
2024-03-01Add `f16` and `f128` intrinsics to HIRTrevor Gross-1/+78
2024-03-01Add `f16` and `f128` to the ASTTrevor Gross-0/+8
2024-03-01Add `f16` and `f128` LLVM intrinsicsTrevor Gross-9/+174
2024-03-01Don't grab variances if we're invariantMichael Goulet-1/+21
2024-03-01Rollup merge of #121853 - lcnr:normalizes_to-polarity, r=compiler-errorsMatthias Krüger-3/+16
2024-03-01Rollup merge of #121831 - gurry:fix-typo, r=oli-obkMatthias Krüger-1/+1
2024-03-01Rollup merge of #121828 - mu001999:clean, r=NilstriebMatthias Krüger-33/+0