summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
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
2015-02-06Improve error message, when found staticlib instead cratePotpourri-5/+30
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-7/+7
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-4/+4
2015-02-04remove all kind annotations from closuresJorge Aparicio-4/+4
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-65/+64
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-5/+5
2015-02-02rollup merge of #21782: alexcrichton/issue-21771Alex Crichton-0/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-61/+60
2015-02-02Auto merge of #21647 - alfie:suffix-medium, r=alexcrichtonbors-18/+18
2015-02-01std: Add a new `env` moduleAlex Crichton-5/+5
2015-02-01Separate out the unboxed closure table into two tables, so that we canNiko Matsakis-45/+6
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-18/+18
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+16
2015-01-30rustc: Use --extern to always overrideAlex Crichton-0/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-3/+7
2015-01-30Use `#[rustc_paren_sugar]` as a more extensible way of deciding whenNiko Matsakis-0/+15
2015-01-30Remove the capture mode map and just store the capture mode for individual va...Niko Matsakis-1/+1