about summary refs log tree commit diff
path: root/src/librustc/middle/graph.rs
AgeCommit message (Expand)AuthorLines
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-484/+0
2015-04-01Fallout out rustcNiko Matsakis-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-10/+10
2015-02-18Implement RFC 580Aaron Turon-3/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+2
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+4
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03rustc: fix falloutJorge Aparicio-1/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-21rollup merge of #19898: Aatch/issue-19684Alex Crichton-0/+35
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-9/+3
2014-12-18Fix logic error and add unreachable after returnsJames Miller-1/+1
2014-12-18Minor fixesJames Miller-4/+2
2014-12-18Only count nested returns when the outer return is reachableJames Miller-0/+37
2014-12-13librustc: use unboxed closuresJorge Aparicio-21/+25
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-11-26/*! -> //!Steve Klabnik-25/+21
2014-11-18std: Stabilize std::fmtAlex Crichton-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-8/+8
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-4/+4
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-4/+4
2014-10-28Update code with new lint namesAaron Turon-4/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-9/+9
2014-10-16librustc: Remove all uses of {:?}.Luqman Aden-4/+14
2014-10-09rustc: Convert statics to constantsAlex Crichton-4/+4
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+4
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+1
2014-07-09librustc: Remove uses of advance.Luqman Aden-2/+2
2014-06-18Revise dataflow to do a cfg-driven walk.Felix S. Klock II-1/+1
2014-06-18NodeIndex should derive `Show`.Felix S. Klock II-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-15rustc::middle::graph API revisions.Felix S. Klock II-20/+24
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-2/+2
2014-04-02middle: graph: ignore dead codeCorey Richardson-0/+2
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-2/+2
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-9/+9
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-19/+26
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-3/+3
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-9/+9
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-18/+26
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-8/+8
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-9/+13