| Age | Commit message (Expand) | Author | Lines |
| 2022-10-03 | Add comments to `Spacing`. | Nicholas Nethercote | -0/+11 |
| 2022-10-01 | Replace some `bool` params with an enum | Maybe Waffle | -3/+11 |
| 2022-10-01 | Recover wrong cased keywords starting functions | Maybe Waffle | -0/+9 |
| 2022-09-30 | Rollup merge of #102493 - nnethercote:improve-size-assertions-some-more, r=lqd | Matthias Krüger | -16/+26 |
| 2022-10-01 | Group together more size assertions. | Nicholas Nethercote | -16/+26 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-29 | Inline `<Token as PartialEq<TokenKind>>::eq`. | Nicholas Nethercote | -0/+1 |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -6/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -3/+0 |
| 2022-09-26 | Remove `ast::Token::take`. | Nicholas Nethercote | -6/+1 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-16 | more simple formatting | Rageking8 | -42/+42 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot | bors | -17/+57 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+1 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -17/+13 |
| 2022-09-14 | add debug assertion for max `attr_id` | SparrowLii | -1/+24 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -17/+34 |
| 2022-09-13 | Rollup merge of #101752 - GuillaumeGomez:improve-attr-docs, r=lqd | Matthias Krüger | -1/+11 |
| 2022-09-13 | Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkov | Dylan DPC | -130/+112 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -0/+1 |
| 2022-09-12 | Improve Attribute doc methods | Guillaume Gomez | -1/+11 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -1/+1 |
| 2022-09-12 | Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8Ki | Dylan DPC | -0/+1 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -6/+1 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -3/+3 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -14/+10 |
| 2022-09-11 | fix #101626, suggest pub instead of public for const type item | yukang | -0/+1 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -1/+1 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -33/+3 |
| 2022-09-09 | review | lcnr | -1/+1 |
| 2022-09-09 | Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`. | Nicholas Nethercote | -61/+64 |
| 2022-09-09 | Inline and remove `TokenStream::opt_from_ast`. | Nicholas Nethercote | -15/+13 |
| 2022-09-09 | Tweak some formatting. | Nicholas Nethercote | -9/+5 |
| 2022-09-09 | Change return type of `Attribute::tokens`. | Nicholas Nethercote | -11/+9 |
| 2022-09-09 | Rename `AttrAnnotatedToken{Stream,Tree}`. | Nicholas Nethercote | -34/+31 |
| 2022-09-09 | Move `Spacing` out of `AttrAnnotatedTokenStream`. | Nicholas Nethercote | -25/+15 |
| 2022-09-09 | Make async fn in traits work | Michael Goulet | -2/+2 |
| 2022-09-08 | update `ParamKindOrd` | lcnr | -33/+3 |
| 2022-09-07 | Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk | bors | -1/+2 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -1/+2 |
| 2022-09-07 | Add documentation for Attr::is_doc_comment | Guillaume Gomez | -0/+2 |
| 2022-09-06 | Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot | bors | -0/+24 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -22/+55 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -0/+3 |
| 2022-09-03 | Suggest removing unnecessary prefix let in patterns | Michael Goulet | -0/+24 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -22/+55 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+3 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -8/+9 |
| 2022-08-31 | Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot | Matthias Krüger | -1/+1 |