summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-24rustc: Always include the morestack libraryAlex Crichton-14/+27
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+72
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+72
2014-06-16Update repo locationBrian Anderson-1/+1
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-1/+1
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-46/+43
2014-06-12Basic iOS supportValerii Hiora-23/+79
2014-06-11sync: Move underneath libstdAlex Crichton-1/+1
2014-06-06rustc: Avoid 16-byte filenames in rlibsAlex Crichton-4/+14
2014-06-06Add workaround for archive reading bug in LLDB.Michael Woerister-4/+8
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-03librustc: Try to resolve before coercions.Luqman Aden-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-30librustc: Fix snake case errors.Kevin Butler-5/+5
2014-05-29auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfacklerbors-17/+12
2014-05-29auto merge of #14472 : huonw/rust/native-lib-warnings, r=alexcrichtonbors-10/+20
2014-05-28std: Remove format_strbuf!()Alex Crichton-17/+12
2014-05-28rustc: clarify warning about native deps for a staticlib.Huon Wilson-10/+20
2014-05-27std: Rename strbuf operations to stringRicho Healey-69/+69
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-41/+41
2014-05-24Add AttrId to Attribute_Steven Fackler-1/+6
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-5/+8
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-5/+7
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-43/+93
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-9/+12
2014-05-15auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichtonbors-128/+109
2014-05-15Teach SVH computation to ignore more implementation artifacts.Felix S. Klock II-16/+407
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-128/+109
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-30/+5
2014-05-13io: Implement process wait timeoutsAlex Crichton-2/+2
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-222/+277
2014-05-11auto merge of #14096 : nick29581/rust/driver, r=brsonbors-37/+40
2014-05-11core: Remove the cast moduleAlex Crichton-6/+6
2014-05-11Reorganise driver code.Nick Cameron-37/+40
2014-05-08Handle fallout in librustcKevin Ballard-2/+2
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-2/+2
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-133/+87
2014-05-01Fix a/an typosJorge Aparicio-1/+1
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