about summary refs log tree commit diff
path: root/src/librustc/middle/dependency_format.rs
AgeCommit message (Expand)AuthorLines
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-9/+6
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-3/+4
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-38/+99
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2015-12-30use structured errorsNick Cameron-4/+5
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-2/+2
2015-11-26make CrateStore a trait objectAriel Ben-Yehuda-14/+17
2015-11-26remove csearch from the rest of rustcAriel Ben-Yehuda-16/+15
2015-11-26stop using csearch in librustc and librustc_lintAriel Ben-Yehuda-11/+11
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-34/+125
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-3/+3
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-1/+1
2015-01-07use slicing sugarJorge Aparicio-6/+6
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+3
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-2/+2
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-4/+4
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-05auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwaltonbors-0/+10
2014-11-04Implement flexible target specificationCorey Richardson-3/+3
2014-11-03rustc: Default to static linking dylibsAlex Crichton-0/+10
2014-11-02Convert some notes to help messagesP1start-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+4
2014-05-11Reorganise driver code.Nick Cameron-6/+7
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-0/+229