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
2023-04-01
a couple clippy::complexity fixes
Matthias Krüger
-1
/
+1
2023-03-18
Ignore `Inlined` spans when computing caller location.
Camille GILLOT
-1
/
+1
2023-03-03
Desugars drop and replace at MIR build
Giacomo Pasini
-0
/
+2
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-10
/
+6
2023-01-02
Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov
bors
-0
/
+4
2022-12-25
Explain disabled span hashing.
Camille GILLOT
-0
/
+4
2022-12-25
Give the correct track-caller location with MIR inlining.
Camille GILLOT
-0
/
+1
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-4
/
+2
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-12-18
Make `#[no_ord_impl]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-12-18
Make `#[custom_encodable]` an attribute for `newtype_index`
Nilstrieb
-2
/
+2
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-1
/
+1
2022-11-25
Prefer not accessing the private field of newtype_index types
Oli Scherer
-1
/
+1
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
[next]