summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27auto merge of #13151 : brson/rust/dist, r=alexcrichton,brsonbors-7/+10
2014-03-26rustc: Fix tests for sysroot changesBrian Anderson-2/+2
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-7/+10
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-3/+3
2014-03-25auto merge of #13122 : sstewartgallus/rust/cleanup-10734-workarounds, r=alexc...bors-1/+1
2014-03-24Cleanup fixed issue #10734 workaroundSteven Stewart-Gallus-1/+1
2014-03-23rustc: Change the filename of compressed bitcodePiotr Czarnecki-5/+7
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-27/+12
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-7/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-6/+6
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-4/+3
2014-03-17De-@ move maps and rework parts of trans.Eduard Burtescu-3/+3
2014-03-17De-@ CStore uses.Eduard Burtescu-4/+4
2014-03-17De-@ filesearch.Eduard Burtescu-4/+4
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-1/+1
2014-03-17De-@ Session usage.Eduard Burtescu-38/+38
2014-03-15rustc: Tweak where -lmorestack is on link commandsAlex Crichton-5/+24
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-6/+4
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-5/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-5/+2
2014-03-14fix MIPS targetJyun-Yan You-5/+5
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-15/+30
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-38/+39
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
2014-03-06auto merge of #12732 : klutzy/rust/this-is-windows, r=alexcrichtonbors-2/+4
2014-03-07rustc: Get LLVM error message safelyklutzy-2/+4
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-03-06debuginfo: Re-introduce the notion of line-table-only debuginfo.Michael Woerister-4/+4
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-14/+14
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-31/+143
2014-02-27rustc: Move local native libs back in link-argsAlex Crichton-1/+34
2014-02-24Use lines_any() when parsing output form "ar"Alex Crichton-1/+4
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-2/+2
2014-02-23Roll std::run into std::io::processAlex Crichton-10/+13
2014-02-24flate: return CVec<u8> rather than copying into a new vector.Huon Wilson-2/+2
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-1/+1
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22auto merge of #12448 : alexcrichton/rust/smaller-rust, r=brsonbors-0/+13
2014-02-21rustc: Compress bytecode files in rlibsAlex Crichton-0/+13
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+1
2014-02-20Mass rename if_ok! to try!Alex Crichton-2/+2
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-84/+138
2014-02-19Tweak how preference factors into linkageAlex Crichton-84/+138
2014-02-18Fix staticlib outputs linking to blank archivesAlex Crichton-0/+1