about summary refs log tree commit diff
path: root/compiler/rustc_resolve/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-08-04Rollup merge of #144746 - petrochenkov:extpreltidy, r=b-naberStuart Cook-0/+1
2025-07-31resolve: Clarify extern prelude insertion for `extern crate` itemsVadim Petrochenkov-0/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-07-06mbe: Change `unused_macro_rules` to a `DenseBitSet`Josh Triplett-0/+1
2025-05-09Suggest stable candidates rather than unstable onesmu001999-0/+1
2025-04-11Avoid a reverse map that is only used in diagnostics pathsOli Scherer-1/+0
2025-03-18rustc_resolve: fix instability in lib.rmeta contentsAugie Fackler-0/+1
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-1/+1
2024-01-29Update pulldown-cmark version to 0.9.5Guillaume Gomez-1/+1
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-2/+2
2023-05-22update pulldown-cmark to 0.9.3Lukas Markeffsky-1/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-02-21Upgrade `thin-vec` from 0.2.9 to 0.2.12.Nicholas Nethercote-1/+1
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-0/+1
2022-11-18Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgrbors-0/+1
2022-11-17Use `ThinVec` in `ast::Path`.Nicholas Nethercote-3/+4
2022-11-13migrating rustc_resolve to SessionDiagnostic. work in progress. startRajput, Rajat-0/+1
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-1/+0
2022-05-05Implement the unused_macro_rules lintest31-1/+0
2021-10-09Forbid hashing HIR outside of indexing.Camille GILLOT-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-02-14bumped smallvec depsklensy-1/+1
2020-08-30mv compiler to compiler/mark-0/+29