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
/
compiler
/
rustc_parse
/
src
/
parser
/
attr_wrapper.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-19
Move `inner_attr` code downwards.
Nicholas Nethercote
-10
/
+10
2024-07-19
Remove `final_attrs` local variable.
Nicholas Nethercote
-4
/
+2
2024-07-19
Simplify `CaptureState::inner_attr_ranges`.
Nicholas Nethercote
-1
/
+1
2024-07-18
Remove `TrailingToken`.
Nicholas Nethercote
-22
/
+10
2024-07-13
Rollup merge of #127558 - nnethercote:more-Attribute-cleanups, r=petrochenkov
Jubilee
-64
/
+47
2024-07-10
Change empty replace range condition.
Nicholas Nethercote
-15
/
+16
2024-07-09
Move `Spacing` into `FlatToken`.
Nicholas Nethercote
-16
/
+12
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-07
Remove `Clone` derive from `LazyAttrTokenStreamImpl`.
Nicholas Nethercote
-1
/
+0
2024-07-07
Rename some attribute types for consistency.
Nicholas Nethercote
-15
/
+14
2024-07-07
Simplify `ReplaceRange`.
Nicholas Nethercote
-21
/
+18
2024-07-05
Remove some unnecessary integer conversions.
Nicholas Nethercote
-3
/
+1
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
-12
/
+9
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-19
Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc...
bors
-1
/
+5
2024-06-19
Expand another comment.
Nicholas Nethercote
-1
/
+5
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-1
/
+1
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Parser::span_diagnostic` as `Parser::dcx`.
Nicholas Nethercote
-2
/
+1
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-6
/
+8
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-2
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-09-06
Adjust `to_attr_token_stream`.
Nicholas Nethercote
-1
/
+1
2023-08-02
Move `TokenCursor::break_last_token` into `Parser`.
Nicholas Nethercote
-7
/
+4
2023-08-02
Move `TokenCursor::num_next_calls` into `Parser` and rename it.
Nicholas Nethercote
-7
/
+6
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-11
/
+6
2023-07-26
Remove `desugar_doc_comments` arguments from `TokenCursor::{inlined_,}next`.
Nicholas Nethercote
-1
/
+1
2023-06-27
Simplify some conditions
Maybe Waffle
-5
/
+5
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-2
/
+2
2023-02-03
Remove `TokenCursorFrame`.
Nicholas Nethercote
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-13
Add `delay_span_bug` to `AttrWrapper::take_for_recovery`
Maybe Waffle
-3
/
+9
2022-10-20
fix assertion failed for break_last_token and trailing token
yukang
-5
/
+8
2022-10-12
Use `tidy-alphabetical` in the compiler
Nilstrieb
-1
/
+2
2022-10-01
Group together more size assertions.
Nicholas Nethercote
-8
/
+10
2022-09-13
Emit an error instead of reconstructing token stream.
Camille GILLOT
-30
/
+14
[next]