about summary refs log tree commit diff
path: root/src/librustc/middle/weak_lang_items.rs
AgeCommit message (Expand)AuthorLines
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-05move librustc to 2018Mark Mansi-7/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-1/+1
2018-10-06rustc/middle: whitespace & formatting fixesljedrz-3/+3
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-1/+1
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-3/+2
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-1/+1
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-6/+6
2018-07-09Implement #[alloc_error_handler]Simon Sapin-0/+3
2018-06-29improve the error message when `#[panic_implementation]` is missingJorge Aparicio-3/+7
2018-06-21translate / export weak lang itemsJorge Aparicio-0/+10
2018-06-03implement #[panic_implementation]Jorge Aparicio-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-1/+1
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-0/+1
2018-04-04Fix another circulare deps link args issueAlex Crichton-10/+19
2018-01-23Point at unknown lang item attributeEsteban Küber-2/+2
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-1/+1
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-1/+1
2017-09-05rustc: Migrate lang items to a queryAlex Crichton-20/+20
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-2/+1
2016-11-29revamp `Visitor` with a single method for controlling nested visitsNiko Matsakis-2/+4
2016-11-29Split nested_visit_mode function off from nested_visit_mapFlorian Diebold-0/+2
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-1/+2
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-5/+5
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-1/+1
2016-11-21Add --crate-type metadataNick Cameron-1/+2
2016-11-16refactor Visitor into ItemLikeVisitor and intravisit::VisitorNiko Matsakis-1/+1
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-1/+1
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-2/+3
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-0/+1
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-3/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-0/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-3/+16
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2015-12-07Add E0264 error explanationGuillaume Gomez-2/+2
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-1/+1
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-2/+2
2015-11-26stop using csearch in librustc and librustc_lintAriel Ben-Yehuda-3/+3
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-4/+4
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-1/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-6/+6
2015-08-10Remove morestack supportAlex Crichton-4/+0
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+5
2015-07-21trans: Move rust_try into the compilerAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-1/+1