about summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
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
2013-07-22new snapshotDaniel Micay-8/+0
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-18/+11
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-6/+6
2013-07-14Make TLS keys actually take up spaceAlex Crichton-3/+5
2013-07-13Fix running code via '-Z jit'Alex Crichton-0/+4
2013-07-12Squirrel away the JIT contexts into TLS when doneAlex Crichton-16/+52
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-1/+2
2013-07-08Miscellaneous fixes and cleanupNiko Matsakis-3/+3
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-1/+2
2013-07-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-1/+1
2013-07-01auto merge of #7488 : yichoi/rust/sanitize_utf8, r=huonwbors-3/+4
2013-07-01librustc: apply changes of char::escape_unicodeYoung-il Choi-1/+2
2013-07-01librustc: back::link::sanitize support esacpe_utf8Young-il Choi-3/+3
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-5/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-37/+31
2013-06-28auto merge of #7466 : thestinger/rust/passes, r=cmrbors-68/+87
2013-06-28copy the optimization passes from clangDaniel Micay-68/+87
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-14/+16
2013-06-28Remove useless namegen thunkJames Miller-6/+8
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-13/+0
2013-06-23Remove unused shape fields from typedescsPhilipp Brüschweiler-3/+1