about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-11-17Inline ExprPrecedence::order into Expr::precedenceDavid Tolnay-11/+11
2024-11-17Auto merge of #132646 - jieyouxu:liberate-aarch64-gnu-debug, r=Kobzolbors-101/+175
2024-11-17Likely unlikely fixJiri Bobek-1/+1
2024-11-17Auto merge of #125949 - erikdesjardins:nocomponent, r=jieyouxubors-34/+0
2024-11-17feat: migrate `reorder_impl_items` assist to use `SyntaxFactory`Tarek-7/+14
2024-11-17Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgrbors-21/+7
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-21/+7
2024-11-16Fix related documents diagnosticsChayim Refael Friedman-3/+7
2024-11-16Bump xshellLaurențiu Nicola-4/+4
2024-11-16Update cargoWeihang Lo-0/+0
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-21/+7
2024-11-15style: remove needless borrowDavid Kurilla-1/+1
2024-11-15style: cargo fmtDavid Kurilla-1/+0
2024-11-15Merge pull request #4033 from tiif/checkepollOli Scherer-0/+137
2024-11-15clippy fixRalf Jung-1/+1
2024-11-15Merge from rustcThe Miri Cronjob Bot-1431/+1740
2024-11-15Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-286/+1149
2024-11-14Rollup merge of #133013 - matthiaskrgr:crash_aux, r=onur-ozkanGuillaume Gomez-2/+16
2024-11-14compiletest: add `max-llvm-major-version` directive许杰友 Jieyou Xu (Joe)-0/+24
2024-11-13compiletest: known-bug / crashes: allow for an "auxiliary" directory to conta...Matthias Krüger-2/+16
2024-11-13Rollup merge of #132995 - Eclips4:issue-132348, r=jieyouxuMatthias Krüger-0/+29
2024-11-14Add test for epolltiif-0/+137
2024-11-13Bump `cc`clubby789-2/+2
2024-11-13Address reviewKirill Podoprigora-3/+9
2024-11-13Add ``exact-llvm-major-version`` directiveKirill Podoprigora-0/+23
2024-11-13feat: migrate `reorder_fields` assist to use `SyntaxFactory`Tarek-8/+21
2024-11-13Auto merge of #132556 - clubby789:cargo-update, r=Mark-Simulacrumbors-168/+102
2024-11-13Run `cargo update` and update licensesclubby789-168/+102
2024-11-13Merge pull request #3939 from tiif/blockeventfdOli Scherer-109/+491
2024-11-13Implement blocking eventfdtiif-109/+491
2024-11-13fix: remove unused importsDavid Kurilla-1/+1
2024-11-12fix: fix indentation errorDavid Kurilla-1/+1
2024-11-12fix: fix immutable tree errorDavid Kurilla-5/+3
2024-11-12Rollup merge of #132948 - RalfJung:const_unicode_case_lookup, r=NoratriebMatthias Krüger-0/+5
2024-11-12Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxuMatthias Krüger-12/+20
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-6/+2
2024-11-12Rollup merge of #131831 - onur-ozkan:improve-rustc-if-unchanged-logic, r=Mark...Matthias Krüger-664/+7
2024-11-12stabilize const_unicode_case_lookupRalf Jung-0/+5
2024-11-12Renamed this to ecxYoh Deadfall-34/+31
2024-11-12tests/run-make: update `mte-ffi` to use `gcc` as the c compiler explicitlyJieyou Xu-8/+3
2024-11-12run_make_support: add a `gcc` wrapper commandJieyou Xu-101/+180
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-250/+295
2024-11-12Rollup merge of #132941 - lnicola:sync-from-ra2, r=lnicolaMatthias Krüger-249/+294
2024-11-12Rollup merge of #132793 - ehuss:update-mdbook, r=Mark-SimulacrumMatthias Krüger-4/+21
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-1/+1
2024-11-11Renamed this arguments to ecxYoh Deadfall-383/+382
2024-11-11Update the file hashKirill Bulatov-1/+1
2024-11-11Use completion item indices instead of property matching when searching for t...Kirill Bulatov-15/+33
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-12/+43