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
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-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
2021-09-20
Add some more tracing
Oli Scherer
-0
/
+3
2021-09-15
Move the Lock into symbol::Interner
bjorn3
-2
/
+2
2021-09-10
Remove some span tracking.
Camille GILLOT
-6
/
+6
2021-09-10
Rename decode to data_untracked.
Camille GILLOT
-2
/
+2
2021-09-10
Track span dependency using a callback.
Camille GILLOT
-2
/
+3
2021-09-10
Encode spans relative to their parent.
Camille GILLOT
-3
/
+17
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-18
/
+43
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-09-03
Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank
bors
-10
/
+21
2021-08-31
Pull Span::find_ancestor_inside loop into its own function.
Mara Bos
-0
/
+8
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-10
/
+21
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-0
/
+2
2021-08-15
Remove `HashStable` impls for `FileName` and `RealFileName`
Aaron Hill
-2
/
+2
2021-07-17
Make the CrateNum part of the ExpnId.
Camille GILLOT
-1
/
+1
2021-07-13
Cache expansion hash.
Camille GILLOT
-8
/
+2
2021-07-13
Move HashStable implementations.
Camille GILLOT
-60
/
+1
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-4
/
+1
2021-07-08
Inline implementation of lookup_line
Tomasz Miąsko
-16
/
+4
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-7
/
+53
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-2
/
+0
2021-06-11
Hash DefId in rustc_span.
Camille GILLOT
-3
/
+2
2021-06-07
Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor
bors
-33
/
+35
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-0
/
+2
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-33
/
+35
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-05-31
Use allow_internal_unstable more in rustc_index
bjorn3
-1
/
+0
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-2
/
+0
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-55
/
+121
[next]