| Age | Commit message (Expand) | Author | Lines |
| 2024-10-21 | fix: classify `safe` as a contextual kw | roife | -11/+11 |
| 2024-10-20 | Store patterns desugared from destructuring assignments in source map | Chayim Refael Friedman | -174/+280 |
| 2024-10-20 | Handle destructuring assignments uniformly | Chayim Refael Friedman | -707/+886 |
| 2024-10-20 | Remove now-incorrect code | Chayim Refael Friedman | -8/+0 |
| 2024-10-20 | Update Cargo.lock | Chayim Refael Friedman | -5/+5 |
| 2024-10-20 | Rollup merge of #131961 - jieyouxu:dirty, r=Zalathar | Matthias Krüger | -9/+7 |
| 2024-10-20 | Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-Simulacrum | Matthias Krüger | -5/+3 |
| 2024-10-20 | Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -23/+1 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -14/+14 |
| 2024-10-20 | fix: do not emit unsafe diagnositcs for safe statics in extern blocks | roife | -3/+62 |
| 2024-10-20 | feat: initial support for safe_kw in extern blocks | roife | -9/+264 |
| 2024-10-20 | Update rustc-hash to version 2 | Noratrieb | -2/+2 |
| 2024-10-20 | compiletest: disambiguate between `tidy` and `tidy` (html version) | 许杰友 Jieyou Xu (Joe) | -9/+7 |
| 2024-10-20 | fmt | The Miri Cronjob Bot | -2/+7 |
| 2024-10-20 | Merge from rustc | The Miri Cronjob Bot | -2999/+6458 |
| 2024-10-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-10-20 | Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola | Stuart Cook | -5/+4 |
| 2024-10-20 | Rollup merge of #131941 - lolbinarycat:compiletest-need-html-tidy, r=clubby789 | Stuart Cook | -1/+1 |
| 2024-10-19 | Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxu | Matthias Krüger | -1/+13 |
| 2024-10-19 | compiletest: disambiguate html-tidy from rust tidy tool | binarycat | -1/+1 |
| 2024-10-19 | rust-analyzer: Nest `LayoutCalculatorError` in `hir_ty::LayoutError` | Jubilee Young | -5/+4 |
| 2024-10-19 | Fix tests | Michael Goulet | -32/+27 |
| 2024-10-19 | Combine entry points for wrapping/unwrapping return types | Giga Bowser | -426/+592 |
| 2024-10-19 | Apply review comments + use `shallow_lint_levels_on` | blyxyas | -2/+2 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -36/+22 |
| 2024-10-19 | Follow review comments (optimize the filtering) | blyxyas | -29/+97 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -5/+14 |
| 2024-10-19 | Emit error on `skip-filecheck` test containing filecheck directives | clubby789 | -0/+3 |
| 2024-10-19 | Warn on redundant `--cfg` directive when revisions are used | clubby789 | -1/+13 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -16/+15 |
| 2024-10-19 | Auto merge of #18336 - xuwaters:patch-1, r=lnicola | bors | -1/+1 |
| 2024-10-19 | Auto merge of #18335 - SomeoneToIgnore:editorconfig-glob, r=lnicola | bors | -1/+1 |
| 2024-10-19 | Auto merge of #131910 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-10-18 | Increase TOKEN_LIMIT for hir-expand | Wei Xu | -1/+1 |
| 2024-10-19 | Fix editorconfig glob | Kirill Bulatov | -1/+1 |
| 2024-10-18 | Update cargo | Weihang Lo | -0/+0 |
| 2024-10-18 | style: fix typos | David Kurilla | -3/+3 |
| 2024-10-18 | docs: create setup documentation | David Kurilla | -0/+63 |
| 2024-10-18 | Auto merge of #131892 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1744/+4025 |
| 2024-10-18 | Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warning | Noratrieb | -1/+0 |
| 2024-10-18 | tail_calls: add test ensuring local vars are indeed gone | Ralf Jung | -0/+46 |
| 2024-10-18 | Rollup merge of #131870 - Zalathar:test-collector, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -104/+98 |
| 2024-10-18 | Clamp Position::character to line length | Johannes Altmanninger | -3/+11 |
| 2024-10-18 | Hotfix TRAIT_METHODS static->const | Philipp Krones | -1/+2 |
| 2024-10-18 | vscode: update some dependencies | David Barsky | -138/+1401 |
| 2024-10-18 | pthread-threadname: ensure we can see the name set via the Rust API | Ralf Jung | -0/+17 |
| 2024-10-18 | Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u... | Philipp Krones | -1745/+4025 |
| 2024-10-18 | Auto merge of #18320 - davidbarsky:davidbarsky/fix-lldb-dap-calling-rustc, r=... | bors | -16/+27 |
| 2024-10-18 | Auto merge of #18243 - krobelus:clamp-position-character, r=Veykril | bors | -1/+32 |