about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-04-24Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove theNiko Matsakis-16/+4
2014-04-24use option_env! instead of env!Niko Matsakis-1/+2
2014-04-24auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakisbors-9/+4
2014-04-24auto merge of #13531 : alexcrichton/rust/fix-some-ices, r=brsonbors-19/+25
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-12/+18
2014-04-23rustc: Give a friendlier error when writing depsAlex Crichton-19/+25
2014-04-23rustc: Remove moved_variables_setFlavio Percoco-4/+1
2014-04-23rustc: remove usage of root_map from astencodeFlavio Percoco-6/+4
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-1/+1
2014-04-22rustc: de-@ lang_items.Eduard Burtescu-1/+1
2014-04-22rustc: move the method and vtable maps into ty::ctxt.Eduard Burtescu-18/+12
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-10/+10
2014-04-17auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brsonbors-3/+4
2014-04-16rustc: Slightly reword the --no-analysis description for clarityBrian Anderson-2/+5
2014-04-16Move `--ls` behind `-Z ls`Flavio Percoco-3/+4
2014-04-15auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichtonbors-33/+41
2014-04-14Only check --crate-type flags if present.JustAPerson-33/+41
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-4/+4
2014-04-10Generalized the pretty-print entry points to support `-o <file>`.Felix S. Klock II-4/+16
2014-04-08rustc: Never register syntax crates in CStoreAlex Crichton-2/+0
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-1/+1
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-06auto merge of #13340 : FlaPer87/rust/code-model, r=cmrbors-0/+2
2014-04-06Add support for different relocation modelsFlavio Percoco-0/+2
2014-04-05auto merge of #13330 : huonw/rust/loop-error, r=alexcrichtonbors-3/+3
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-0/+3
2014-04-05Added session.fileline_note() method and support infrastucture for it.Felix S. Klock II-0/+3
2014-04-05rustc: move the check_loop pass earlier.Huon Wilson-3/+3
2014-04-03std: Remove `RefCell::set()`Erick Tryzelaar-3/+1
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-55/+55
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-6/+2
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+2
2014-03-29Register new snapshotFlavio Percoco-13/+2
2014-03-27serialize: use ResultSean McArthur-2/+16
2014-03-27auto merge of #13151 : brson/rust/dist, r=alexcrichton,brsonbors-1/+1
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-2/+0
2014-03-25mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLEBrian Anderson-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-2/+2
2014-03-24rustc: Remove all crate map supportAlex Crichton-2/+0
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-3/+3
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-5/+4
2014-03-22auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichtonbors-2/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+1
2014-03-20Remove RefCell::{with, with_mut}Steven Fackler-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-3/+1
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-6/+6
2014-03-19Discard MTWT & interner tables from TLD after they stop being useful.Eduard Burtescu-0/+7
2014-03-18syntax: Don't parameterize the the pretty printerAlex Crichton-4/+4
2014-03-18rustc: buffer the output writer for -Z ast-json[-noexpand].Huon Wilson-2/+2
2014-03-17Fix rustdoc and tests.Eduard Burtescu-2/+2