about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-4/+3
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-0/+3
2014-06-13Dump results of analysis phase as CSVNick Cameron-2/+18
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-21/+26
2014-06-12Basic iOS supportValerii Hiora-3/+5
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09Implement #[plugin_registrar]Keegan McAllister-28/+42
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-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-4/+4
2014-05-28std: Remove format_strbuf!()Alex Crichton-5/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-40/+40
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-27/+27
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-38/+40
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-5/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-31/+59
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21rustc: improve error messages from wrong --pretty flowgraph use.Huon Wilson-6/+18
2014-05-21rustc: ng -> gn, fix a typo in a string.Huon Wilson-2/+1
2014-05-21rustc: rename the lint `level` enum for style.Huon Wilson-3/+3
2014-05-17auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwaltonbors-1/+2
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-1/+2
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-17/+23
2014-05-15auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichtonbors-19/+76
2014-05-15Graphviz based flow graph pretty-printing.Felix S. Klock II-19/+75
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-0/+1
2014-05-15Add compiler flag to configure output coloringHanno Braun-4/+24
2014-05-14Print 'rustc' and 'rustdoc' as the command name for --versionBrian Anderson-8/+9
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-2/+0
2014-05-12Fixed typo in comments of driver.rsAdolfo OchagavĂ­a-1/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-64/+93
2014-05-11Reorganise driver code.Nick Cameron-956/+1337
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-13/+14
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-7/+12
2014-05-04auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestingerbors-24/+0
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-05-02rustc: Remove the session building_library flagAlex Crichton-24/+0
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-7/+12
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-10/+10
2014-05-01auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelixbors-17/+6
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-10/+10
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+8