| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-24 | Merge impl_wf_inference into coherence checking | Michael Goulet | -6/+3 |
| 2023-10-25 | suggest unwrap/expect for let binding type mismatch | yukang | -1/+82 |
| 2023-10-24 | Update documentation. | Camille GILLOT | -3/+3 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -26/+36 |
| 2023-10-24 | Rollup merge of #117091 - compiler-errors:debug, r=lcnr | Matthias Krüger | -89/+100 |
| 2023-10-24 | Rollup merge of #117081 - GoodDaisy:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -28/+46 |
| 2023-10-24 | Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202... | bjorn3 | -138/+260 |
| 2023-10-24 | Migrate diagnostics in `rustc_hir_analysis/src/coherence/orphan.rs` | Obei Sideg | -163/+341 |
| 2023-10-24 | Auto merge of #116435 - compiler-errors:re-erased, r=lcnr | bors | -9/+49 |
| 2023-10-24 | Introduce `-C instrument-coverage=branch` to gate branch coverage | Arpad Borsos | -2/+15 |