about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-12/+28
2015-05-19rustc: Shorten MSVC metadata section nameAlex Crichton-12/+28
2015-05-19Return the iterator from reader::docs.Ms2ger-12/+5
2015-05-19Overhaul cast semantics and make them follow RFC401Ariel Ben-Yehuda-0/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-2/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-2/+1
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+30
2015-05-12rustc_typeck: remove the "preload all impls ever" workaround in coherence.Eduard Burtescu-19/+0
2015-05-12Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i...Eduard Burtescu-12/+47
2015-05-12rustc: rename ty::populate_implementations_for_type_if_necessary to make it c...Eduard Burtescu-9/+10
2015-05-12rustc::metadata: use u64 for DefId's instead of strings.Eduard Burtescu-85/+71
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-1/+5
2015-04-30Use hash-tables in trait selectionAriel Ben-Yehuda-10/+13
2015-04-30Stop using Rc in TraitRef and TraitDefAriel Ben-Yehuda-20/+19
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-10/+10
2015-04-29Fix zero-normalization of the pos of a `MultiByteChar`.Felix S. Klock II-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-10/+10
2015-04-23Fix a number of bugs that interfered with cross-crate usage of associated con...Sean Patrick Santos-14/+16
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-9/+143
2015-04-23Structural changes for associated constantsSean Patrick Santos-13/+14
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-40/+43
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-40/+43
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-5/+10
2015-04-17Create a struct to represent early-bound regionsNiko Matsakis-6/+11
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-12/+12
2015-04-15rustc: fix a typo in letter to rustcRicho Healey-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-7/+7
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-5/+5
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-1/+2
2015-04-08Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakisbors-1/+16
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-1/+2
2015-04-06Auto merge of #23857 - phildawes:libsyntax_nopanic, r=nikomatsakisbors-1/+4
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1/+4
2015-04-04Encode more precise scoping rules for function params.Felix S. Klock II-1/+16
2015-04-03In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6...Jonathan S-17/+13
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-4/+4
2015-04-01Fallout out rustcNiko Matsakis-4/+4
2015-04-01Fallout in libsyntax/librustc: use newtype'd options for linked lists,Niko Matsakis-4/+3
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1/+1
2015-03-31Stabilize std::numAaron Turon-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-15/+5
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-15/+5
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-158/+158
2015-03-27rollup merge of #23761: alexcrichton/remove-phaseAlex Crichton-9/+0
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+2
2015-03-26update everything to use Entry defaultsAlexis-2/+1
2015-03-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-9/+0