summary refs log tree commit diff
path: root/src/librustc/back/link.rs
AgeCommit message (Expand)AuthorLines
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-04Don't die with an ICE on a blank library nameAlex Crichton-0/+4
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-16/+16
2013-08-30Tweak pass management and add some more optionsAlex Crichton-41/+75
2013-08-26Rewrite pass management with LLVMAlex Crichton-179/+165
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-21Trimmed whitespaceVadim Chugunov-2/+2
2013-08-18Fixed -Z print-link-argsVadim Chugunov-0/+5
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-11/+11
2013-08-11auto merge of #8410 : luqmana/rust/mcpu, r=sanxiynbors-13/+20
2013-08-10rustc: Add --target-cpu flag to select a more specific processor instead of t...Luqman Aden-13/+20
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-4/+19
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-4/+19
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-12/+12
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-10/+13
2013-08-03remove obsolete `foreach` keywordDaniel Micay-12/+12
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-12/+12
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-15/+17
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-5/+5
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-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-1/+1
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-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-25/+22
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-23vec: remove BaseIter implementationDaniel Micay-10/+12
2013-06-18Cleanup src/librustc/backSteven Stewart-Gallus-76/+67
2013-06-16Remove @-fields from CrateContextJames Miller-8/+8
2013-06-16Move CrateContext into it's own fileJames Miller-1/+1
2013-06-15auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brsonbors-51/+55
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0