about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-11Rollup merge of #134074 - GrigorenkoPV:bootstrap-io-error-more, r=jieyouxuJacob Pratt-4/+1
2025-01-11Add bstr files to linkchecker since they have a Deref to sliceJosh Triplett-0/+23
2025-01-10never print the warning on CIbinarycat-1/+1
2025-01-10minor: Fix grammar in doc commentsWilfred Hughes-4/+4
2025-01-10jsondoclint: Check that `Path` types exitst in `Crate::paths`.Alona Enraght-Moony-1/+102
2025-01-10rustdoc-json: Include items in stripped modules in `Crate::paths`.Alona Enraght-Moony-8/+15
2025-01-10jsondoclint: Support `//@ !has <path> <value>`.Alona Enraght-Moony-4/+23
2025-01-10Update cargoWeihang Lo-0/+0
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-0/+24
2025-01-10Switched FreeBSD to pthread_setname_npYoh Deadfall-41/+44
2025-01-11Merge pull request #2205 from ehuss/ci-config许杰友 Jieyou Xu (Joe)-0/+15
2025-01-10Fix calculate-job-matrix.py linkEric Huss-2/+2
2025-01-10Document how to find the configuration used in CIEric Huss-0/+15
2025-01-10fix clippy warningRalf Jung-1/+1
2025-01-10disable threading tests on freebsd for nowRalf Jung-2/+2
2025-01-10Preparing for merge from rustcRalf Jung-1/+1
2025-01-10ci: Move dist-aarch64-linux to an aarch64 runnerKajetan Puchalski-43/+241
2025-01-10Merge pull request #18907 from Veykril/push-uqlzpttmvurvLukas Wirth-2/+86
2025-01-10Implement `#[rust_analyzer::skip]` for bodiesLukas Wirth-2/+86
2025-01-10Missing errorsjnyfah-11/+26
2025-01-10Re-implement rust string highlighting via tool attributeLukas Wirth-173/+386
2025-01-10Merge pull request #18904 from Veykril/push-yztnorquuyzwLukas Wirth-24/+134
2025-01-10Implement implicit sized bound inlay hintsLukas Wirth-12/+192
2025-01-10Improve hover module path renderingLukas Wirth-24/+134
2025-01-10Merge pull request #18900 from ChayimFriedman2/stupid-hangLukas Wirth-7/+7
2025-01-10Merge pull request #18902 from Veykril/push-znlsxykqrkooLukas Wirth-133/+184
2025-01-10internal: Add Definition::CrateLukas Wirth-133/+184
2025-01-10Rollup merge of #135251 - oli-obk:push-lmpyvvyrtplk, r=ytmimiJacob Pratt-12/+43
2025-01-10add change entry for `optimized-compiler-builtins`onur-ozkan-0/+5
2025-01-10ensure `optimized_compiler_builtins` check for CI rustconur-ozkan-0/+3
2025-01-10add coverage for target specific valueonur-ozkan-1/+8
2025-01-10make `optimized-compiler-builtins` target configurableonur-ozkan-1/+11
2025-01-10Merge pull request #18901 from ChayimFriedman2/hir-reexportLukas Wirth-23/+28
2025-01-10Merge pull request #18813 from Giga-Bowser/syntax-tree-viewLukas Wirth-701/+812
2025-01-10Auto merge of #135319 - matthiaskrgr:rollup-un5lol6, r=matthiaskrgrbors-0/+97
2025-01-10Rollup merge of #134855 - estebank:default-field-values-unstable-docs, r=jiey...Matthias Krüger-0/+93
2025-01-10Rollup merge of #133088 - the8472:randomize-me-harder, r=workingjubileeMatthias Krüger-0/+4
2025-01-10Auto merge of #135297 - flip1995:clippy-subtree-update, r=matthiaskrgrbors-432/+2000
2025-01-10also initialize Layout field in rust-analyzerThe 8472-0/+4
2025-01-10Remove two hir reexportsChayim Refael Friedman-23/+28
2025-01-10Do not compute `prettify_macro_expansion()` unless the "Inline macro" assist ...Chayim Refael Friedman-7/+7
2025-01-09Add `default_field_values` entry to unstable bookEsteban Küber-0/+93
2025-01-09ci: Remove incorrect use of `continue-on-error`Noah Lev-2/+1
2025-01-09CI: fix name of jobsJakub Beránek-1/+1
2025-01-09re-add a warning for old master branch, but with much simpler logicbinarycat-0/+3
2025-01-09Add an action to copy an element from the syntax tree viewGiga Bowser-0/+55
2025-01-09Fix another issue with fixup reversingChayim Refael Friedman-5/+85
2025-01-09Remove the old syntax tree viewerGiga Bowser-700/+1
2025-01-09Add a new and improved syntax tree viewerGiga Bowser-4/+759
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-432/+2000