about summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2014-07-05rustc: Add a new codegen flag, -C metadata=fooAlex Crichton-1/+7
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-48/+61
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-5/+5
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-2/+2
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-3/+4
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+4
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-16rustc: Disable rpath settings by defaultAlex Crichton-2/+2
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