| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-10 | Rename decode to data_untracked. | Camille GILLOT | -2/+2 | |
| 2021-09-10 | Track span dependency using a callback. | Camille GILLOT | -0/+16 | |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -3/+11 | |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -2/+1 | |
| 2021-05-03 | Remove SpanInterner::get | Joshua Nelson | -6/+1 | |
| - It's used exactly once, so it's trivial to replace - It doesn't match the normal convention for containers: normally `get()` returns and option and indexing panics. Instead `get()` panicked and there's no indexing operation available. | ||||
| 2020-12-25 | Edit rustc_span documentation | pierwill | -5/+3 | |
| Various changes to the `rustc_span` docs, including the following: - Additions to top-level docs - Edits to the source_map module docs - Edits to documentation for `Span` and `SpanData` - Added intra-docs links - Documentation for Levenshtein distances - Fixed missing punctuation | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+133 | |
