about summary refs log tree commit diff
path: root/src/librustc_back/archive.rs
AgeCommit message (Expand)AuthorLines
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