| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -1/+0 | |
| 2025-06-11 | Do not clone Arc when hashing span. | Camille GILLOT | -4/+4 | |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -1/+1 | |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -14/+5 | |
| fixup docs in parser | ||||
| 2025-02-11 | compiler: remove rustc_target reexport of rustc_abi::HashStableContext | Jubilee Young | -1/+1 | |
| The last public reexport of rustc_abi in rustc_target is finally gone. | ||||
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -2/+3 | |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -3/+2 | |
| `rustc_span::symbol` defines some things that are re-exported from `rustc_span`, such as `Symbol` and `sym`. But it doesn't re-export some closely related things such as `Ident` and `kw`. So you can do `use rustc_span::{Symbol, sym}` but you have to do `use rustc_span::symbol::{Ident, kw}`, which is inconsistent for no good reason. This commit re-exports `Ident`, `kw`, and `MacroRulesNormalizedIdent`, and changes many `rustc_span::symbol::` qualifiers in `compiler/` to `rustc_span::`. This is a 200+ net line of code reduction, mostly because many files with two `use rustc_span` items can be reduced to one. | ||||
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -18/+10 | |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -0/+17 | |
| Instead of passing around random n-tuples of e.g. `(gate_name, attr_sp, since)`. | ||||
| 2024-10-23 | stop hashing compile-time constant | Ralf Jung | -6/+1 | |
| 2024-10-23 | rename lang feature lists to include LANG | Ralf Jung | -1/+1 | |
| 2024-10-23 | remove no longer needd UnstableFeature type | Ralf Jung | -1/+1 | |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 | |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug ↵ | Ralf Jung | -2/+2 | |
| assertions | ||||
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or ↵ | Ralf Jung | -3/+3 | |
| "activating" it) | ||||
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+2 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -6/+7 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -6/+0 | |
| No longer track "zero-width" chars in `SourceMap`, read directly from the line when calculating the `display_col` of a `BytePos`. Move `char_width` to `rustc_span` and use it from the emitter. This change allows the following to properly align in terminals (depending on the font, the replaced control codepoints are rendered as 1 or 2 width, on my terminal they are rendered as 1, on VSCode text they are rendered as 2): ``` error: this file contains an unclosed delimiter --> $DIR/issue-68629.rs:5:17 | LL | ␜␟ts␀