index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
clean
/
render_macro_matchers.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
Strip frontmatter in fewer places
León Orell Valerian Liehr
-8
/
+13
2025-05-09
Remove `Ident::empty`.
Nicholas Nethercote
-1
/
+1
2025-04-28
Introduce `BoxMarker` to pretty-printing.
Nicholas Nethercote
-4
/
+4
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-2
/
+2
2025-03-16
Fix ICE: attempted to remap an already remapped filename
Charalampos Mitrodimas
-2
/
+2
2025-03-03
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Nicholas Nethercote
-1
/
+1
2025-03-03
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
Nicholas Nethercote
-8
/
+3
2024-12-18
Rename `RefTokenTreeCursor`.
Nicholas Nethercote
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-1
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+2
2024-03-04
Remove `file_path_mapping` param from `ParseSess::new`.
Nicholas Nethercote
-3
/
+1
2024-02-20
Add newtype for raw idents
clubby789
-2
/
+2
2024-01-11
Stop using `DiagnosticBuilder::buffer` in the parser.
Nicholas Nethercote
-2
/
+2
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-3
/
+3
2023-08-02
Only call `parse_token_tree` once.
Nicholas Nethercote
-5
/
+4
2023-08-02
Inline and remove `parse_all_token_trees`.
Nicholas Nethercote
-1
/
+4
2023-08-02
`parse_all_token_trees` cannot fail.
Nicholas Nethercote
-7
/
+1
2023-02-22
various: translation resources from cg backend
David Wood
-1
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+1
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-3
/
+3
2022-05-24
fix simple clippy lints
klensy
-1
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-6
/
+6
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-4
/
+2
2022-01-18
Invert the keyword list to list only *no* space before delim
David Tolnay
-38
/
+60
2022-01-18
Eliminate string comparison from rustdoc keyword spacing logic
David Tolnay
-6
/
+33
2022-01-18
Move render_macro_matcher to own module
David Tolnay
-0
/
+191