about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-10-21fix: classify `safe` as a contextual kwroife-11/+11
2024-10-20Store patterns desugared from destructuring assignments in source mapChayim Refael Friedman-174/+280
2024-10-20Handle destructuring assignments uniformlyChayim Refael Friedman-707/+886
2024-10-20Remove now-incorrect codeChayim Refael Friedman-8/+0
2024-10-20Update Cargo.lockChayim Refael Friedman-5/+5
2024-10-20Rollup merge of #131961 - jieyouxu:dirty, r=ZalatharMatthias Krüger-9/+7
2024-10-20Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-SimulacrumMatthias Krüger-5/+3
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-1/+0
2024-10-20Rip out old effects var handling code from traitsMichael Goulet-23/+1
2024-10-20make unsupported_calling_conventions a hard errorRalf Jung-14/+14
2024-10-20fix: do not emit unsafe diagnositcs for safe statics in extern blocksroife-3/+62
2024-10-20feat: initial support for safe_kw in extern blocksroife-9/+264
2024-10-20Update rustc-hash to version 2Noratrieb-2/+2
2024-10-20compiletest: disambiguate between `tidy` and `tidy` (html version)许杰友 Jieyou Xu (Joe)-9/+7
2024-10-20fmtThe Miri Cronjob Bot-2/+7
2024-10-20Merge from rustcThe Miri Cronjob Bot-2999/+6458
2024-10-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-10-20Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicolaStuart Cook-5/+4
2024-10-20Rollup merge of #131941 - lolbinarycat:compiletest-need-html-tidy, r=clubby789Stuart Cook-1/+1
2024-10-19Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxuMatthias Krüger-1/+13
2024-10-19compiletest: disambiguate html-tidy from rust tidy toolbinarycat-1/+1
2024-10-19rust-analyzer: Nest `LayoutCalculatorError` in `hir_ty::LayoutError`Jubilee Young-5/+4
2024-10-19Fix testsMichael Goulet-32/+27
2024-10-19Combine entry points for wrapping/unwrapping return typesGiga Bowser-426/+592
2024-10-19Apply review comments + use `shallow_lint_levels_on`blyxyas-2/+2
2024-10-19Remove module passes filteringblyxyas-36/+22
2024-10-19Follow review comments (optimize the filtering)blyxyas-29/+97
2024-10-19Do not run lints that cannot emitblyxyas-5/+14
2024-10-19Emit error on `skip-filecheck` test containing filecheck directivesclubby789-0/+3
2024-10-19Warn on redundant `--cfg` directive when revisions are usedclubby789-1/+13
2024-10-19interpret errors: add map_err_kind, rename InterpError -> InterpErrorKindRalf Jung-16/+15
2024-10-19Auto merge of #18336 - xuwaters:patch-1, r=lnicolabors-1/+1
2024-10-19Auto merge of #18335 - SomeoneToIgnore:editorconfig-glob, r=lnicolabors-1/+1
2024-10-19Auto merge of #131910 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-10-18Increase TOKEN_LIMIT for hir-expandWei Xu-1/+1
2024-10-19Fix editorconfig globKirill Bulatov-1/+1
2024-10-18Update cargoWeihang Lo-0/+0
2024-10-18style: fix typosDavid Kurilla-3/+3
2024-10-18docs: create setup documentationDavid Kurilla-0/+63
2024-10-18Auto merge of #131892 - flip1995:clippy-subtree-update, r=Manishearthbors-1744/+4025
2024-10-18Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warningNoratrieb-1/+0
2024-10-18tail_calls: add test ensuring local vars are indeed goneRalf Jung-0/+46
2024-10-18Rollup merge of #131870 - Zalathar:test-collector, r=jieyouxu许杰友 Jieyou Xu (Joe)-104/+98
2024-10-18Clamp Position::character to line lengthJohannes Altmanninger-3/+11
2024-10-18Hotfix TRAIT_METHODS static->constPhilipp Krones-1/+2
2024-10-18vscode: update some dependenciesDavid Barsky-138/+1401
2024-10-18pthread-threadname: ensure we can see the name set via the Rust APIRalf Jung-0/+17
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-1745/+4025
2024-10-18Auto merge of #18320 - davidbarsky:davidbarsky/fix-lldb-dap-calling-rustc, r=...bors-16/+27
2024-10-18Auto merge of #18243 - krobelus:clamp-position-character, r=Veykrilbors-1/+32