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-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-1
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-2
/
+0
2023-11-10
Remove `-Zkeep-hygiene-data`.
Nicholas Nethercote
-4
/
+0
2023-11-02
Minimize `pub` usage in `hygiene.rs`.
Nicholas Nethercote
-34
/
+15
2023-11-02
Tweak `use` items.
Nicholas Nethercote
-6
/
+3
2023-08-25
Rollup merge of #115081 - Zoxc:expn-id-decode, r=cjgillot
Matthias Krüger
-3
/
+3
2023-08-23
Extend comment on assertion
John Kåre Alsaker
-1
/
+5
2023-08-23
Check that the old values match
John Kåre Alsaker
-2
/
+2
2023-08-22
Fix races conditions with `SyntaxContext` decoding
John Kåre Alsaker
-34
/
+80
2023-08-22
Allow overwriting ExpnId for concurrent decoding
John Kåre Alsaker
-3
/
+3
2023-06-16
Add `SyntaxContext::is_root`
Maybe Waffle
-4
/
+9
2023-05-30
Lower the tracing level of some very verbose messages
Oli Scherer
-2
/
+2
2023-05-27
Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin
Guillaume Gomez
-2
/
+0
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-2
/
+0
2023-05-25
Remove ExpnKind::Inlined.
Camille GILLOT
-4
/
+0
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-7
/
+7
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
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
[next]