| Age | Commit message (Expand) | Author | Lines |
| 2022-01-22 | Rollup merge of #93153 - tmiasko:reject-unsupported-naked-functions, r=Amanieu | Matthias Krüger | -0/+5 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -6/+6 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -0/+5 |
| 2022-01-20 | Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer... | Matthias Krüger | -3/+3 |
| 2022-01-19 | Add links to the reference and rust by example for asm! docs and lints | Amanieu d'Antras | -0/+4 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -14/+8 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -33/+100 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -8/+5 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -3/+2 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2022-01-15 | initial revert | Ellen | -8/+5 |
| 2022-01-11 | rustc_pass_by_value: handle inferred generic types (with _) | Mahdi Dibaiee | -9/+5 |
| 2022-01-11 | rustc_pass_by_value: handle generic and const type parameters | Mahdi Dibaiee | -14/+19 |
| 2022-01-11 | rustc_pass_by_value: allow types with no parameters on self | Mahdi Dibaiee | -13/+5 |
| 2022-01-10 | rustc_pass_by_value remove dependency on rustc_diagnostic_item | Mahdi Dibaiee | -7/+4 |
| 2022-01-10 | rustc_pass_by_value lint: add test on custom types | Mahdi Dibaiee | -0/+1 |
| 2022-01-09 | Make message for &T -> &mut T transmute more accurate | 5225225 | -3/+3 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -1/+2 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -33/+109 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -1/+9 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -20/+19 |
| 2021-12-19 | Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisa | Matthias Krüger | -1/+4 |
| 2021-12-18 | Rollup merge of #92032 - petrochenkov:extblockpath, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-18 | hir: Do not introduce dummy type names for `extern` blocks in def paths | Vadim Petrochenkov | -2/+2 |
| 2021-12-18 | Rollup merge of #91818 - camelid:unused-result-type, r=jackh726 | Matthias Krüger | -1/+3 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -10/+0 |
| 2021-12-17 | fix(rustc_lint): mark the parens around `(1..loop {})` as unused | Michael Howell | -1/+1 |
| 2021-12-16 | suggest adding a `#[cfg(test)]` to test modules | Takayuki Maeda | -1/+9 |
| 2021-12-15 | fix(rustc_lint): better detect when parens are necessary | Michael Howell | -1/+4 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -14/+13 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -6/+6 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -1/+1 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -1/+1 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -1/+0 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -5/+3 |
| 2021-12-11 | Show the unused type for `unused_results` lint | Noah Lev | -1/+3 |
| 2021-12-11 | Remove useless variant. | Camille GILLOT | -20/+1 |
| 2021-12-09 | Remove redundant [..]s | est31 | -1/+1 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -10/+0 |
| 2021-12-03 | Use let_else in some more places in rustc_lint | est31 | -69/+52 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2021-12-01 | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 | bors | -1/+3 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -1/+3 |
| 2021-12-01 | Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726 | Matthias Krüger | -48/+52 |
| 2021-11-30 | Emit a warning on generic parameters with doc comments | Joshua Nelson | -0/+4 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -1/+1 |
| 2021-11-16 | Use get_diagnostic_name more | Cameron Steffen | -48/+52 |