about summary refs log tree commit diff
path: root/src/librustc_ast_lowering/path.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-433/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-02Replace from log to tracingbishtpawan-1/+1
2020-08-02Replace from log to tracing in libsrustrustc_ast_lowering, ↵bishtpawan-1/+1
librustc_ast_passes, librustc_ast_pretty
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-0/+1
2020-04-22Tweak `'static` suggestion codeEsteban Küber-1/+4
Fix #71196.
2020-03-27address some review commentsMazdak Farrokhzad-3/+3
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-15/+20
2020-03-23Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centrilbors-1/+1
Rollup of 9 pull requests Successful merges: - #69251 (#[track_caller] in traits) - #69880 (miri engine: turn error sanity checks into assertions) - #70207 (Use getentropy(2) on macos) - #70227 (Only display definition when suggesting a typo) - #70236 (resolve: Avoid "self-confirming" import resolutions in one more case) - #70248 (parser: simplify & remove unused field) - #70249 (handle ConstKind::Unresolved after monomorphizing) - #70269 (remove redundant closures (clippy::redundant_closure)) - #70270 (Clean up E0449 explanation) Failed merges: r? @ghost
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-21add_elided_lifetime_in_path_suggestion -> rustc_sessionMazdak Farrokhzad-1/+1
2020-03-21lowering: bug! -> panic!Mazdak Farrokhzad-6/+8
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-2/+2
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-11prepare moving HardwiredLints to rustc_sessionMazdak Farrokhzad-1/+1
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-3/+4
2020-01-09add CStore::item_generics_num_lifetimesMazdak Farrokhzad-1/+1
2020-01-09rename a method in Resolver traitMazdak Farrokhzad-3/+1
2020-01-09lowering: remove dep on CrateStoreMazdak Farrokhzad-5/+3
2020-01-09refactor 'Output = $ty' & reduce rustc depMazdak Farrokhzad-7/+12
2020-01-09extract path lowering -> path.rsMazdak Farrokhzad-0/+421