| Age | Commit message (Expand) | Author | Lines |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -20/+12 |
| 2023-07-23 | fix some clippy::style findings | Matthias Krüger | -12/+15 |
| 2023-07-23 | Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-dead | bors | -30/+19 |
| 2023-07-23 | Auto merge of #113973 - matthiaskrgr:charstr, r=cjgillot | bors | -6/+6 |
| 2023-07-23 | fix clippy::useless_format | Matthias Krüger | -16/+12 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -14/+7 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -6/+6 |
| 2023-07-23 | remove redundant clones | Matthias Krüger | -4/+4 |
| 2023-07-23 | Auto merge of #113961 - fmease:fewer-features_untracked, r=compiler-errors | bors | -5/+2 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -1/+16 |
| 2023-07-22 | Auto merge of #113943 - ericmarkmartin:smir-ty-alias, r=spastorino | bors | -1/+51 |
| 2023-07-22 | Auto merge of #112953 - compiler-errors:interpolated-block-exprs, r=WaffleLapkin | bors | -4/+10 |
| 2023-07-22 | add docs for AliasKind::Inherent | Eric Mark Martin | -0/+1 |
| 2023-07-22 | add Alias for smir | Eric Mark Martin | -1/+50 |
| 2023-07-22 | Auto merge of #113968 - matthiaskrgr:rollup-7vdfcba, r=matthiaskrgr | bors | -59/+91 |
| 2023-07-22 | Use features() over features_untracked() where possible | León Orell Valerian Liehr | -5/+2 |
| 2023-07-22 | Rollup merge of #113950 - cjgillot:clean-resolve, r=jackh726 | Matthias Krüger | -38/+21 |
| 2023-07-22 | Rollup merge of #113901 - compiler-errors:only-bidi-norm, r=lcnr | Matthias Krüger | -9/+12 |
| 2023-07-22 | Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi... | Matthias Krüger | -12/+58 |
| 2023-07-22 | Auto merge of #113853 - cjgillot:split-validator, r=compiler-errors | bors | -305/+320 |
| 2023-07-22 | Get rid of subst-relate incompleteness in new solver | Michael Goulet | -9/+12 |
| 2023-07-22 | Support interpolated block for try and async | Michael Goulet | -4/+10 |
| 2023-07-22 | Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-202... | bjorn3 | -170/+668 |
| 2023-07-22 | Remove Scope::Elision. | Camille GILLOT | -38/+21 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -1012/+253 |
| 2023-07-21 | Auto merge of #97550 - ojeda:comment-section, r=bjorn3 | bors | -15/+23 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -15/+23 |
| 2023-07-21 | Auto merge of #113892 - RalfJung:uninit-undef-poison, r=wesleywiser | bors | -1/+7 |
| 2023-07-21 | Auto merge of #113922 - matthiaskrgr:rollup-90cj2vv, r=matthiaskrgr | bors | -241/+440 |
| 2023-07-21 | Rollup merge of #113914 - dvdhrm:pr/zstdup, r=cjgillot | Matthias Krüger | -21/+0 |
| 2023-07-21 | Rollup merge of #113913 - dvdhrm:pr/transpalign, r=jackh726 | Matthias Krüger | -11/+21 |
| 2023-07-21 | Rollup merge of #113910 - spastorino:smir-types-5, r=oli-obk | Matthias Krüger | -192/+399 |
| 2023-07-21 | Rollup merge of #113887 - lcnr:cache-coherence, r=compiler-errors | Matthias Krüger | -17/+20 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -253/+1012 |
| 2023-07-21 | Implement Stable for ty::Ty | Santiago Pastorino | -80/+84 |
| 2023-07-21 | Reuse MIR validator for inliner. | Camille GILLOT | -118/+18 |
| 2023-07-21 | Make type validation buffer errors. | Camille GILLOT | -25/+24 |
| 2023-07-21 | Separate CFG validation from type validation. | Camille GILLOT | -181/+297 |
| 2023-07-21 | Track (partial) niche information in `NaiveLayout` | Moulins | -45/+171 |
| 2023-07-21 | Auto merge of #113847 - SparrowLii:path_clone, r=cjgillot | bors | -21/+3 |
| 2023-07-21 | Auto merge of #113802 - cjgillot:check-debuginfo, r=compiler-errors | bors | -1/+14 |
| 2023-07-21 | error/E0691: include alignment in error message | David Rheinsberg | -11/+21 |
| 2023-07-21 | rustc_target: drop duplicate code | David Rheinsberg | -21/+0 |
| 2023-07-21 | new solver: add a separate cache for coherence | lcnr | -17/+20 |
| 2023-07-21 | Auto merge of #113707 - sivadeilra:user/ardavis/sha256, r=eholk | bors | -1/+1 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -139/+268 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -5/+69 |
| 2023-07-20 | Add FnPtr ty to SMIR | Santiago Pastorino | -1/+191 |
| 2023-07-20 | Implement Stable for ty::GenericArgs | Santiago Pastorino | -25/+24 |
| 2023-07-21 | CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout` | Moulins | -44/+30 |