about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-03Rollup merge of #123394 - compiler-errors:postfix-match-fixes, r=estebankMatthias Krüger-33/+54
2024-04-03Rollup merge of #123393 - aDotInTheVoid:ast-p-docs, r=NilstriebMatthias Krüger-9/+7
2024-04-03Rollup merge of #123382 - compiler-errors:assert-fndef-kind, r=fmeaseMatthias Krüger-3/+7
2024-04-03Auto merge of #123322 - matthewjasper:remove-mir-unsafeck, r=lcnr,compiler-er...bors-1050/+28
2024-04-03Remove MIR unsafe checkMatthew Jasper-1050/+28
2024-04-03rustc_ast: Update `P<T>` docs to reflect mutable status.Alona Enraght-Moony-9/+7
2024-04-03Auto merge of #123402 - workingjubilee:rollup-0j5ihn6, r=workingjubileebors-31/+124
2024-04-02Rollup merge of #123359 - bzEq:aix-libc++abi, r=cuviperJubilee-0/+6
2024-04-02Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obkJubilee-31/+118
2024-04-03Auto merge of #122225 - DianQK:nits-120268, r=cjgillotbors-14/+56
2024-04-03Auto merge of #123396 - jhpratt:rollup-oa54mh1, r=jhprattbors-377/+508
2024-04-02Rollup merge of #123182 - jhpratt:fix-decodable-derive, r=davidtwcoJacob Pratt-8/+32
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-23/+23
2024-04-02Rollup merge of #122865 - surechen:refactor_astconv_error_report_20240321, r=...Jacob Pratt-346/+453
2024-04-03Auto merge of #122791 - compiler-errors:make-coinductive-always, r=lcnrbors-90/+9
2024-04-02Comments, comments, commentsMichael Goulet-39/+92
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-16/+50
2024-04-02Fix suggestions for match non-exhaustivenessMichael Goulet-33/+53
2024-04-02Don't ICE for postfix match after asMichael Goulet-0/+1
2024-04-02Avoid expanding to unstable internal methodJacob Pratt-8/+32
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-67/+83
2024-04-02Rollup merge of #123368 - maurer:cfi-non-general-coroutines, r=compiler-errorsMatthias Krüger-10/+23
2024-04-02Rollup merge of #123362 - oli-obk:thread_local_nested_statics, r=estebankMatthias Krüger-1/+13
2024-04-02Rollup merge of #123302 - compiler-errors:sized-bound-first, r=estebankMatthias Krüger-2/+8
2024-04-02Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkinMatthias Krüger-54/+39
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-7/+139
2024-04-02Don't create an FnDef of a DefKind::Variant, use the ctor def idMichael Goulet-2/+2
2024-04-02Assert FnDef only constructed with functions (or fn-like ctors)Michael Goulet-1/+5
2024-04-02CFI: Support non-general coroutinesMatthew Maurer-10/+23
2024-04-02Improve the `build_shift_expr_rhs` commentScott McMurray-4/+7
2024-04-02Rollup merge of #123366 - oli-obk:cleanups_async_closures, r=compiler-errorsGuillaume Gomez-6/+6
2024-04-02Avoid an `is_empty()` followed by an index op in favor of a single fallible opOli Scherer-3/+3
2024-04-02Prefer `UnordSet` over `FxHashSet` where possibleOli Scherer-3/+3
2024-04-02Forbid implicit nested statics in thread local staticsOli Scherer-1/+13
2024-04-02Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth, r=Guil...bors-40/+22
2024-04-02t plit astconv's error report code in check functions to mod errors.surechen-346/+453
2024-04-02Auto merge of #123347 - saethlin:only-allow-upstream-llvm-calls, r=Nilstriebbors-2/+14
2024-04-02Fix build on AIXKai Luo-1/+2
2024-04-02Fix linking c++ runtimes on AIXKai Luo-0/+5
2024-04-01Fix obligation param and bless testsMichael Goulet-40/+18
2024-04-01Instantiate closure-like bounds with placeholders to deal with binders correctlyMichael Goulet-82/+88
2024-04-01Make sure to insert Sized bound first into clauses listMichael Goulet-2/+8
2024-04-01Only allow upstream calls to LLVM intrinsics, not any link_name functionBen Kimock-2/+14
2024-04-02rustdoc: heavily simplify synthesis of auto trait implsLeón Orell Valerian Liehr-11/+4
2024-04-01Auto merge of #123327 - BoxyUwU:param_env_docs_rewrite, r=compiler-errorsbors-5/+10
2024-04-01Auto merge of #123320 - WaffleLapkin:fixup-never-type-options, r=compiler-errorsbors-5/+5
2024-04-01rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set}León Orell Valerian Liehr-29/+18
2024-04-01maybeBoxy-1/+1
2024-04-01Update `ParamEnv` docsBoxy-5/+10
2024-04-01Auto merge of #122046 - Nadrieril:integrate-or-pats2, r=matthewjasperbors-65/+38