| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `tidy-alphabetical` in the compiler | Nilstrieb | 2022-10-12 | 3 | -4/+7 |
* | Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011 | bors | 2022-10-12 | 1 | -72/+45 |
|\ |
|
| * | Remove `TokenStreamBuilder`. | Nicholas Nethercote | 2022-10-05 | 1 | -72/+45 |
* | | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | 2022-10-10 | 3 | -6/+6 |
|\ \ |
|
| * | | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | 2022-10-10 | 3 | -6/+6 |
| |/ |
|
* | | fixup lint name | Maybe Waffle | 2022-10-09 | 1 | -1/+1 |
* | | allow or avoid for loops over option in compiler and tests | Maybe Waffle | 2022-10-09 | 1 | -8/+6 |
|/ |
|
* | Rewrite `Token::is_op`. | Nicholas Nethercote | 2022-10-03 | 1 | -11/+8 |
* | Add comments to `Spacing`. | Nicholas Nethercote | 2022-10-03 | 1 | -0/+11 |
* | Rollup merge of #102493 - nnethercote:improve-size-assertions-some-more, r=lqd | Matthias Krüger | 2022-09-30 | 2 | -16/+26 |
|\ |
|
| * | Group together more size assertions. | Nicholas Nethercote | 2022-10-01 | 2 | -16/+26 |
* | | Inline `<Token as PartialEq<TokenKind>>::eq`. | Nicholas Nethercote | 2022-09-29 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | 2022-09-28 | 1 | -6/+1 |
|\ |
|
| * | Remove `ast::Token::take`. | Nicholas Nethercote | 2022-09-26 | 1 | -6/+1 |
* | | remove cfg(bootstrap) | Pietro Albini | 2022-09-26 | 2 | -3/+0 |
|/ |
|
* | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | 2022-09-17 | 1 | -1/+1 |
|\ |
|
| * | Only enable the let_else feature on bootstrap | est31 | 2022-09-15 | 1 | -1/+1 |
* | | more simple formatting | Rageking8 | 2022-09-16 | 2 | -42/+42 |
|/ |
|
* | Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot | bors | 2022-09-14 | 2 | -17/+57 |
|\ |
|
| * | add debug assertion for max `attr_id` | SparrowLii | 2022-09-14 | 1 | -1/+24 |
| * | make `mk_attr_id` part of `ParseSess` | SparrowLii | 2022-09-14 | 2 | -17/+34 |
* | | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | 2022-09-14 | 1 | -0/+1 |
|\ \ |
|
| * | | Introduce dyn_star feature flag | Eric Holk | 2022-09-12 | 1 | -0/+1 |
* | | | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | 2022-09-14 | 1 | -17/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | 2022-09-12 | 1 | -3/+3 |
| * | | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | 2022-09-12 | 1 | -14/+10 |
* | | | Rollup merge of #101752 - GuillaumeGomez:improve-attr-docs, r=lqd | Matthias Krüger | 2022-09-13 | 1 | -1/+11 |
|\ \ \ |
|
| * | | | Improve Attribute doc methods | Guillaume Gomez | 2022-09-12 | 1 | -1/+11 |
| | |/
| |/| |
|
* | | | Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkov | Dylan DPC | 2022-09-13 | 6 | -130/+112 |
|\ \ \
| |/ /
|/| | |
|
| * | | Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`. | Nicholas Nethercote | 2022-09-09 | 5 | -61/+64 |
| * | | Inline and remove `TokenStream::opt_from_ast`. | Nicholas Nethercote | 2022-09-09 | 2 | -15/+13 |
| * | | Tweak some formatting. | Nicholas Nethercote | 2022-09-09 | 1 | -9/+5 |
| * | | Change return type of `Attribute::tokens`. | Nicholas Nethercote | 2022-09-09 | 2 | -11/+9 |
| * | | Rename `AttrAnnotatedToken{Stream,Tree}`. | Nicholas Nethercote | 2022-09-09 | 3 | -34/+31 |
| * | | Move `Spacing` out of `AttrAnnotatedTokenStream`. | Nicholas Nethercote | 2022-09-09 | 3 | -25/+15 |
* | | | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | 2022-09-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | 2022-09-10 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8Ki | Dylan DPC | 2022-09-12 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | fix #101626, suggest pub instead of public for const type item | yukang | 2022-09-11 | 1 | -0/+1 |
| |/ / |
|
* | | | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | 2022-09-12 | 1 | -6/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | 2022-08-19 | 1 | -6/+1 |
* | | | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | 2022-09-09 | 1 | -33/+3 |
|\ \ \ |
|
| * | | | review | lcnr | 2022-09-09 | 1 | -1/+1 |
| * | | | update `ParamKindOrd` | lcnr | 2022-09-08 | 1 | -33/+3 |
| | |/
| |/| |
|
* | | | Make async fn in traits work | Michael Goulet | 2022-09-09 | 1 | -2/+2 |
|/ / |
|
* | | Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk | bors | 2022-09-07 | 1 | -1/+2 |
|\ \ |
|
| * | | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | 2022-09-07 | 1 | -1/+2 |
* | | | Add documentation for Attr::is_doc_comment | Guillaume Gomez | 2022-09-07 | 1 | -0/+2 |
|/ / |
|
* | | Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot | bors | 2022-09-06 | 1 | -0/+24 |
|\ \ |
|
| * | | Suggest removing unnecessary prefix let in patterns | Michael Goulet | 2022-09-03 | 1 | -0/+24 |