| Age | Commit message (Expand) | Author | Lines |
| 2022-06-07 | Filter out intrinsics if we have other import candidates to suggest | Michael Goulet | -1/+13 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+1 |
| 2022-06-07 | suggest swapping a struct and a trait | Takayuki Maeda | -1/+29 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -97/+8 |
| 2022-06-06 | Rollup merge of #97683 - cjgillot:no-apit-hrtb, r=nagisa | Matthias Krüger | -7/+64 |
| 2022-06-05 | Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin | bors | -6/+6 |
| 2022-06-05 | Rename `visit_generic_param{_slice => s}` | Maybe Waffle | -5/+5 |
| 2022-06-05 | Auto merge of #97391 - Urgau:cfg_accessible, r=petrochenkov | bors | -8/+15 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -83/+5 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -22/+11 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 |
| 2022-06-03 | Fail gracefully when encountering an HRTB in APIT. | Camille GILLOT | -7/+64 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -6/+6 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -68/+24 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -89/+87 |
| 2022-06-03 | Conservatively report "not sure" in cfg_accessible | Urgau | -1/+3 |
| 2022-06-03 | Use the same message as type & const generics. | Camille GILLOT | -51/+28 |
| 2022-06-03 | Reuse resolve_label to check lifetime shadowing. | Camille GILLOT | -40/+29 |
| 2022-06-03 | Do not lower generic lifetime params when AST resolution emitted an error. | Camille GILLOT | -0/+7 |
| 2022-06-02 | Stop warning against unrelated labels. | Camille GILLOT | -1/+0 |
| 2022-06-02 | Do not report mixed label/lifetime shadowing. | Camille GILLOT | -111/+45 |
| 2022-06-02 | Diagnose shadowing on AST. | Camille GILLOT | -325/+209 |
| 2022-06-01 | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve... | Matthias Krüger | -3/+16 |
| 2022-05-30 | Handle more cases in cfg_accessible | Urgau | -8/+13 |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -3/+16 |
| 2022-05-24 | Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c... | Yuki Okushi | -7/+8 |
| 2022-05-23 | add typo suggestions for all `AssocSuggestion` variants | Takayuki Maeda | -1/+1 |
| 2022-05-23 | Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomez | bors | -1/+1 |
| 2022-05-21 | Merge crate and restricted visibilities | Jacob Pratt | -1/+0 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -3/+1 |
| 2022-05-21 | Fix broken intra-doc link | Michael Howell | -1/+1 |
| 2022-05-21 | typo suggestion for a variable with a name similar to struct fields | Takayuki Maeda | -7/+8 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -85/+93 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -431/+204 |
| 2022-05-20 | Introduce BareFnTy::decl_span and fix generics span. | Camille GILLOT | -12/+3 |
| 2022-05-20 | Introduce LifetimeCtxt. | Camille GILLOT | -2/+2 |
| 2022-05-18 | Auto merge of #96800 - nbdd0121:const, r=nagisa | bors | -32/+25 |
| 2022-05-18 | Rollup merge of #96651 - ken-matsui:omit-unnecessary-help-to-add-cfg-test, r=... | Yuki Okushi | -14/+21 |
| 2022-05-17 | Omit unnecessary help to add `#[cfg(test)]` when already annotated | Ken Matsui | -14/+21 |
| 2022-05-14 | Auto merge of #97039 - cjgillot:no-rpit-hrtb, r=jackh726 | bors | -0/+14 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -0/+14 |
| 2022-05-13 | resolve: Move collection of all `macro_rules` in the crate to rustdoc | Vadim Petrochenkov | -12/+7 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-05-12 | Replace DefPathData::Misc by two appropriately-named variants. | Camille GILLOT | -4/+4 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -6/+1 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -14/+109 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -6/+1 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -15/+15 |