| Age | Commit message (Expand) | Author | Lines |
| 2023-04-09 | Fix transmute intrinsic mir validation ICE | Jakob Degen | -2/+27 |
| 2023-04-09 | Auto merge of #109760 - MaciejWas:struct-tuple-field-names-suggestion, r=jack... | bors | -4/+42 |
| 2023-04-09 | Auto merge of #109751 - bzEq:aix-gmake, r=Mark-Simulacrum | bors | -0/+1 |
| 2023-04-09 | Auto merge of #109684 - fee1-dead-contrib:rv_const_range, r=Mark-Simulacrum | bors | -92/+65 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -168/+97 |
| 2023-04-09 | Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errors | bors | -7/+100 |
| 2023-04-09 | Auto merge of #109173 - flba-eb:add-i586-qnx70-target, r=compiler-errors | bors | -4/+40 |
| 2023-04-09 | Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitor | bors | -43/+74 |
| 2023-04-09 | Rollup merge of #110096 - compiler-errors:tweak-tuple-idx-msg, r=Nilstrieb | Yuki Okushi | -17/+35 |
| 2023-04-09 | Rollup merge of #110086 - beetrees:max-line-length, r=jyn514 | Yuki Okushi | -0/+1 |
| 2023-04-09 | Rollup merge of #110074 - majaha:config_toml_fix, r=jyn514 | Yuki Okushi | -0/+2 |
| 2023-04-09 | Rollup merge of #110060 - WaffleLapkin:sync_refs, r=jyn514 | Yuki Okushi | -0/+2 |
| 2023-04-09 | Rollup merge of #110059 - gimbles:git-hash, r=ozkanonur | Yuki Okushi | -20/+20 |
| 2023-04-09 | Rollup merge of #110058 - gimbles:master, r=Nilstrieb | Yuki Okushi | -6/+14 |
| 2023-04-09 | Auto merge of #109413 - compiler-errors:pointer-like-abi, r=cjgillot | bors | -25/+41 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -165/+164 |
| 2023-04-08 | Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomez | bors | -476/+595 |
| 2023-04-08 | Tweak tuple indexing suggestion | Michael Goulet | -17/+35 |
| 2023-04-08 | Enforce that PointerLike requires a pointer-like ABI | Michael Goulet | -25/+41 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+450 |
| 2023-04-08 | Auto merge of #109862 - klensy:llvm-dd, r=nikic | bors | -136/+65 |
| 2023-04-08 | Add `max_line_length` to `.editorconfig`, matching rustfmt | beetrees | -0/+1 |
| 2023-04-08 | Auto merge of #109767 - GuillaumeGomez:rm-mention-missing_doc_code_examples, ... | bors | -3/+10 |
| 2023-04-08 | Auto merge of #110069 - ndrewxie:issue-104212-fix, r=cjgillot | bors | -15/+9 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -17/+12 |
| 2023-04-08 | std: Mark two reexports that should be inlined as `doc(inline)` | Vadim Petrochenkov | -0/+2 |
| 2023-04-08 | rustdoc: Migrate some logic to `module_reexports` | Vadim Petrochenkov | -147/+34 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -5/+50 |
| 2023-04-08 | fixup: use Bool instead of bool | klensy | -3/+11 |
| 2023-04-08 | Auto merge of #110076 - Nilstrieb:rollup-22yp01c, r=Nilstrieb | bors | -33/+38 |
| 2023-04-08 | bless ui tests | Deadbeef | -5/+34 |
| 2023-04-08 | Rollup merge of #110075 - KittyBorgX:master, r=Nilstrieb | Nilstrieb | -1/+1 |
| 2023-04-08 | Rollup merge of #110068 - eholk:eholk-on-vacation, r=wesleywiser | Nilstrieb | -3/+2 |
| 2023-04-08 | Rollup merge of #110065 - jbethune:master, r=ehuss | Nilstrieb | -1/+1 |
| 2023-04-08 | Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomez | Nilstrieb | -0/+25 |
| 2023-04-08 | Rollup merge of #110030 - notriddle:notriddle/clean-up-js, r=GuillaumeGomez | Nilstrieb | -28/+9 |
| 2023-04-08 | Fix a typo in `config.example.toml` | Krishna Ramasimha | -1/+1 |
| 2023-04-08 | Revert "Make the `Step` implementations const." | Deadbeef | -17/+7 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -70/+24 |
| 2023-04-08 | Auto merge of #109995 - enkron:u/enkron/substitute-hardcoded-port-num-in-list... | bors | -1/+1 |
| 2023-04-08 | Make "codegen" config.toml profile build llvm | Matt Harding | -0/+2 |
| 2023-04-08 | rm box_items | Gimbles | -6/+14 |
| 2023-04-08 | s/ignore_git/omit_git_hash | Gimbles | -20/+20 |
| 2023-04-08 | Correct missed rename of config.example.toml | Matt Harding | -1/+1 |
| 2023-04-08 | Auto merge of #110043 - ickk:fix_infer_message, r=eholk | bors | -5/+5 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -2012/+227 |
| 2023-04-07 | Switched provisional evaluation cache map to FxIndexMap, and replaced map.dra... | Andrew Xie | -15/+9 |
| 2023-04-07 | Auto merge of #109448 - ozkanonur:download-beta-compiler-toolchain, r=Mark-Si... | bors | -17/+70 |
| 2023-04-07 | Remove myself from reviewers list | Eric Holk | -3/+2 |
| 2023-04-08 | fix(tcp): remove redundant `format!` macro call | Sergei Belokon | -1/+1 |