about summary refs log tree commit diff
path: root/src/librustc_back/archive.rs
AgeCommit message (Expand)AuthorLines
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-361/+0
2015-06-21rustc_trans: Use custom PATH for archive commandsAlex Crichton-1/+4
2015-05-26rustc_back: Don't pass 'u' to ar invocationsAlex Crichton-1/+1
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-87/+87
2015-05-19rustc_back: Refactor Archive to better express intentAlex Crichton-87/+87
2015-05-12rustc_back: Only use archive member filenamesAlex Crichton-0/+15
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-28/+45
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+3
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-35/+38
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+3
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-10/+10
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-10/+10
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-9/+10
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+2
2015-01-07use slicing sugarJorge Aparicio-27/+24
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-21/+21
2014-12-21Fallout of std::str stabilizationAlex Crichton-21/+21
2014-12-13librustc_back: use unboxed closuresJorge Aparicio-2/+3
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-11-07Properly static lib packagingValerii Hiora-10/+17
2014-11-04Implement flexible target specificationCorey Richardson-12/+14
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-1/+1
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-24/+27
2014-07-29speed up static linking by combining `ar` invocationsStuart Pernsteiner-47/+128
2014-07-14rustc: Move archive to rustc_backBrian Anderson-0/+231