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