| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 |
| 2022-05-07 | Permit asm_const and asm_sym to reference outer generic params | Gary Guo | -32/+25 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -1/+8 |
| 2022-05-05 | Implement the unused_macro_rules lint | est31 | -14/+109 |
| 2022-05-05 | Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnr | Matthias Krüger | -34/+80 |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -34/+80 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-04 | Auto merge of #96353 - estebank:issue-95413, r=compiler-errors | bors | -1/+18 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -7/+4 |
| 2022-05-03 | Allow inline consts to reference generic params | Gary Guo | -1/+8 |
| 2022-05-03 | Rollup merge of #96641 - oli-obk:bool_args, r=wesleywiser | Yuki Okushi | -28/+50 |
| 2022-05-03 | Tweak wording | Esteban Kuber | -5/+4 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -4/+22 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -15/+15 |
| 2022-05-02 | Use a yes/no enum instead of a bool. | Oli Scherer | -28/+50 |
| 2022-05-02 | Auto merge of #96431 - petrochenkov:parent, r=cjgillot | bors | -69/+53 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -69/+53 |
| 2022-05-01 | Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez | bors | -14/+19 |