about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-07Auto merge of #118675 - petrochenkov:macreach, r=davidtwcobors-32/+9
2023-12-07Update rustc_codegen_gcc libcUrgau-2/+2
2023-12-07Auto merge of #15990 - Young-Flash:trait_impl_reduntant_assoc_item, r=Veykrilbors-1/+111
2023-12-07fix: change default diagnostic range into impl bodyYoung-Flash-6/+15
2023-12-07Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwcobors-48/+66
2023-12-07Move round_* functions from `shims::x86::sse41` module to `shims::x86`Eduardo Sánchez Muñoz-84/+84
2023-12-07Move unary_op_* functions from `shims::x86::sse` module to `shims::x86`Eduardo Sánchez Muñoz-125/+129
2023-12-07Auto merge of #16043 - Veykril:dep-bump, r=Veykrilbors-55/+33
2023-12-07Bump and unlock some dependenciesLukas Wirth-55/+33
2023-12-07Auto merge of #16042 - Veykril:salsa-bump, r=Veykrilbors-32/+35
2023-12-07internal: Bump salsaLukas Wirth-32/+35
2023-12-07Auto merge of #118463 - cuviper:restore-cg_gcc-ci, r=cuviper,GuillaumeGomezbors-7/+16
2023-12-07Extend GUI tests for `doc_cfg`Guillaume Gomez-0/+31
2023-12-07Fix display of features in rustdocGuillaume Gomez-9/+12
2023-12-07Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnrbors-14/+14
2023-12-07fix: correct existing tests for WideChar in lib 'line-index' and add more testsroife-2/+26
2023-12-07fix: correct calculation for fields in WideChar for line-specific positionsroife-1/+4
2023-12-07coverage: Simplify code that pushes to `refined_spans`Zalathar-26/+14
2023-12-07coverage: Inline `push_refined_span`Zalathar-13/+9
2023-12-07coverage: Merge refined spans in a separate final passZalathar-13/+16
2023-12-06Add sanity check to `BinOp::ty()`Celina G. Val-8/+27
2023-12-07Auto merge of #116565 - Sword-Destiny:master, r=Amanieubors-10/+1190
2023-12-07add teeos std impl袁浩-10/+1190
2023-12-06Tell MirUsedCollector that the pointer alignment checks calls its panic symbolBen Kimock-0/+3
2023-12-07Auto merge of #117960 - zhiqiangxu:dry, r=workingjubileebors-5/+3
2023-12-06Update compiler/stable_mir/src/mir/body.rsCelina G. Val-1/+1
2023-12-07Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorinobors-85/+65
2023-12-07coverage: Avoid unnecessary macros in unit testsZalathar-80/+33
2023-12-06Simplify StaticDef to Instance conversionCelina G. Val-6/+7
2023-12-06Add method to get type of an Rvalue in StableMIRCelina G. Val-0/+177
2023-12-06Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgrbors-427/+334
2023-12-06Auto merge of #16038 - Veykril:lsp-server-bump, r=Veykrilbors-7/+7
2023-12-06Publish lsp-server 0.7.5Lukas Wirth-7/+7
2023-12-06Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-aMatthias Krüger-8/+19
2023-12-06Rollup merge of #118660 - cuviper:alloc_str, r=petrochenkovMatthias Krüger-8/+24
2023-12-06Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkinMatthias Krüger-1/+54
2023-12-06Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkovMatthias Krüger-4/+37
2023-12-06Rollup merge of #118177 - sivadeilra:suppress-llvm-warnings, r=cuviperMatthias Krüger-0/+17
2023-12-06Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naberMatthias Krüger-406/+183
2023-12-07Fix an out-of-date comment.Nicholas Nethercote-1/+1
2023-12-07Identify impossible cases in `ascii_escapes_should_be_ascii`.Nicholas Nethercote-2/+3
2023-12-07De-pub some functions.Nicholas Nethercote-3/+3
2023-12-06Auto merge of #117936 - mu001999:master, r=petrochenkovbors-0/+23
2023-12-06Only check principal trait ref for object safetyMichael Goulet-10/+7
2023-12-06EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva...Michael Goulet-14/+14
2023-12-06Yeet PolyGenSigMichael Goulet-85/+65
2023-12-06Also add an API to check if an instance has bodyCelina G. Val-3/+14
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-7/+7
2023-12-06Auto merge of #15986 - davidbarsky:david/move-to-arc-iter, r=lnicolabors-163/+117
2023-12-06internal: switch to `Arc::from_iter`David Barsky-163/+117