about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-30Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-deadbors-91/+85
2023-11-29Capitalize ToC in README.mdNine-1/+1
2023-11-29Fix typo in README.mdNine-1/+1
2023-11-30Enforce must_use on associated types and RPITITsMichael Goulet-1/+54
2023-11-30Auto merge of #117565 - estebank:issue-100825, r=Nilstriebbors-218/+348
2023-11-29Update compiler/rustc_codegen_llvm/src/lib.rsWesley Wiser-1/+1
2023-11-29Dispose llvm::TargetMachines prior to llvm::Context being disposedWesley Wiser-6/+18
2023-11-30Auto merge of #114499 - taiki-e:riscv-forced-atomics, r=Amanieubors-5/+6
2023-11-29Update mdbook to 0.4.36Eric Huss-6/+27
2023-11-29Re-enable `rustc_codegen_gcc` tests in CIJosh Stone-3/+11
2023-11-29Auto merge of #118454 - lcnr:overflow-yay, r=compiler-errorsbors-1/+4
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-63/+63
2023-11-29review comments and rebase fixesEsteban Küber-67/+66
2023-11-29rustc_span: Remove unused symbols.Alona Enraght-Moony-27/+0
2023-11-29On Fn arg mismatch for a fn path, suggest a closureEsteban Küber-54/+247
2023-11-29Avoid unnecessary pattern parse errors on `ref box`Esteban Küber-27/+5
2023-11-29fix rebaseEsteban Küber-2/+24
2023-11-29Always emit help when failing to parse enum variantEsteban Küber-2/+11
2023-11-29review comment: rework `parse_for_head` to reduce branchingEsteban Küber-36/+42
2023-11-29Fix tidyEsteban Küber-2/+15
2023-11-29Fix test and move to more appropriate directoryEsteban Küber-37/+63
2023-11-29Change how `for (x in foo) {}` is handledEsteban Küber-81/+138
2023-11-29Account for `(pat if expr) => {}`Esteban Küber-47/+132
2023-11-29Change enum parse recoveryEsteban Küber-21/+44
2023-11-29Bubble parse error when expecting `)`Esteban Küber-51/+25
2023-11-29More accurate span for unnecessary parens suggestionEsteban Küber-30/+12
2023-11-29When parsing patterns, bubble all errors except reserved idents that aren't l...Esteban Küber-7/+221
2023-11-29Make `parse_pat_ident` not recover bad nameEsteban Küber-274/+15
2023-11-29`option_if_let_else`: do not trigger on expressions returning `()`Samuel Tardieu-44/+85
2023-11-29new solver: improve instrument annotationslcnr-1/+4
2023-11-29Tweak message on ADT with private fields buildingEsteban Küber-7/+8
2023-11-29rustdoc-search: replace TAB/NL/LF with SP firstMichael Howell-23/+28
2023-11-29rustdoc-search: removed dead parser codeMichael Howell-2/+9
2023-11-29rustdoc-search: allow `:: ` and ` ::`Michael Howell-26/+62
2023-11-29Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=...bors-2/+12
2023-11-29Use OnceCell in cell module documentationMarcin Serwin-4/+4
2023-11-29Re-implement syntax fixupsLukas Wirth-264/+408
2023-11-29jobserver: check file descriptorsbelovdv-37/+114
2023-11-29Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-sebors-16/+2
2023-11-29Auto merge of #11818 - y21:more_redundant_guards, r=llogiqbors-24/+293
2023-11-29Change LLVM reuse dep5 line to say AND.Jonathan Pallant (Ferrous Systems)-1/+7
2023-11-29Merge pull request #1432 from simonbuchan/windows-y-wrappersbjorn3-0/+21
2023-11-29Add missing trailing newline in y.cmdbjorn3-1/+1
2023-11-29Auto merge of #118443 - matthiaskrgr:rollup-mp8o3m4, r=matthiaskrgrbors-187/+909
2023-11-29Rollup merge of #118438 - AkhilTThomas:patch-1, r=JohnTitorMatthias Krüger-4/+2
2023-11-29Rollup merge of #118428 - aDotInTheVoid:doc-cleanup, r=GuillaumeGomezMatthias Krüger-20/+21
2023-11-29Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillotMatthias Krüger-1/+73
2023-11-29Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31Matthias Krüger-123/+374
2023-11-29Rollup merge of #118231 - RalfJung:const-raw-slice-empty, r=cuviperMatthias Krüger-3/+21
2023-11-29Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errorsMatthias Krüger-18/+93