summary refs log tree commit diff
path: root/src/librustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-07Don’t ICE if fs::canonicalise fails in meta-loadSimonas Kazlauskas-7/+8
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-13std: Redesign Duration, implementing RFC 1040Alex Crichton-2/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-5/+5
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-5/+10
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-7/+7
2015-04-15rustc: fix a typo in letter to rustcRicho Healey-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-6/+6
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-4/+4
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+2
2015-03-26update everything to use Entry defaultsAlexis-2/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-16Improve error handling in libflateTobias Bucher-2/+2
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-1/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-23/+24
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-1/+1
2015-02-24style nitpicksOliver Schneider-7/+5
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-15/+15
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-6/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-6/+6
2015-02-18std: Implement CString-related RFCsAlex Crichton-1/+1
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-4/+27
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-06Improve error message, when found staticlib instead cratePotpourri-4/+27
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-4/+4
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-22/+25
2015-01-09Make the metadata loader use the appropriate Target structureJohn Kåre Alsaker-2/+5
2015-01-07use slicing sugarJorge Aparicio-31/+31
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-07falloutNick Cameron-1/+2
2015-01-07Replace full slice notation with index callsNick Cameron-18/+18
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-6/+6
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-5/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-18/+18