| Age | Commit message (Expand) | Author | Lines |
| 2023-12-07 | Rollup merge of #118712 - davidtwco:targets-remove-i386-i486, r=compiler-errors | Matthias Krüger | -16/+0 |
| 2023-12-07 | Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors | Matthias Krüger | -5/+202 |
| 2023-12-07 | Rollup merge of #118686 - compiler-errors:object-safety, r=lcnr | Matthias Krüger | -10/+7 |
| 2023-12-07 | Rollup merge of #116420 - bvanjoi:fix-116203, r=Nilstrieb | Matthias Krüger | -2/+4 |
| 2023-12-07 | Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix | bors | -4/+21 |
| 2023-12-07 | CFI: Add char to CFI integer normalization | Ramon de C Valle | -6/+9 |
| 2023-12-07 | Explicitly implement `DynSync` and `DynSend` for `TyCtxt` | John Kåre Alsaker | -1/+13 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -325/+551 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -64/+128 |
| 2023-12-07 | avoid marking as immutable what is already immutable | Ralf Jung | -6/+16 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -25/+12 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -167/+282 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -139/+253 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -33/+54 |
| 2023-12-07 | Auto merge of #118706 - Urgau:update-rccg-gcc-libc, r=GuillaumeGomez | bors | -2/+3 |
| 2023-12-07 | targets: remove not-added {i386,i486}-unknown-linux-gnu | David Wood | -16/+0 |
| 2023-12-07 | avoid instantiating infer vars with infer | lcnr | -4/+9 |
| 2023-12-07 | Allow internal_features in rustc_codegen_gcc examples | Urgau | -0/+1 |
| 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 #118635 - nnethercote:fewer-early-errors, r=davidtwco | bors | -48/+62 |
| 2023-12-07 | Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnr | bors | -14/+14 |
| 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 | -1/+0 |
| 2023-12-07 | add teeos std impl | 袁浩 | -1/+0 |
| 2023-12-06 | Tell MirUsedCollector that the pointer alignment checks calls its panic symbol | Ben Kimock | -0/+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 | -75/+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 | -182/+163 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -6/+13 |
| 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/+1 |
| 2023-12-06 | Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkov | Matthias Krüger | -4/+18 |
| 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 | -163/+90 |
| 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/+3 |
| 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 | -0/+8 |
| 2023-12-06 | Fix `is_foreign_item` for StableMIR instance | Celina G. Val | -6/+5 |