about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-06-17apply clippy::or_fun_callklensy-4/+5
2025-06-17Lint about `console` calls in rustdoc JSGuillaume Gomez-0/+2
2025-06-17Never make type mismatch diagnostic stable, even when there is a fixChayim Refael Friedman-6/+2
2025-06-17Merge pull request #20020 from Veykril/push-yuqmorzsqumwLukas Wirth-11/+15
2025-06-17fix: Reload workspaces when cargo configs changeLukas Wirth-11/+15
2025-06-17chore: Start infesting ide crates with 'db lifetimeLukas Wirth-815/+1214
2025-06-17Merge pull request #20018 from Veykril/push-pkowrtoturkrLukas Wirth-84/+176
2025-06-17Merge pull request #19939 from ChayimFriedman2/fill-arms-selfLukas Wirth-29/+227
2025-06-17Merge pull request #19945 from ChayimFriedman2/private-field-quickfixLukas Wirth-32/+125
2025-06-17fix: Copy lockfiles into target directory before invoking `cargo metadata`Lukas Wirth-84/+176
2025-06-17Rollup merge of #142601 - nnethercote:format_version-comment, r=aDotInTheVoidJubilee-0/+8
2025-06-17Rollup merge of #142585 - rustbot:docs-update, r=ehussJubilee-0/+0
2025-06-17Merge from rustcThe Miri Cronjob Bot-317/+289
2025-06-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-16don't unwrap in enzyme builds in case of missing llvm-configManuel Drehwald-13/+14
2025-06-17Add a comment to `FORMAT_VERSION`.Nicholas Nethercote-0/+8
2025-06-16rustdoc: make srcIndex no longer a global variablebinarycat-28/+11
2025-06-16miri: bless testsDavid Wood-4/+4
2025-06-16miri: fix buildDavid Wood-1/+1
2025-06-16clippy: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-2/+8
2025-06-16clippy: add `MetaSized` conditionsDavid Wood-1/+8
2025-06-16bootstrap: address lint failuresDavid Wood-2/+2
2025-06-16rustdoc: skip `MetaSized` boundsDavid Wood-7/+52
2025-06-16Auto merge of #142447 - dianqk:llvm-20.1.7, r=nikicbors-0/+0
2025-06-16rustdoc: add ways of collapsing all impl blocksbinarycat-6/+22
2025-06-16Remove hanging parenthesis from example signature.Chris Bloodsworth-2/+2
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-6/+6
2025-06-16feat: Insert required parentheses when typing `+` in trait typeLukas Wirth-8/+92
2025-06-16Update booksrustbot-0/+0
2025-06-16Add comment to prevent having code other than `initSearch` at the end of `sea...Guillaume Gomez-0/+4
2025-06-16feat: Show what cargo metadata is doing in statusLukas Wirth-26/+57
2025-06-16Use stage 1 for building docsAlice Ryhl-1/+1
2025-06-16Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzolbors-139/+259
2025-06-16Format goto_type_definitionLaurențiu Nicola-4/+2
2025-06-16Rollup merge of #142566 - Kobzol:ci-nopt-fix, r=jieyouxuJakub Beránek-10/+2
2025-06-16Rollup merge of #142528 - fee1-dead-contrib:push-rlxklunqkwmv, r=RalfJungJakub Beránek-1/+1
2025-06-16Rollup merge of #142431 - Kobzol:bootstrap-snapshot-tests, r=jieyouxuJakub Beránek-20/+158
2025-06-16Rollup merge of #142416 - Kobzol:bootstrap-cleanup-2, r=jieyouxuJakub Beránek-106/+97
2025-06-16Rollup merge of #142125 - cberner:file_lock_stable, r=ChrisDentonJakub Beránek-2/+1
2025-06-16update to literal-escaper 0.0.4 for better API without `unreachable` and fast...Marijn Schouten-165/+137
2025-06-16Auto merge of #142556 - RalfJung:miri-sync, r=RalfJungbors-1013/+882
2025-06-16Add infrastructure for emitting timing sectionsJakub Beránek-0/+28
2025-06-16Fix `-nopt` CI jobsJakub Beránek-10/+2
2025-06-16Merge pull request #19994 from sourcefrog/book-linksLaurențiu Nicola-3/+2
2025-06-15Rollup merge of #142499 - Shourya742:2025-06-14-remove-check-run-bootstrap, r...León Orell Valerian Liehr-50/+19
2025-06-15Rollup merge of #134661 - dtolnay:prefixattr, r=fmeaseLeón Orell Valerian Liehr-11/+11
2025-06-15Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichtonLeón Orell Valerian Liehr-117/+0
2025-06-15Merge pull request #20000 from tadeokondrak/lifetime-repeat-macroChayim Refael Friedman-14/+63
2025-06-15Use is_any_identifier in pretty_print_macro_expansionTadeo Kondrak-13/+6
2025-06-15Fix spacing for LIFETIME_IDENT near keywords and literals in test outputTadeo Kondrak-4/+12