about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2015-02-24rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542.Eduard Burtescu-17/+25
2015-02-24rustc: remove unused ForeignType item family.Eduard Burtescu-3/+1
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-3/+2
2015-02-24syntax: don't store a secondary NodeId for TyPath.Eduard Burtescu-1/+1
2015-02-24Revert bogus rename from DefTrait to DefaultImpl.Eduard Burtescu-1/+1
2015-02-24Remove ty_open and treat Unsized lvalues as *Unsized.Eduard Burtescu-3/+0
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-4/+31
2015-02-23Rollup merge of #22490 - nagisa:inline-args, r=alexcrichtonManish Goregaokar-10/+2
2015-02-23Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichtonManish Goregaokar-0/+2
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-22Validate inline attribute argumentsSimonas Kazlauskas-10/+2
2015-02-22Disallow crate names with leading hyphensChris Wong-1/+3
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-8/+8
2015-02-22look for default trait candidatesFlavio Percoco-0/+13
2015-02-22Fix fallout from libsyntax implementationFlavio Percoco-3/+17
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-42/+0
2015-02-20Register new snapshotsAlex Crichton-42/+0
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-73/+73
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-18/+18
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-18/+18
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-1/+1
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-0/+42
2015-02-18std: Implement CString-related RFCsAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+42
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-3/+2
2015-02-17Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfacklerManish Goregaokar-47/+216
2015-02-16Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelixbors-1/+34
2015-02-16Detect and store object-lifetime-defaults.Niko Matsakis-1/+34
2015-02-16rustc: qualify expressions in check_const for potential promotion.Eduard Burtescu-0/+1
2015-02-16rustc: use FromPrimitive for decoding astencode_tag.Eduard Burtescu-13/+1
2015-02-12Separate macro and plugin loadingKeegan McAllister-0/+187
2015-02-12creader: Clean up macro/plugin APIKeegan McAllister-47/+29
2015-02-12Pacify the merciless nrc.Niko Matsakis-4/+4
2015-02-12Update metadata to reflect that predicates/schemes/trait-defs are now severedNiko Matsakis-44/+73
2015-02-11rollup merge of #22197: alexcrichton/do-not-link-pluginsAlex Crichton-1/+1
2015-02-11rustc: Do not link to pluginsAlex Crichton-1/+1
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-1/+1
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-11Added DestructionScope variant to CodeExtent, representing the areaFelix S. Klock II-2/+17
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-4/+4
2015-02-08Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichtonbors-1/+2
2015-02-07Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakisbors-9/+3
2015-02-07Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichtonbors-5/+30
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-16/+16
2015-02-06rustc: Don't fall back to -L if using --externAlex Crichton-9/+3
2015-02-06Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonbors-4/+4
2015-02-06Encode foreign function argument namesTom Jakubowski-1/+2
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-5/+5
2015-02-06librustc has been updatedGuillaumeGomez-16/+16