about summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
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
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-7/+7
2014-02-14auto merge of #12205 : alexcrichton/rust/nodefaultlibs, r=brsonbors-0/+11
2014-02-14Invoke gcc with -nodefaultlibsAlex Crichton-0/+11
2014-02-14auto merge of #12207 : alexcrichton/rust/up-llvm, r=sfacklerbors-2/+0
2014-02-14Upgrade LLVMAlex Crichton-2/+0
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-78/+52
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-1/+1
2014-02-11auto merge of #12027 : vadimcn/rust/compiler-rt, r=alexcrichtonbors-3/+14
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-3/+14
2014-02-11back/link -- introduce block to clarify scope of closureNiko Matsakis-19/+21
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-24/+24
2014-02-08Fixed error starting with uppercasemr.Shu-4/+4
2014-02-06Redesign output flags for rustcAlex Crichton-82/+98
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-1/+1
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-1/+0
2014-02-03extra: Re-add the Once primitve to extra::syncAlex Crichton-1/+1