about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-26Rollup merge of #142986 - JonathanBrouwer:export_name_parser, r=jdonszelmannMichael Goulet-125/+215
2025-06-26Rollup merge of #142967 - krikera:fix-rwlock-try-write-docs, r=jhprattMichael Goulet-1/+1
2025-06-26Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwUMichael Goulet-48/+64
2025-06-26Rollup merge of #142700 - theemathas:remove-weak-comment, r=ibraheemdevMichael Goulet-2/+0
2025-06-26Rollup merge of #142647 - compiler-errors:less-work-in-coherence, r=lcnrMichael Goulet-24/+28
2025-06-26Rollup merge of #142637 - compiler-errors:less-globs, r=lcnrMichael Goulet-208/+259
2025-06-26Rollup merge of #142549 - the8472:intersperse-fold-tweak, r=tgross35Michael Goulet-1/+10
2025-06-26Rollup merge of #140942 - RalfJung:const-ref-to-mut, r=oli-obkMichael Goulet-373/+448
2025-06-26Rollup merge of #137843 - Daniel-Aaron-Bloom:const_cell, r=oli-obkMichael Goulet-35/+138
2025-06-26Fix some fixmes that were waiting for let chainsYotam Ofek-12/+11
2025-06-26mbe: Fold calls to `check_meta_variables` into the parser loopJosh Triplett-18/+8
2025-06-26Rewrite `macro_rules!` parser to not use the MBE engine itselfJosh Triplett-199/+65
2025-06-27Fix completion in when typing `integer.|`Chayim Refael Friedman-1/+50
2025-06-26`zero_ptr`: lint in `const` context as wellSamuel Tardieu-5/+30
2025-06-26Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchyChayim Refael Friedman-65/+142
2025-06-26Auto merge of #143057 - matthiaskrgr:rollup-bulih8o, r=matthiaskrgrbors-569/+1204
2025-06-26Lint docs: Sort versions, so that stable comes first (#15149)Samuel Tardieu-3/+3
2025-06-26Tracking issue number for `iter_macro`Pavel Grigorenko-3/+3
2025-06-26Better recoveryMichael Goulet-6/+27
2025-06-26Make recovery for enum with struct field a bit more accurateMichael Goulet-1/+18
2025-06-26Add Ident::is_non_reserved_identMichael Goulet-15/+14
2025-06-26Lint docs: Sort versions, so that stable comes firstPhilipp Krones-3/+3
2025-06-26Ping notriddle when a clippy lint in `clippy_lints/doc` is modified (#15147)Philipp Krones-0/+3
2025-06-27generate new for tuple fieldHayashi Mikihiro-22/+337
2025-06-26Rustup (#15148)Philipp Krones-213/+277
2025-06-26rustdoc: show attributes on enum variantsbinarycat-0/+26
2025-06-26Bump Clippy version -> 0.1.90Philipp Krones-5/+5
2025-06-26Bump nightly version -> 2025-06-26Philipp Krones-2/+2
2025-06-26Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-855/+3168
2025-06-26rustdoc js: several typechecking improvmentsbinarycat-77/+43
2025-06-26Auto merge of #142774 - lcnr:search_graph-2, r=oli-obkbors-163/+73
2025-06-26Update book and templates with feature freeze (#14456)Philipp Krones-1/+95
2025-06-26Ping notriddle when a clippy lint in `clippy_lints/doc` is modifiedSamuel Tardieu-0/+3
2025-06-26Add link to the feature freeze tracking issue to the bookPhilipp Krones-1/+5
2025-06-26Add beta-accepted to CHANGELOG for 1.88 (#15130)Philipp Krones-0/+16
2025-06-26doc_nested_refdefs: do not falsely report checkboxes as refdefsMichael Howell-32/+6
2025-06-27Add more missing APIs, and minor fixesJieyou Xu-6/+8
2025-06-26clarify and unify 'transient mutable borrow' errorsRalf Jung-112/+83
2025-06-26add more sensible mut-ref-to-immutable testRalf Jung-8/+21
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-253/+344
2025-06-26Add a note and one more fast pathMichael Goulet-0/+23
2025-06-26Shallowly bail from coerce_unsized moreMichael Goulet-0/+25
2025-06-26Assert shallow resolved args in coerceMichael Goulet-19/+22
2025-06-26Only args in main diag are saved and restored without removing the newly adde...xizheyin-11/+5
2025-06-26Add `arguments sharing and isolation` section in `diagnostic-struct` of rdgxizheyin-8/+39
2025-06-26Add missing stabilized slice chunk methodsJieyou Xu-0/+6
2025-06-26Use stable std linksJieyou Xu-2/+2
2025-06-26Backport new sized-hierarchy trait bounds in old waysShoyu Vanilla-24/+78
2025-06-26Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebankMatthias Krüger-123/+247
2025-06-26Rollup merge of #142884 - makai410:coroutine-body, r=celinvalMatthias Krüger-0/+111