summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-2/+2
2013-09-18Register new snapshotsAlex Crichton-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-06Remove even more usage of clownshoes in symbolsAlex Crichton-11/+7
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-24/+76
2013-09-04Improve name mangling for gdbAlex Crichton-23/+54
2013-09-04auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonwbors-2/+2
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-2/+2
2013-09-04auto merge of #8976 : alexcrichton/rust/issue-5425, r=pnkfelixbors-0/+4
2013-09-04Don't die with an ICE on a blank library nameAlex Crichton-0/+4
2013-09-03add type name to the tydescDaniel Micay-1/+2
2013-09-02Remove __extensions__ in names for a "pretty name"Alex Crichton-4/+25
2013-09-02librustc: Check for empty crate link meta name and vers.Luqman Aden-4/+4
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-56/+56
2013-08-30Tweak pass management and add some more optionsAlex Crichton-41/+75
2013-08-26Rewrite pass management with LLVMAlex Crichton-528/+165
2013-08-24librustc: Always use session target triple.Luqman Aden-32/+8
2013-08-22Compile via external assembler on Windows.Vadim Chugunov-18/+14
2013-08-22On Windows, use g++ for linking, instead of gcc.Vadim Chugunov-4/+5
2013-08-21auto merge of #8595 : vadimcn/rust/print_link_args, r=alexcrichtonbors-0/+5
2013-08-21Trimmed whitespaceVadim Chugunov-2/+2
2013-08-20auto merge of #8328 : alexcrichton/rust/llvm-head, r=brsonbors-1/+0
2013-08-20Fix LLVM compilation issues and use the new attrsAlex Crichton-1/+0
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-5/+0
2013-08-18Fixed -Z print-link-argsVadim Chugunov-0/+5
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-12/+12
2013-08-12fix build with the new snapshot compilerDaniel Micay-13/+0
2013-08-11auto merge of #8410 : luqmana/rust/mcpu, r=sanxiynbors-13/+20
2013-08-11Add a field `borrow_offset` to the type descriptor indicatingNiko Matsakis-1/+2
2013-08-10rustc: Add --target-cpu flag to select a more specific processor instead of t...Luqman Aden-13/+20
2013-08-10syntax and rustc: fix some warningsErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-3/+3
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-117/+32
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-117/+23
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-117/+23
2013-08-08env! syntax extension changesSteven Fackler-0/+9
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-5/+5
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-5/+5
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-25/+24
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-11/+15
2013-08-04Fix build issues once LLVM has been upgradedAlex Crichton-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-24/+24
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-23/+23
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-17/+18
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-4/+4
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-17/+18
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-3/+3