summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-01-02Move the `crate-loading` test to use `diff` outputEsteban Küber-0/+6
2024-12-18Taking a raw ref of a deref is always safeLukas Wirth-4/+27
2024-11-27Revert r-a completions breakageKirill Bulatov-243/+74
2024-11-26Ignore the rustc_bootstrap test during post-opt-dist testsJieyou Xu-0/+6
2024-11-21Auto merge of #132629 - nnethercote:124141-preliminaries, r=petrochenkovbors-1/+1
2024-11-21Introduce `InvisibleOrigin` on invisible delimiters.Nicholas Nethercote-1/+1
2024-11-20Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakisbors-0/+1
2024-11-20Auto merge of #133251 - matthiaskrgr:rollup-gjeis3q, r=matthiaskrgrbors-12/+15
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+1
2024-11-20Auto merge of #133227 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-20interpret: make typing_env field privateRalf Jung-12/+15
2024-11-20Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errorsbors-100/+107
2024-11-19Update cargoWeihang Lo-0/+0
2024-11-19Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-...Matthias Krüger-1/+1
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-13/+13
2024-11-19remove `TypingMode::from_param_env` in clippylcnr-68/+77
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-27/+25
2024-11-19Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkovMatthias Krüger-5/+5
2024-11-19Remove `TokenKind::InvalidPrefix`.Nicholas Nethercote-1/+1
2024-11-18Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errorsbors-89/+99
2024-11-18Update `xshell` and `xshell-macros` to v0.2.7Urgau-5/+5
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-89/+99
2024-11-18Rollup merge of #133158 - lnicola:sync-from-ra, r=lnicolaJacob Pratt-15/+32
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-1/+1
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-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-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-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-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-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