| Age | Commit message (Expand) | Author | Lines |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -5/+6 |
| 2021-09-01 | Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-Simulacrum | Mara Bos | -0/+30 |
| 2021-08-29 | emit specific warning to clarify that foreign items can't have no_mangle | asquared31415 | -0/+30 |
| 2021-08-29 | Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa | bors | -1/+1 |
| 2021-08-28 | Remove obsolete `MacroDef` variant of `OwnerNode` | inquisitivecrystal | -2/+1 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -38/+15 |
| 2021-08-27 | rustc_target: add lifetime parameter to `LayoutOf`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-08-25 | Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillot | bors | -87/+35 |
| 2021-08-25 | Auto merge of #84333 - tmiasko:liveness-yield, r=tmandry | bors | -3/+11 |
| 2021-08-24 | Auto merge of #88271 - sexxi-goose:liveness, r=nikomatsakis | bors | -30/+6 |
| 2021-08-24 | Improve liveness analysis for generators | Tomasz Miąsko | -3/+11 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -17/+174 |
| 2021-08-24 | Auto merge of #85556 - FabianWolff:issue-85071, r=estebank,jackh726 | bors | -31/+72 |
| 2021-08-23 | 2229: Consider varaiables mentioned in closure as used | Aman Arora | -30/+6 |
| 2021-08-23 | Detect incorrect number of lang item generics | asquared31415 | -87/+35 |
| 2021-08-21 | Address review comments | Aaron Hill | -1/+6 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -17/+169 |
| 2021-08-18 | Rollup merge of #88036 - nbdd0121:const3, r=petrochenkov | Guillaume Gomez | -0/+7 |
| 2021-08-18 | Auto merge of #87985 - nbdd0121:asm, r=Amanieu | bors | -5/+10 |
| 2021-08-16 | Add check for doc(test(...)) attribute | Guillaume Gomez | -2/+43 |
| 2021-08-16 | Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearth | bors | -1/+16 |
| 2021-08-16 | Auto merge of #88032 - hyd-dev:no-mangle-method, r=petrochenkov | bors | -15/+16 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -1/+16 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -9/+18 |
| 2021-08-15 | Use correct drop scopes for if expressions | Matthew Jasper | -4/+20 |
| 2021-08-14 | Fix dead code warning when inline const is used in pattern | Gary Guo | -0/+7 |
| 2021-08-15 | Fix `reachable_set` for non-function items in non-library crates | hyd-dev | -15/+16 |
| 2021-08-12 | Forbid `!` from being used in `asm!` output | Gary Guo | -5/+10 |
| 2021-08-12 | Adjust `check_no_mangle` and `check_export_name` to warn/error on `#[no_mangl... | hyd-dev | -12/+20 |
| 2021-08-12 | Add associated functions that have custom linkage to `reachable_set` | hyd-dev | -13/+21 |
| 2021-08-07 | Auto merge of #87772 - npmccallum:naked_abi, r=Amanieu | bors | -1/+2 |
| 2021-08-04 | Disable unused variable lint for naked functions | Nathaniel McCallum | -0/+5 |
| 2021-08-04 | Move naked function ABI check to its own lint | Nathaniel McCallum | -1/+2 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -103/+96 |
| 2021-08-02 | Validate that naked functions are never inlined | Nathaniel McCallum | -1/+11 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -103/+96 |
| 2021-07-29 | Add feature gates for `for` and `?` in consts | Jonas Schievink | -4/+5 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -2/+2 |
| 2021-07-25 | Only check macro attributes when checking the crate root. | Camille GILLOT | -2/+2 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -3/+3 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-21 | Allow some temporarily dead code. | Felix S. Klock II | -0/+2 |
| 2021-07-21 | Revert PR 81473 to resolve (on mainline) issues 81626 and 81658. | Felix S. Klock II | -6/+0 |
| 2021-07-14 | Warn about useless assignments of variables/fields to themselves | Fabian Wolff | -0/+54 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -18/+52 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -1/+2 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -24/+27 |
| 2021-07-10 | Check if the attribute is applied correctly | Deadbeef | -0/+26 |
| 2021-07-10 | Applied suggestions | Deadbeef | -11/+6 |