about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-04Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgrbors-635/+627
2024-03-04Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiserMatthias Krüger-531/+499
2024-03-04Rollup merge of #121928 - Zalathar:then-else-args, r=NadrierilMatthias Krüger-66/+72
2024-03-04Rollup merge of #121703 - compiler-errors:new, r=lcnrMatthias Krüger-35/+53
2024-03-04Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnrMatthias Krüger-3/+3
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-508/+489
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-114/+64
2024-03-04Allow a way to add constructors for rustc_type_ir typesMichael Goulet-35/+53
2024-03-04Auto merge of #121964 - matthiaskrgr:rollup-rtcju5m, r=matthiaskrgrbors-37/+81
2024-03-04Extract an arguments struct for `Builder::then_else_break`Zalathar-66/+72
2024-03-04Rollup merge of #121927 - Zoxc:print-no-query, r=estebankMatthias Krüger-20/+23
2024-03-04Rollup merge of #121912 - fmease:diag-method-chains-gat, r=compiler-errors,es...Matthias Krüger-16/+14
2024-03-04Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia...Matthias Krüger-1/+44
2024-03-04Rename a misnamed `Session` parameter.Nicholas Nethercote-4/+4
2024-03-04Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi...bors-15/+57
2024-03-04Move `sess` function and use it more.Nicholas Nethercote-10/+8
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-15/+7
2024-03-04Tweak `parse_asm_args`.Nicholas Nethercote-5/+2
2024-03-04Auto merge of #121955 - matthiaskrgr:rollup-1i3lo0j, r=matthiaskrgrbors-22/+29
2024-03-03Auto merge of #121665 - erikdesjardins:ptradd, r=nikicbors-183/+86
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-03Add a proper `with_no_queries` to printingJohn Kåre Alsaker-20/+23
2024-03-03Auto merge of #121763 - clubby789:llvm-old-comment, r=cjgillotbors-6/+3
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-03fix spans of arguments in diagnosticyukang-5/+12
2024-03-03Properly deal with GATs when looking for method chains to point atLeón Orell Valerian Liehr-16/+14
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-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-114/+64
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-02Fix misleading message when using a named constant as a struct alignment/packyukang-12/+47
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