| Age | Commit message (Expand) | Author | Lines |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -2/+1 |
| 2022-08-25 | Separate CountIsStar from CountIsParam in rustc_parse_format. | Mara Bos | -6/+6 |
| 2022-08-23 | Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petroc... | Dylan DPC | -2/+2 |
| 2022-08-23 | Rollup merge of #100851 - Alexendoo:rpf-width-prec-spans, r=fee1-dead | Dylan DPC | -11/+16 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -2/+2 |
| 2022-08-22 | Rollup merge of #100694 - finalchild:ast-passes-diag, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -32/+34 |
| 2022-08-21 | Fix rustc_parse_format precision & width spans | Alex Macleod | -11/+16 |
| 2022-08-22 | Remove redundant clone | finalchild | -1/+1 |
| 2022-08-22 | Use DiagnosticMessage for BufferedEarlyLint.msg | finalchild | -1/+1 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -2/+2 |
| 2022-08-20 | Auto merge of #100564 - nnethercote:box-ast-MacCall, r=spastorino | bors | -6/+6 |
| 2022-08-18 | Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay | bors | -57/+25 |
| 2022-08-18 | Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorino | Matthias Krüger | -21/+5 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -16/+9 |
| 2022-08-17 | Remove `attrs` arg from `typaram` and `mk_ty_param`. | Nicholas Nethercote | -4/+3 |
| 2022-08-17 | Remove `TraitDef::attributes`. | Nicholas Nethercote | -17/+2 |
| 2022-08-17 | Box the `MacCall` in various types. | Nicholas Nethercote | -6/+6 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -3/+3 |
| 2022-08-16 | Remove `{ast,hir}::WhereEqPredicate::id`. | Nicholas Nethercote | -5/+1 |
| 2022-08-16 | Make `ExtCtxt::expr_lit` non-`pub`. | Nicholas Nethercote | -13/+6 |
| 2022-08-15 | Rollup merge of #100277 - m-ou-se:format-args-1, r=compiler-errors | Matthias Krüger | -90/+64 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -2/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -6/+2 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -6/+2 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -11/+10 |
| 2022-08-08 | Get rid of named_pos in format_args impl. | Mara Bos | -5/+1 |
| 2022-08-08 | Simplify format_args builtin macro implementation. | Mara Bos | -86/+64 |
| 2022-08-04 | Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst... | Matthias Krüger | -8/+32 |
| 2022-08-04 | return when captured argument is not a struct field | Takayuki Maeda | -7/+8 |
| 2022-08-03 | suggest a positional formatting argument instead of a captured argument | Takayuki Maeda | -8/+31 |
| 2022-08-02 | Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errors | Matthias Krüger | -25/+59 |
| 2022-08-02 | Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiasko | Matthias Krüger | -2/+2 |
| 2022-08-02 | Move if-block into closure to reduce duplicate code | Preston From | -7/+5 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -25/+61 |
| 2022-08-02 | Properly reject the `may_unwind` option in `global_asm!` | Amanieu d'Antras | -2/+2 |
| 2022-08-01 | Don't derive `PartialEq::ne`. | Nicholas Nethercote | -57/+25 |
| 2022-07-31 | Always include a position span in rustc_parse_format::Argument | Alex Macleod | -8/+11 |
| 2022-07-30 | Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov | bors | -8/+8 |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -8/+8 |
| 2022-07-28 | Use more idiomatic rust, comment for lint logic | Preston From | -50/+79 |
| 2022-07-25 | Use Span::from_inner and make changes to precision inner span clearer | Preston From | -16/+14 |
| 2022-07-25 | Generate correct suggestion with named arguments used positionally | Preston From | -61/+188 |
| 2022-07-20 | Rollup merge of #99508 - TaKO8Ki:avoid-symbol-to-string-conversion-in-Builtin... | Matthias Krüger | -3/+1 |
| 2022-07-20 | Rollup merge of #99480 - miam-miam100:arg-format, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-07-20 | Fix off by one error and add ui test. | miam-miam100 | -1/+1 |
| 2022-07-20 | avoid a `Symbol` to `String` conversion | Takayuki Maeda | -3/+1 |
| 2022-07-18 | Don't add attribute to allow unused-qualifications to derive impl's | Samrat Man Singh | -9/+1 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |