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_ast
/
src
/
util
/
literal.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Deduplicate `IntTy`/`UintTy`/`FloatTy`.
Nicholas Nethercote
-3
/
+3
2025-07-08
update to literal-escaper-0.0.5
Marijn Schouten
-3
/
+3
2025-06-30
Introduce `ByteSymbol`.
Nicholas Nethercote
-13
/
+12
2025-06-23
update to literal-escaper 0.0.4 for better API without `unreachable` and fast...
Marijn Schouten
-8
/
+7
2025-04-04
Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate
Guillaume Gomez
-1
/
+1
2025-03-18
Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...
Ralf Jung
-1
/
+1
2025-02-10
Extract `unescape` from `rustc_lexer` into its own crate
Guillaume Gomez
-1
/
+1
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+5
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-14
Add compiler support for parsing `f16` and `f128`
Trevor Gross
-0
/
+2
2024-02-15
Add suffixes to `LitError`.
Nicholas Nethercote
-11
/
+13
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-3
/
+3
2024-02-15
Remove `LitError::LexerError`.
Nicholas Nethercote
-8
/
+3
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-5
/
+4
2024-01-25
Rework `CStrUnit`.
Nicholas Nethercote
-3
/
+3
2024-01-25
Avoid useless checking in `from_token_lit`.
Nicholas Nethercote
-62
/
+21
2024-01-19
Pack the u128 in LitKind::Int
Josh Stone
-1
/
+1
2024-01-12
Detect `NulInCStr` error earlier.
Nicholas Nethercote
-10
/
+2
2023-12-13
Unify single-char and multi-char `CStrUnit::Char` handling.
Nicholas Nethercote
-1
/
+0
2023-12-13
Don't rebuild raw strings when unescaping.
Nicholas Nethercote
-43
/
+30
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-2
/
+1
2023-05-02
make it semantic error
Deadbeef
-0
/
+2
2023-05-02
fix TODO comments
Deadbeef
-2
/
+8
2023-05-02
update and add a few tests
Deadbeef
-2
/
+2
2023-05-02
initial step towards implementing C string literals
Deadbeef
-1
/
+54
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2023-01-02
Print correct base for too-large literals
clubby789
-2
/
+2
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-48
/
+94
2022-12-05
Remove `LitKind::synthesize_token_lit`.
Nicholas Nethercote
-39
/
+44
2022-12-05
Remove `ExtCtxt::expr_lit`.
Nicholas Nethercote
-11
/
+23
2022-12-02
Remove `token::Lit` from `ast::MetaItemLit`.
Nicholas Nethercote
-2
/
+25
2022-12-02
Add `StrStyle` to `ast::LitKind::ByteStr`.
Nicholas Nethercote
-5
/
+11
2022-12-02
Rename `LitKind::to_token_lit` as `LitKind::synthesize_token_lit`.
Nicholas Nethercote
-2
/
+2
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-5
/
+5
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-9
/
+0
2022-11-29
Inline and remove `MetaItemLit::from_lit_kind`.
Nicholas Nethercote
-7
/
+0
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-12
/
+12
2022-11-28
Remove `Lit::from_included_bytes`.
Nicholas Nethercote
-8
/
+0
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-22
/
+5
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-0
/
+8
2022-11-05
Remove `unescape_byte_literal`.
Nicholas Nethercote
-18
/
+11
2022-09-12
Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726
Dylan DPC
-6
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-25
Handle `Err` in `ast::LitKind::to_token_lit`.
Nicholas Nethercote
-1
/
+3
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-2
/
+2
2022-08-19
use <[u8]>::escape_ascii instead of core::ascii::escape_default
KaDiWa
-6
/
+1
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-9
/
+9
[next]