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
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
2023-05-06
Fix spans in LLVM-generated inline asm errors
Amanieu d'Antras
-0
/
+22
2023-05-06
Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-...
Yuki Okushi
-0
/
+1
2023-05-05
Mark `ErrorGuaranteed` constructor as deprecated so people don't use it
Michael Goulet
-0
/
+1
2023-04-30
Arc -> Lrc
klensy
-3
/
+2
2023-04-20
Rollup merge of #110548 - kpreid:span, r=WaffleLapkin
Yuki Okushi
-11
/
+20
2023-04-19
fmt fix
Kevin Reid
-1
/
+1
2023-04-19
Make `impl Debug for Span` not panic on not having session globals.
Kevin Reid
-11
/
+20
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-11
/
+11
2023-04-17
Auto merge of #110367 - saethlin:no-truncations, r=oli-obk
bors
-3
/
+1
2023-04-16
Remove some unnecessary hash truncations
Ben Kimock
-3
/
+1
2023-04-16
fix clippy::toplevel_ref_arg and ::manual_map
Matthias Krüger
-3
/
+4
2023-04-09
Fix some clippy::complexity
Nilstrieb
-5
/
+5
2023-04-09
Box large enum variants
Nilstrieb
-2
/
+2
2023-04-04
Remove a fishy Clone impl
Oli Scherer
-1
/
+19
2023-03-31
Improve `with_source_map`.
Nicholas Nethercote
-10
/
+13
2023-03-19
refactor: improve "ident starts with number" error
Ezra Shaw
-0
/
+12
2023-02-25
Add ErrorGuaranteed to HIR TyKind::Err
Michael Goulet
-0
/
+14
2023-02-19
Make public API, docs algorithm-agnostic
Jacob Pratt
-1
/
+1
2023-02-19
Use restricted Damerau-Levenshtein algorithm
Jacob Pratt
-0
/
+1
2023-02-02
Rename `rust_2015` => `is_rust_2015`
Maybe Waffle
-2
/
+2
2023-01-31
Use `Edition` methods a bit more
Maybe Waffle
-4
/
+4
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-12-25
document that `Span::to` can go backwards
Lukas Markeffsky
-0
/
+3
2022-12-15
Shorten trimmed display of closures
Esteban Küber
-0
/
+7
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-09
Introduce `Span::is_visible`
Esteban Küber
-0
/
+9
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-1
/
+1
[next]