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