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
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-2
/
+2
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-2
/
+2
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-28
/
+24
2022-06-07
suggest swapping a struct and a trait
Takayuki Maeda
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-03
Inline many methods of Encoder
bjorn3
-80
/
+76
2022-06-03
Remove all names from Encoder
bjorn3
-22
/
+21
2022-06-02
Address review comments.
Nicholas Nethercote
-38
/
+60
2022-06-01
Lazify `SourceFile::lines`.
Nicholas Nethercote
-93
/
+170
2022-05-29
Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister
Guillaume Gomez
-0
/
+1
2022-05-26
Augment a comment.
Nicholas Nethercote
-1
/
+3
2022-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-0
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-18
Properly apply path prefix remapping paths emitted into debuginfo.
Michael Woerister
-3
/
+3
2022-05-05
Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister
bors
-0
/
+23
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-0
/
+23
2022-04-22
extend `EventArgRecorder` into span-aware `SpannedEventArgRecorder`
Rémy Rakic
-0
/
+2
2022-04-19
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.
Michael Woerister
-2
/
+1
2022-04-15
Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
Dylan DPC
-0
/
+5
2022-04-13
Use .extend(..) instead of push()-ing in loop
Martin Gammelsæter
-18
/
+12
2022-04-12
Optimize line offset parsing in <SourceFile as Decodable>::decode
Martin Gammelsæter
-11
/
+20
2022-04-05
span: move `MultiSpan`
David Wood
-137
/
+0
2022-04-02
Create 2024 edition
Jacob Pratt
-0
/
+5
2022-02-25
Enable rustc_pass_by_value for Span
Mark Rousskov
-0
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-20
Delete Decoder::read_struct_field
Mark Rousskov
-16
/
+13
2022-02-20
Delete Decoder::read_struct
Mark Rousskov
-60
/
+55
2022-02-19
Adopt let else in more places
est31
-7
/
+4
2022-02-13
Update `sha1`, `sha2`, and `md5` dependencies
pierwill
-1
/
+1
2022-02-12
Remove SPAN_DEBUG global
bjorn3
-26
/
+12
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-27
Rollup merge of #93363 - lcnr:pass-by-value, r=petrochenkov
Matthias Krüger
-12
/
+12
2022-01-27
try apply `rustc_pass_by_value` to `Span`
lcnr
-12
/
+12
2022-01-26
Introduce a limit to Levenshtein distance computation
Tomasz Miąsko
-0
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-26
/
+26
2022-01-05
Adjust assert_default_hashing_controls
Aaron Hill
-0
/
+3
2022-01-05
Ensure that `Fingerprint` caching respects hashing configuration
Aaron Hill
-0
/
+2
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+31
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
2021-12-05
Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se
Matthias Krüger
-1
/
+0
2021-12-03
Annotate `derive`d spans and move span suggestion code
Esteban Kuber
-0
/
+10
2021-11-29
std: Stabilize the `thread_local_const_init` feature
Alex Crichton
-1
/
+0
2021-11-21
Simplify for loop desugar
Cameron Steffen
-1
/
+1
2021-11-15
Fix `non-constant value` ICE (#90878)
Nilstrieb
-0
/
+1
2021-11-07
more clippy fixes
Matthias Krüger
-10
/
+5
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-09-22
Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank
the8472
-6
/
+26
2021-09-20
Avoid the overflow with rustc+debugassertions in issue-44406
Oli Scherer
-6
/
+23
[prev]
[next]