about summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2014-05-01auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelixbors-2/+2
2014-04-29auto merge of #13833 : alexcrichton/rust/ffunction-sections, r=thestingerbors-6/+20
2014-04-29rustc: Enable -f{function,data}-sectionsAlex Crichton-6/+20
2014-04-28rustc: Pass -dead_strip on OSXAlex Crichton-0/+12
2014-04-25Cleaned up os::consts. The module only exposes constants for the target OS an...Michael Darakananda-7/+6
2014-04-24use option_env! instead of env!Niko Matsakis-2/+2
2014-04-24auto merge of #13531 : alexcrichton/rust/fix-some-ices, r=brsonbors-2/+5
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-3/+3
2014-04-23rustc: Don't die when a crate id can't be inferredAlex Crichton-1/+4
2014-04-23rustc: Fix passing errors from LLVM to rustcAlex Crichton-1/+1
2014-04-21Fix misspellings in comments.Joseph Crail-4/+4
2014-04-18auto merge of #13607 : brson/rust/to_owned, r=brsonbors-64/+65
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-64/+65
2014-04-18auto merge of #13513 : alexcrichton/rust/up-llvm, r=brsonbors-0/+16
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+0
2014-04-17rustc: Hint to the linker about static/shared libsAlex Crichton-0/+16
2014-04-16rustc: Fix omission of bytecode in staticlibsAlex Crichton-1/+1
2014-04-11rustc: Deterministically link upstream C librariesAlex Crichton-5/+14
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-15/+22
2014-04-10rustc: Use realpath() for sysroot/rpathAlex Crichton-3/+4
2014-04-10rustc: Don't rpath to librustrt.dylibAlex Crichton-12/+3
2014-04-10rustc: Remove absolute rpathsAlex Crichton-29/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-15/+22
2014-04-08Made libflate functions return Options instead of outright failingTobba-3/+9
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-6/+13
2014-04-06De-~[] Reader and WriterSteven Fackler-6/+13
2014-04-06auto merge of #13340 : FlaPer87/rust/code-model, r=cmrbors-1/+14
2014-04-06Add support for different relocation modelsFlavio Percoco-1/+14
2014-04-05rustc: Pass --enable-long-section-names to gccAlex Crichton-0/+27
2014-04-04Fix fallout from std::libc separationCorey Richardson-3/+3
2014-04-01back: link: remove dead codeCorey Richardson-10/+0
2014-04-01back: archive: remove dead codeCorey Richardson-23/+0
2014-04-01back: abi: remove dead codeCorey Richardson-35/+0
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-9/+9
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