about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-06Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsicsDaniPopes-0/+57
2025-03-06Factor out edge breaking codeTomasz Miąsko-13/+11
2025-03-06fix typolcnr-1/+1
2025-03-06`TypeVerifier` do not walk into required constslcnr-12/+23
2025-03-06expand comments of `TyCtxt` impl of `DynSync`/`DynSend`Rémy Rakic-1/+3
2025-03-06Hide the end of ranges in pretty printing if it's also the maximum of the typeOli Scherer-1/+23
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-172/+167
2025-03-06`apply_closure_requirement` use `LocalDefId`lcnr-4/+4
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-88/+125
2025-03-06Prefer a two value enum over boolOli Scherer-23/+19
2025-03-06Revert "rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync""Rémy Rakic-0/+3
2025-03-06Calculate predecessor count directlyTomasz Miąsko-2/+6
2025-03-06Remove start block special caseTomasz Miąsko-1/+0
2025-03-05compiler: factor Windows x86-32 ABI impl into its own fileJubilee Young-23/+89
2025-03-05Use final path segment for diagnosticMichael Goulet-1/+1
2025-03-05Auto merge of #137907 - compiler-errors:inline-fnonce, r=saethlinbors-20/+16
2025-03-05feat: Remove - from xtensa targets cpu namesSergio Gasquez-4/+4
2025-03-05Revert #138019 after further discussion about adding this exception in hir-pr...Jana Dönszelmann-74/+0
2025-03-05Simplify `parse_self_param`Frank King-43/+20
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-3/+70
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-32/+28
2025-03-05Rollup merge of #137875 - Zalathar:irrefutable, r=Nadrieril许杰友 Jieyou Xu (Joe)-204/+168
2025-03-05Rollup merge of #137731 - SparrowLii:waiter, r=nnethercote许杰友 Jieyou Xu (Joe)-2/+15
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-125/+7
2025-03-05Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,...许杰友 Jieyou Xu (Joe)-246/+99
2025-03-05Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr许杰友 Jieyou Xu (Joe)-20/+41
2025-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-74/+72
2025-03-05Make `MatchPairTree::place` non-optionalZalathar-23/+9
2025-03-05Remove the separate simplify step for match-pair treesZalathar-71/+14
2025-03-05Remove `TestCase::Irrefutable`Zalathar-58/+38
2025-03-05Populate pattern bindings/ascriptions while building `MatchPairTree`Zalathar-46/+100
2025-03-05Make `MatchPairTree::for_pattern` push its output node to a vectorZalathar-19/+23
2025-03-05Make `field_match_pairs` push its output nodes to a vectorZalathar-12/+9
2025-03-05keep inductive cycles as ambig in coherencelcnr-3/+22
2025-03-05change definitely non-productive cycles to errorlcnr-81/+174
2025-03-05Suggest struct or union to add generic that impls traitxizheyin-2/+61
2025-03-05linux x64: default to `-znostart-stop-gc`Rémy Rakic-0/+29
2025-03-05Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubileebors-82/+114
2025-03-05Update `compiler-builtins` to 0.1.151Trevor Gross-2/+2
2025-03-04compiler: use `is_rustic_abi` in ty_utilsJubilee Young-5/+2
2025-03-04Rollup merge of #138026 - celinval:chores-item-has-body, r=compiler-errorsJubilee-5/+16
2025-03-04Rollup merge of #138019 - obi1kenobi:pg/pretty-print-more-attrs, r=compiler-e...Jubilee-0/+74
2025-03-04Rollup merge of #137996 - safinaskar:2025-03-04-revert-parallel, r=compiler-e...Jubilee-5/+6
2025-03-04Rollup merge of #137993 - tmiasko:deduce-comment, r=compiler-errorsJubilee-29/+0
2025-03-04Rollup merge of #137975 - Zalathar:needs-hir, r=compiler-errorsJubilee-8/+0
2025-03-04Rollup merge of #137963 - Eclips4:fix-E0373, r=compiler-errorsJubilee-2/+2
2025-03-04Rollup merge of #137923 - scottmcm:fix-postorder-size-hint, r=tmiaskoJubilee-26/+11
2025-03-04Rollup merge of #137913 - compiler-errors:struct-field-default-generic, r=Box...Jubilee-1/+5
2025-03-04Rollup merge of #137912 - compiler-errors:no-missing-lifetime-recovery, r=oli...Jubilee-6/+0
2025-03-05resume one waiter at a callroot-2/+15