about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-07-21rustc: Allow the crate linked to as 'std' to be customizedBrian Anderson-0/+3
2014-07-21rustc: Pass optional additional plugins to compile_inputBrian Anderson-6/+10
2014-07-21rustc: Extract --crate-type parsing to its own functionBrian Anderson-17/+26
2014-07-21rustc: Make `monitor` public.Brian Anderson-1/+1
2014-07-18rustc: Mix extra-filename in temp outputsAlex Crichton-3/+9
2014-07-18auto merge of #15725 : aochagavia/rust/vec, r=alexcrichtonbors-1/+1
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-1/+1
2014-07-17auto merge of #15698 : Zoxc/rust/code-model, r=alexcrichtonbors-0/+2
2014-07-16auto merge of #15696 : Zoxc/rust/redzone, 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 #15615 : jakub-/rust/diagnostics, r=brsonbors-0/+3
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-2/+1
2014-07-15auto merge of #15371 : pnkfelix/rust/fsk-render-dataflow-on-dot, r=alexcrichtonbors-18/+92
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-18/+92
2014-07-14rustc_llvm: Remove the inner llvm moduleBrian Anderson-3/+3
2014-07-12Convert a first batch of diagnostics to have error codesJakub Wieczorek-0/+3
2014-07-12auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex...bors-2/+8
2014-07-11add Macro ExterminatorJohn Clements-1/+6
2014-07-11use side table to store exported macrosJohn Clements-1/+2
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-13/+52
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-5/+5
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-4/+15
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-5/+3
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-4/+22
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-3/+23
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-6/+6
2014-07-05rustc: Add a new codegen flag, -C metadata=fooAlex Crichton-0/+13
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-46/+43
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-11/+6
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-10/+23
2014-06-24Implement lint pluginsKeegan McAllister-10/+27
2014-06-24Reindent function call continuations, and other style fixesKeegan McAllister-1/+1
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-2/+2
2014-06-24Use names in Lint structs in an ASCII-case-insensitive wayKeegan McAllister-1/+2
2014-06-24Clean up and document the public lint APIKeegan McAllister-1/+1
2014-06-24Store the registered lints in the SessionKeegan McAllister-35/+76
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-60/+50
2014-06-24Rename lint::Lint to lint::LintIdKeegan McAllister-3/+3
2014-06-24Move lint.rs out of middleKeegan McAllister-4/+5
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-4/+8
2014-06-24Added Mipsel architecture supportPawel Olzacki-4/+8
2014-06-18Add stability inheritanceAaron Turon-2/+5
2014-06-18Fallout from TaskBuilder changesAaron Turon-10/+7
2014-06-16rustc: Disable rpath settings by defaultAlex Crichton-2/+2
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-22/+29