| Age | Commit message (Expand) | Author | Lines |
| 2022-06-13 | rustdoc: add missing article | Michael Howell | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -9/+9 |
| 2022-06-12 | rustdoc: change error message for invalid `#[doc(tuple_variadic)]` | Michael Howell | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -12/+12 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -6/+6 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -6/+23 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -1/+40 |
| 2022-06-07 | Rollup merge of #97301 - semicoleon:unstable-reexport, r=petrochenkov | Dylan DPC | -3/+37 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-06 | Rollup merge of #97495 - clarfonthey:e0788-no-coverage, r=nagisa | Dylan DPC | -0/+52 |
| 2022-06-05 | Changes from code review | ltdk | -2/+3 |
| 2022-06-04 | Allow unstable items to be re-exported unstably without requiring the feature... | cole | -3/+37 |
| 2022-06-03 | Encode MIR for 'unreachable' non-generic fns | Michael Goulet | -25/+8 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-02 | don't use a `span_note` for ignored impls | lcnr | -5/+1 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -78/+7 |
| 2022-05-30 | update diagnostic message on removed attribute | Oli Scherer | -1/+1 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -78/+7 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -56/+61 |
| 2022-05-28 | Add E0788 for improper #[no_coverage] usage | ltdk | -0/+51 |
| 2022-05-25 | Respond to PR comments. | ridwanabdillahi | -1/+8 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -56/+54 |
| 2022-05-24 | Remove the check_mod_intrinsics query | Oli Scherer | -2/+0 |
| 2022-05-24 | move intrinsicck to typeck | Oli Scherer | -564/+0 |
| 2022-05-22 | Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakis | bors | -857/+0 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -857/+0 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -12/+31 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -2/+1 |
| 2022-05-20 | Auto merge of #97224 - matthiaskrgr:rollup-it5nw68, r=matthiaskrgr | bors | -1/+1 |
| 2022-05-20 | Introduce LifetimeCtxt. | Camille GILLOT | -1/+1 |
| 2022-05-20 | Do not warn on inherent doc(hidden) assoc items | León Orell Valerian Liehr | -1/+1 |
| 2022-05-19 | Rebase fallout | Oli Scherer | -1/+1 |
| 2022-05-19 | Move check to existing pass | Jacob Pratt | -56/+26 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -1/+52 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -5/+3 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -5/+5 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -3/+1 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -506/+436 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -3/+1 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -14/+20 |
| 2022-05-14 | allocate string only when error will be emitted | Miguel Guarniz | -2/+7 |
| 2022-05-14 | use opt_item_name to pattern match items with names | Miguel Guarniz | -2/+2 |
| 2022-05-14 | avoid fetching HIR when handling Impl assoc items | Miguel Guarniz | -12/+18 |
| 2022-05-13 | remove redundant branch | Miguel Guarniz | -4/+4 |
| 2022-05-13 | remove unnecessary methods from HirIdValidator | Miguel Guarniz | -14/+0 |
| 2022-05-13 | avoid converting to DefId from LocalDefId when using query | Miguel Guarniz | -1/+1 |
| 2022-05-13 | use for_each_module instead of iterating over Item's | Miguel Guarniz | -7/+8 |
| 2022-05-13 | change back to using tcx.hir() visit-item method | Miguel Guarniz | -47/+8 |
| 2022-05-13 | rename visit item-like methods | Miguel Guarniz | -7/+7 |
| 2022-05-13 | remove ItemLikeVisitor and DeepVisitor | Miguel Guarniz | -10/+7 |