| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoerister | Matthias Krüger | -0/+4 |
| 2021-11-25 | Do not visit attributes in `LateResolutionVisitor`. | Camille GILLOT | -0/+4 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -0/+1 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -0/+1 |
| 2021-11-20 | Rollup merge of #90930 - Nilstrieb:fix-non-const-value-ice, r=estebank | Matthias Krüger | -2/+14 |
| 2021-11-20 | Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport... | Matthias Krüger | -17/+33 |
| 2021-11-20 | Clarify error messages caused by re-exporting `pub(crate)` visibility to outside | Ken Matsui | -17/+33 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -12/+8 |
| 2021-11-16 | Fix case where ICE #90878 was still triggered by a leading newline | Nilstrieb | -9/+7 |
| 2021-11-15 | Fix `non-constant value` ICE (#90878) | Nilstrieb | -1/+15 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-12 | Rollup merge of #90826 - petrochenkov:binattr, r=cjgillot | Matthias Krüger | -1/+1 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -1/+1 |
| 2021-11-11 | Shorten Span of unused macro lints | Marcel Hellwig | -13/+12 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -5/+4 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -1/+2 |
| 2021-11-08 | Rollup merge of #90652 - matthiaskrgr:unnnec_filter_map, r=jyn514 | Guillaume Gomez | -20/+8 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -15/+11 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -15/+11 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -23/+18 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+2 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -5/+5 |
| 2021-11-06 | use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy)) | Matthias Krüger | -20/+8 |
| 2021-11-03 | fix message | Takayuki Maeda | -1/+1 |
| 2021-11-03 | add a suggestion about undeclared `alloc` module | Takayuki Maeda | -9/+23 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -7/+3 |
| 2021-10-28 | Remove `ModData` from rustc_metadata | Matthew Jasper | -2/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-26 | Reverting switching test to no_std and adjust output after rebase. | Jakob Degen | -1/+0 |
| 2021-10-26 | Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i... | Jakob Degen | -7/+51 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -17/+10 |
| 2021-10-25 | Rollup merge of #90127 - JohnTitor:fix-90113, r=estebank | Matthias Krüger | -0/+9 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-21 | Don't suggest importing items with hygienic names | Matthew Jasper | -0/+2 |
| 2021-10-21 | Handle cross-crate module `ExpnId`s consistently | Matthew Jasper | -6/+1 |
| 2021-10-21 | Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" | Mark Rousskov | -145/+213 |
| 2021-10-21 | Do not mention a reexported item if it's private | Yuki Okushi | -0/+9 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -213/+145 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -6/+3 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -46/+13 |
| 2021-10-18 | resolve: Use `NameBinding` for local variables and generic parameters | Vadim Petrochenkov | -213/+145 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -2/+2 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -1/+1 |
| 2021-10-16 | Update the syn crate and adopt let_else in three more places | est31 | -3/+1 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+2 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-13 | Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebank | Matthias Krüger | -1/+44 |