summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
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
2014-03-17Refactor pprust a bit.Eduard Burtescu-41/+60
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-66/+56
2014-03-17De-@ move maps and rework parts of trans.Eduard Burtescu-12/+19
2014-03-17De-@ ParseSess uses.Eduard Burtescu-6/+5
2014-03-17De-@ CStore uses.Eduard Burtescu-3/+2
2014-03-17De-@ filesearch.Eduard Burtescu-14/+24
2014-03-17De-@ reachable.Eduard Burtescu-11/+8
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-16/+16
2014-03-17De-@ Session usage.Eduard Burtescu-61/+62
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-22/+36
2014-03-13Introduce a common recursion limit for auto-dereference and monomorphization.Eduard Burtescu-2/+7
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-1/+0
2014-03-11debuginfo: Improve commandline option handling for debuginfo (fixes #12811)Michael Woerister-25/+35
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-38/+35
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-30/+38
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-1/+5
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-2/+3
2014-03-06debuginfo: Expose limited debuginfo in command line optionsMichael Woerister-52/+48
2014-03-06debuginfo: Re-introduce the notion of line-table-only debuginfo.Michael Woerister-4/+15
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-14/+26
2014-03-01auto merge of #12627 : alexcrichton/rust/issue-12623, r=brsonbors-2/+3
2014-02-28syntax: Refactor diagnostics to focus on WritersAlex Crichton-2/+3
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-4/+3
2014-02-27Forbid certain types for static itemsFlavio Percoco-0/+3
2014-02-25auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichtonbors-2/+5
2014-02-24Gate default type parameter overrides.Eduard Burtescu-2/+5
2014-02-24Move extra::json to libserializeAlex Crichton-2/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-2/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-16/+16