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_span
/
src
/
hygiene.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-07
ssa: implement `#[collapse_debuginfo]`
David Wood
-12
/
+16
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-07-14
Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC
bors
-0
/
+6
2022-07-14
Rollup merge of #99126 - NiklasJonsson:84447/rustc_span, r=petrochenkov
Dylan DPC
-0
/
+6
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-13
reduce scope of allow(rustc::potential_query_instability) in rustc_span
Niklas Jonsson
-0
/
+6
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-2
/
+0
2022-07-10
avoid some `&str` to `String` conversions
Takayuki Maeda
-2
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-26
/
+21
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-4
/
+4
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-3
/
+5
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-3
/
+5
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-0
/
+2
2022-04-13
Remove last vestiges of skippng ident span hashing
Aaron Hill
-10
/
+0
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-04
Remove ordering traits from `rustc_span::hygiene::LocalExpnId`
pierwill
-0
/
+7
2022-02-27
Only create a single expansion for each inline integration.
Camille GILLOT
-13
/
+8
2022-02-15
Inline LocalExpnId::from_raw and LocalExpnId::as_raw
Tomasz Miąsko
-0
/
+2
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-14
/
+11
2022-01-05
Adjust assert_default_hashing_controls
Aaron Hill
-6
/
+12
2022-01-05
Ensure that `Fingerprint` caching respects hashing configuration
Aaron Hill
-0
/
+24
2021-11-28
Add parent crate assert to register_expn_id
Cameron Steffen
-0
/
+1
2021-11-28
Add fast path to is_descendant_of
Cameron Steffen
-2
/
+19
2021-11-21
Simplify for loop desugar
Cameron Steffen
-9
/
+2
2021-10-21
Don't suggest importing items with hygienic names
Matthew Jasper
-1
/
+1
2021-10-02
Add desugaring mark to while loop
Cameron Steffen
-0
/
+2
2021-10-02
rustc_span: Make hygiene debug printing reproducible
Vadim Petrochenkov
-1
/
+4
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-3
/
+1
2021-08-30
Lower let-else to HIR
Cameron Steffen
-0
/
+2
2021-07-19
Auto merge of #87225 - estebank:cleanup, r=oli-obk
bors
-2
/
+2
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-2
/
+2
2021-07-17
Simplify Expn creation.
Camille GILLOT
-27
/
+25
2021-07-17
Rename expn_info -> expn_data.
Camille GILLOT
-8
/
+8
2021-07-17
Pass ExpnData by reference.
Camille GILLOT
-3
/
+3
2021-07-17
Drop ExpnData::krate.
Camille GILLOT
-19
/
+10
2021-07-17
Drop orig_id.
Camille GILLOT
-33
/
+9
2021-07-17
Encode ExpnId using ExpnHash for incr. comp.
Camille GILLOT
-65
/
+56
2021-07-17
Choose encoding format in caller code.
Camille GILLOT
-72
/
+26
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-14
/
+1
2021-07-17
Make the CrateNum part of the ExpnId.
Camille GILLOT
-95
/
+250
2021-07-15
Simplify metadata decoding.
Camille GILLOT
-30
/
+8
2021-07-15
Separate encoding paths.
Camille GILLOT
-52
/
+87
2021-07-14
Auto merge of #87106 - Mark-Simulacrum:edition-no-clone, r=petrochenkov
bors
-1
/
+1
2021-07-13
Cache expansion hash.
Camille GILLOT
-163
/
+120
2021-07-13
Move HashStable implementations.
Camille GILLOT
-1
/
+59
2021-07-13
Avoid cloning ExpnData to access Span edition
Mark Rousskov
-1
/
+1
2021-07-11
rustc_span: Reorder some `ExpnData` fields in accordance with comments
Vadim Petrochenkov
-26
/
+25
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-12
/
+3
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-4
/
+5
[next]