| Age | Commit message (Expand) | Author | Lines |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -0/+17 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -1/+1 |
| 2022-11-05 | Remove `unescape_byte_literal`. | Nicholas Nethercote | -18/+11 |
| 2022-10-26 | remove unused parser fn | Michael Goulet | -18/+0 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -1/+18 |
| 2022-10-18 | Fix `TyKind::is_simple_path`. | Nicholas Nethercote | -2/+5 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -4/+7 |
| 2022-10-12 | Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011 | bors | -72/+45 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -6/+6 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -6/+6 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -1/+1 |
| 2022-10-09 | allow or avoid for loops over option in compiler and tests | Maybe Waffle | -8/+6 |
| 2022-10-05 | Remove `TokenStreamBuilder`. | Nicholas Nethercote | -72/+45 |
| 2022-10-03 | Rewrite `Token::is_op`. | Nicholas Nethercote | -11/+8 |
| 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 | 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 |