| Age | Commit message (Expand) | Author | Lines |
| 2024-05-08 | Rollup merge of #124782 - anatawa12:docs-create-new-already-exists, r=working... | Jubilee | -0/+9 |
| 2024-05-08 | Rollup merge of #124470 - devnexen:no_sigpipe_fbsd, r=workingjubilee | Jubilee | -1/+8 |
| 2024-05-08 | Auto merge of #124779 - workingjubilee:debug-formatting-my-beloved, r=compile... | bors | -10/+55 |
| 2024-05-08 | Auto merge of #124873 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-05-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-07 | compiler: add `Parser::debug_lookahead` | Jubilee Young | -0/+42 |
| 2024-05-07 | compiler: derive Debug in parser | Jubilee Young | -9/+12 |
| 2024-05-08 | Auto merge of #124683 - estebank:issue-124651, r=compiler-errors | bors | -6/+44 |
| 2024-05-07 | Add test for #124651 | Esteban Küber | -0/+36 |
| 2024-05-07 | Auto merge of #124223 - Zalathar:conditional-let, r=compiler-errors | bors | -13/+64 |
| 2024-05-07 | Auto merge of #124219 - gurry:122989-ice-unexpected-anon-const, r=compiler-er... | bors | -14/+208 |
| 2024-05-07 | Auto merge of #124849 - matthiaskrgr:rollup-68humsk, r=matthiaskrgr | bors | -73/+254 |
| 2024-05-07 | Rollup merge of #124846 - compiler-errors:const-eval, r=lcnr | Matthias Krüger | -5/+13 |
| 2024-05-07 | Rollup merge of #124842 - RalfJung:option-span, r=compiler-errors | Matthias Krüger | -10/+10 |
| 2024-05-07 | Rollup merge of #124832 - linyihai:visibility-of-lexer, r=fmease | Matthias Krüger | -6/+6 |
| 2024-05-07 | Rollup merge of #124827 - lcnr:generalize-incomplete, r=compiler-errors | Matthias Krüger | -26/+175 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -26/+50 |
| 2024-05-07 | generalize hr alias: avoid unconstrainable infer vars | lcnr | -26/+175 |
| 2024-05-07 | Don't ICE when we cannot eval a const to a valtree in the new solver | Michael Goulet | -5/+13 |
| 2024-05-07 | Auto merge of #123332 - Nadrieril:testkind-never, r=matthewjasper | bors | -21/+315 |
| 2024-05-07 | replace another Option<Span> by DUMMY_SP | Ralf Jung | -10/+10 |
| 2024-05-07 | Auto merge of #124836 - tgross35:const-slice-last-chunk, r=BurntSushi | bors | -1/+1 |
| 2024-05-07 | Auto merge of #124828 - tspiteri:feature-f16-not-f128, r=Nilstrieb | bors | -2/+2 |
| 2024-05-07 | Auto merge of #124781 - VladimirMakaev:lldb-enum-formatter, r=dtolnay | bors | -25/+162 |
| 2024-05-07 | Correct the const stabilization of `last_chunk` for slices | Trevor Gross | -1/+1 |
| 2024-05-07 | Auto merge of #122504 - jfgoog:update-cc-crate-version-2, r=onur-ozkan | bors | -72/+116 |
| 2024-05-06 | rustdoc: allow custom element rustdoc-search | Michael Howell | -0/+2 |
| 2024-05-07 | Auto merge of #124813 - maurer:llvm-aarch64-fn32, r=nikic | bors | -40/+49 |
| 2024-05-07 | narrow down visibilities in `rustc_parse::lexer` | Lin Yihai | -6/+6 |
| 2024-05-07 | Auto merge of #124830 - aeubanks:dbg, r=durin42 | bors | -10/+10 |
| 2024-05-06 | Adjust dbg.value/dbg.declare checks for LLVM update | Arthur Eubanks | -10/+10 |
| 2024-05-06 | Auto merge of #124822 - matthiaskrgr:rollup-h7fc52t, r=matthiaskrgr | bors | -230/+226 |
| 2024-05-06 | f16::is_sign_{positive,negative} were feature-gated on f128 | Trevor Spiteri | -2/+2 |
| 2024-05-06 | Update version of cc crate to v1.0.97 | James Farrell | -72/+116 |
| 2024-05-06 | Rollup merge of #124815 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-05-06 | Rollup merge of #124809 - lcnr:prepopulate-opaques, r=compiler-errors | Matthias Krüger | -165/+115 |
| 2024-05-06 | Rollup merge of #124759 - compiler-errors:impl-args, r=lcnr | Matthias Krüger | -65/+111 |
| 2024-05-06 | Auto merge of #124209 - Urgau:check-cfg-more-friendly-docs, r=ehuss | bors | -62/+97 |
| 2024-05-06 | Use correct ImplSource for alias bounds | Michael Goulet | -2/+14 |
| 2024-05-06 | Record impl args in the InsepctCandiate rather than rematching during select | Michael Goulet | -65/+99 |
| 2024-05-06 | Update books | rustbot | -0/+0 |
| 2024-05-06 | Auto merge of #124811 - matthiaskrgr:rollup-4zpov13, r=matthiaskrgr | bors | -15/+137 |
| 2024-05-06 | Make check-cfg docs more user-friendly | Urgau | -62/+97 |
| 2024-05-06 | Adjust 64-bit ARM data layouts for LLVM update | Matthew Maurer | -40/+49 |
| 2024-05-06 | Rollup merge of #124808 - compiler-errors:super, r=lcnr | Matthias Krüger | -1/+28 |
| 2024-05-06 | Rollup merge of #124771 - compiler-errors:cand-has-failing-wc, r=lcnr | Matthias Krüger | -6/+86 |
| 2024-05-06 | Rollup merge of #124724 - compiler-errors:prefer-lower, r=lcnr | Matthias Krüger | -5/+16 |
| 2024-05-06 | Rollup merge of #124520 - tbu-:pr_create_dir_all_doc, r=Amanieu | Matthias Krüger | -3/+7 |
| 2024-05-06 | Use super_fold in RegionsToStatic visitor | Michael Goulet | -1/+28 |
| 2024-05-06 | switch new solver to directly inject opaque types | lcnr | -9/+6 |