| Age | Commit message (Expand) | Author | Lines |
| 2024-07-12 | Use more accurate span for `:` to `::` suggestion | Esteban Küber | -1/+5 |
| 2024-07-12 | Make `impl` and `!` removal suggestion `short` | Esteban Küber | -2/+2 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -183/+346 |
| 2024-07-12 | Auto merge of #127382 - estebank:const-let, r=compiler-errors | bors | -1/+1 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -1/+1 |
| 2024-07-11 | check is_ident before parse_ident | trevyn | -2/+2 |
| 2024-07-11 | And additionally enforce ? and async/const aren't mixed | Michael Goulet | -0/+43 |
| 2024-07-10 | Enforce that ? and for<...> are not combined | Michael Goulet | -0/+26 |
| 2024-07-10 | Improve error message | Michael Goulet | -0/+20 |
| 2024-07-10 | Reorder modifiers and polarity to be *after* binder in trait bounds | Michael Goulet | -2/+2 |
| 2024-07-10 | Auto merge of #127419 - trevyn:issue-125446, r=fee1-dead | bors | -61/+101 |
| 2024-07-10 | Use `cfg_attr` as a name more. | Nicholas Nethercote | -3/+3 |
| 2024-07-10 | Change empty replace range condition. | Nicholas Nethercote | -15/+16 |
| 2024-07-09 | Move `Spacing` into `FlatToken`. | Nicholas Nethercote | -17/+13 |
| 2024-07-08 | Split the stack in `make_attr_token_stream`. | Nicholas Nethercote | -26/+17 |
| 2024-07-08 | Use iterator normally in `make_attr_token_stream`. | Nicholas Nethercote | -4/+2 |
| 2024-07-08 | Use an `@` pattern to shorten some code. | Nicholas Nethercote | -6/+3 |
| 2024-07-08 | Clear `inner_attr_ranges` regularly. | Nicholas Nethercote | -8/+3 |
| 2024-07-08 | Add suggestions for possible missing `fn`, `struct`, or `enum` keywords | trevyn | -61/+101 |
| 2024-07-07 | Remove `Clone` derive from `LazyAttrTokenStreamImpl`. | Nicholas Nethercote | -1/+0 |
| 2024-07-07 | Rename some attribute types for consistency. | Nicholas Nethercote | -24/+22 |
| 2024-07-07 | Simplify `ReplaceRange`. | Nicholas Nethercote | -24/+21 |
| 2024-07-05 | Remove some unnecessary integer conversions. | Nicholas Nethercote | -5/+3 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -33/+6 |
| 2024-07-02 | Import `std::{iter,mem}`. | Nicholas Nethercote | -11/+10 |
| 2024-07-02 | Rename `make_token_stream`. | Nicholas Nethercote | -6/+6 |
| 2024-07-02 | Shrink parser positions from `usize` to `u32`. | Nicholas Nethercote | -15/+12 |
| 2024-07-02 | Move more things around in `collect_tokens_trailing_token`. | Nicholas Nethercote | -23/+18 |
| 2024-07-02 | Move things around in `collect_tokens_trailing_token`. | Nicholas Nethercote | -7/+7 |
| 2024-07-02 | Flip an if/else in `AttrTokenStream::to_attr_token_stream`. | Nicholas Nethercote | -3/+3 |
| 2024-07-02 | Fix comment. | Nicholas Nethercote | -3/+3 |
| 2024-07-02 | Fix a typo in a comment. | Nicholas Nethercote | -1/+1 |
| 2024-06-29 | Rollup merge of #127103 - compiler-errors:tighten-trait-bound-parsing, r=fmease | Matthias Krüger | -40/+62 |
| 2024-06-28 | Move binder and polarity parsing into parse_generic_ty_bound | Michael Goulet | -40/+62 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -33/+6 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -2/+3 |
| 2024-06-27 | Rollup merge of #126571 - nnethercote:less-maybe_whole-expr-2, r=petrochenkov | Jacob Pratt | -32/+41 |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -1/+1 |
| 2024-06-25 | Inline and remove `maybe_whole_expr!`. | Nicholas Nethercote | -32/+41 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -3/+10 |
| 2024-06-24 | Rollup merge of #126882 - estebank:multiline-order, r=WaffleLapkin | Matthias Krüger | -10/+7 |
| 2024-06-24 | coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]` | Zalathar | -3/+10 |
| 2024-06-24 | Rollup merge of #126177 - carbotaniuman:unsafe_attr_errors, r=jieyouxu | Matthias Krüger | -6/+98 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -6/+98 |
| 2024-06-23 | Special case when a code line only has multiline span starts | Esteban Küber | -10/+7 |
| 2024-06-23 | Rework pattern and expression nonterminal kinds. | Nicholas Nethercote | -16/+12 |
| 2024-06-21 | Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino | Matthias Krüger | -1/+1 |
| 2024-06-21 | Rollup merge of #126700 - compiler-errors:fragment, r=fmease | Matthias Krüger | -3/+2 |
| 2024-06-21 | Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebank | Matthias Krüger | -16/+42 |
| 2024-06-21 | Auto merge of #126757 - compiler-errors:safe, r=spastorino | bors | -0/+3 |