summary refs log tree commit diff
path: root/src/librustc/driver/config.rs
AgeCommit message (Expand)AuthorLines
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-2/+6
2014-09-24handling fallout from entry apiAlexis Beingessner-2/+6
2014-09-21auto merge of #17419 : anchovieshat/rust/remove_no_opt, r=cmrbors-5/+1
2014-09-21Move -Z lto to -C lto.Colin Davidson-2/+2
2014-09-21Remove -Z no-opt flag.Colin Davidson-5/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-5/+5
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-1/+40
2014-09-12Fix bad error message copypastaKeegan McAllister-2/+2
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-3/+3
2014-09-05run optimization and codegen on worker threadsStuart Pernsteiner-0/+9
2014-09-05move back::link::write into a separate fileStuart Pernsteiner-8/+8
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-4/+5
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-2/+2
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-1/+2
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-4/+4
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-13/+15
2014-07-22Remove ancient GC cfg flagsSteven Fackler-6/+0
2014-07-21rustdoc: Add an --extern flag analagous to rustc'sTom Jakubowski-1/+1
2014-07-21Address review feedbackBrian Anderson-2/+5
2014-07-21rustc: Allow the crate linked to as 'std' to be customizedBrian Anderson-0/+3
2014-07-21rustc: Extract --crate-type parsing to its own functionBrian Anderson-17/+26
2014-07-17auto merge of #15698 : Zoxc/rust/code-model, r=alexcrichtonbors-0/+2
2014-07-16Add an option to disable the use of the redzoneJohn Kåre Alsaker-0/+2
2014-07-15Support for specifying the code modelJohn Kåre Alsaker-0/+2
2014-07-15auto merge of #15371 : pnkfelix/rust/fsk-render-dataflow-on-dot, r=alexcrichtonbors-2/+14
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-2/+14
2014-07-14rustc_llvm: Remove the inner llvm moduleBrian Anderson-1/+1
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-2/+6
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-2/+2
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-4/+17
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-3/+23
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-0/+2
2014-07-05rustc: Add a new codegen flag, -C metadata=fooAlex Crichton-0/+2
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-6/+4
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-8/+3
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-1/+1
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-25/+13
2014-06-24Rename lint::Lint to lint::LintIdKeegan McAllister-1/+1
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+1
2014-06-24Added Mipsel architecture supportPawel Olzacki-4/+8
2014-06-16rustc: Disable rpath settings by defaultAlex Crichton-2/+2
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-14/+14
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-3/+2
2014-06-13Dump results of analysis phase as CSVNick Cameron-2/+5
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-14/+11
2014-06-12Basic iOS supportValerii Hiora-2/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1