| Age | Commit message (Expand) | Author | Lines |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -64/+174 |
| 2023-10-25 | Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillot | bors | -94/+112 |
| 2023-10-25 | Do not merge fn pointer casts. | Camille GILLOT | -0/+9 |
| 2023-10-25 | Valtrees for primitive types are fine. | Camille GILLOT | -2/+3 |
| 2023-10-25 | Complete comments. | Camille GILLOT | -8/+5 |
| 2023-10-25 | Disambiguate non-deterministic constants. | Camille GILLOT | -44/+101 |
| 2023-10-25 | Take an AllocId in intern_const_alloc_for_constprop. | Camille GILLOT | -9/+3 |
| 2023-10-25 | Do not require absence of metadata. | Camille GILLOT | -4/+2 |
| 2023-10-25 | Fortify transmute check. | Camille GILLOT | -4/+3 |
| 2023-10-25 | Explain why we check variant equality. | Camille GILLOT | -0/+15 |
| 2023-10-25 | Move provenance checks out of interning method. | Camille GILLOT | -17/+20 |
| 2023-10-25 | Directly intern values instead of copying them. | Camille GILLOT | -4/+53 |
| 2023-10-25 | Do not intern GVN temps. | Camille GILLOT | -22/+16 |
| 2023-10-25 | Transform large arrays into Repeat expressions when possible. | Camille GILLOT | -0/+14 |
| 2023-10-25 | Extract simplify_aggregate. | Camille GILLOT | -27/+56 |
| 2023-10-25 | Do not compute actual aggregate type. | Camille GILLOT | -11/+47 |
| 2023-10-25 | Simplify repeat expressions. | Camille GILLOT | -0/+6 |
| 2023-10-25 | Simplify aggregate projections. | Camille GILLOT | -1/+40 |
| 2023-10-25 | Simplify projections in GVN. | Camille GILLOT | -50/+106 |
| 2023-10-25 | Do not transmute immediates to non-immediates. | Camille GILLOT | -0/+10 |
| 2023-10-25 | Do not intern too large aggregates. | Camille GILLOT | -18/+24 |
| 2023-10-25 | Evaluate computed values to constants. | Camille GILLOT | -27/+314 |
| 2023-10-25 | Do not visit rvalues twice. | Camille GILLOT | -8/+11 |
| 2023-10-25 | Do not remove unused definitions inside GVN. | Camille GILLOT | -12/+3 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -217/+735 |
| 2023-10-25 | Do not suggest 'Trait<Assoc=arg>' when in trait impl | Gurinder Singh | -14/+58 |
| 2023-10-25 | Fix unwrap suggestion for async fn | Michael Goulet | -12/+10 |
| 2023-10-25 | Auto merge of #117139 - compiler-errors:vid-lifetimes, r=BoxyUwU | bors | -130/+150 |
| 2023-10-24 | Expose a non-Symbol way to access current rustc version string | David Tolnay | -2/+4 |
| 2023-10-24 | CFG_RELEASE is mandatory, no need for option_env | David Tolnay | -2/+1 |
| 2023-10-25 | Remove support for alias `-Z instrument-coverage` | Zalathar | -33/+17 |
| 2023-10-24 | Handle structured stable attribute 'since' version in rustdoc | David Tolnay | -0/+7 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -39/+110 |
| 2023-10-24 | Keep track of #[stable] attribute even if version cannot be parsed | David Tolnay | -7/+15 |
| 2023-10-24 | Store 'since' attribute as parsed Version | David Tolnay | -53/+50 |
| 2023-10-24 | Use IndexMap for handling stable Ty | Celina G. Val | -29/+23 |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -370/+132 |
| 2023-10-24 | Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obk | bors | -18/+172 |
| 2023-10-24 | Require target features to match exactly during inlining | Tomasz Miąsko | -4/+2 |
| 2023-10-24 | Mark .rmeta files as /SAFESEH on x86 Windows. | Daniel Cheng | -25/+31 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -130/+150 |
| 2023-10-24 | Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgr | bors | -292/+658 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -3/+16 |
| 2023-10-24 | Rollup merge of #117010 - celinval:smir-internal, r=oli-obk | Matthias Krüger | -126/+198 |
| 2023-10-24 | Rollup merge of #116943 - heiher:target-features, r=wesleywiser | Matthias Krüger | -0/+18 |
| 2023-10-24 | Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naber | Matthias Krüger | -1/+82 |
| 2023-10-24 | Rollup merge of #116792 - JonasAlaif:renumber-fix, r=b-naber | Matthias Krüger | -0/+4 |
| 2023-10-24 | Rollup merge of #116396 - obeis:hir-analysis-migrate-diagnostics-7, r=oli-obk | Matthias Krüger | -163/+341 |
| 2023-10-24 | Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiser | Matthias Krüger | -2/+15 |
| 2023-10-24 | Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr | bors | -90/+101 |