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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-01
Add comments sugested by reviewer
bjorn3
-0
/
+5
2023-12-31
Avoid specialization for AttrId deserialization
bjorn3
-0
/
+22
2023-12-31
Remove almost all uses of specialization from the metadata encoding code
bjorn3
-1
/
+136
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-11
/
+35
2023-12-19
Unify SourceFile::name_hash and StableSourceFileId
Michael Woerister
-14
/
+72
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-23
remove unused pub fn
klensy
-7
/
+0
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-11-09
Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`
John Millikin
-0
/
+1
2023-11-02
Deinline all session global functions.
Nicholas Nethercote
-6
/
+0
2023-11-02
Formatting tweaks.
Nicholas Nethercote
-9
/
+12
2023-11-02
Minimize `pub` usage in `hygiene.rs`.
Nicholas Nethercote
-1
/
+1
2023-11-02
Explain the `()` argument to `ErrorGuaranteed`.
Nicholas Nethercote
-0
/
+3
2023-10-23
Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot
bors
-1
/
+18
2023-10-21
Rollup merge of #116312 - c410-f3r:try, r=Mark-Simulacrum
Matthias Krüger
-9
/
+12
2023-10-20
Ensure we never accidentally serialize an `ErrorGuaranteed`
Oli Scherer
-1
/
+18
2023-10-19
Initiate the inner usage of `cfg_match`
Caio
-9
/
+12
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-1
/
+1
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+2
2023-10-06
Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorino
Matthias Krüger
-6
/
+1
2023-10-06
Remove unused `FileName::CfgSpec`.
Nicholas Nethercote
-6
/
+1
2023-10-05
Allow file names to end with '>'
Martin Nordholts
-1
/
+0
2023-09-27
fix clippy::{redundant_guards, useless_format}
Matthias Krüger
-2
/
+2
2023-09-25
Rename `cold_path` to `outline`
John Kåre Alsaker
-2
/
+2
2023-09-09
Auto merge of #115594 - nnethercote:span-tweaks, r=cjgillot
bors
-11
/
+1
2023-09-08
Add Freeze::clone
John Kåre Alsaker
-8
/
+2
2023-09-08
Optimize `Span::is_dummy`.
Nicholas Nethercote
-11
/
+1
2023-09-07
Use `Freeze` for `SourceFile.lines`
John Kåre Alsaker
-123
/
+140
2023-09-07
Use `Freeze` for `SourceFile.external_src`
John Kåre Alsaker
-30
/
+34
2023-09-04
Remove always-zero field.
Camille GILLOT
-21
/
+4
2023-09-04
Update doc.
Camille GILLOT
-8
/
+6
2023-09-03
Register the file while computing its start position.
Camille GILLOT
-5
/
+9
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-66
/
+98
2023-08-27
Load include_bytes! directly into an Lrc
Ben Kimock
-0
/
+2
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-16
Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkov
bors
-4
/
+33
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-08-01
introduce `Span::find_ancestor_inside_same_ctxt`
Lukas Markeffsky
-4
/
+33
2023-07-30
Simplify `Span::can_be_used_for_suggestions` a little tiny bit
Maybe Waffle
-1
/
+1
2023-07-19
Make it clearer that edition functions are >=, not ==
Michael Goulet
-6
/
+10
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+2
2023-06-19
Rollup merge of #112705 - WaffleLapkin:simplify_source_callee_impl, r=cjgillot
Matthias Krüger
-7
/
+10
2023-06-16
Add `SyntaxContext::is_root`
Maybe Waffle
-7
/
+7
2023-06-16
Simplify `Span::source_callee` impl
Maybe Waffle
-7
/
+10
2023-05-25
Remove ExpnKind::Inlined.
Camille GILLOT
-6
/
+0
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-16
Move DebuggerVisualizerFile types from rustc_span to rustc_middle
Michael Woerister
-33
/
+0
2023-05-16
Fix dependency tracking for debugger visualizers
Michael Woerister
-2
/
+12
2023-05-14
Simplify find_width_of_character_at_span.
Mara Bos
-0
/
+1
2023-05-06
Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber
Matthias Krüger
-0
/
+22
[prev]
[next]