summary refs log tree commit diff
path: root/src/librustc/middle/graph.rs
AgeCommit message (Expand)AuthorLines
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
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30rustc: Remove usage of fmt!Alex Crichton-2/+2
2013-08-07Bugfix .each_edge in middle/graph.rsblake2-ppc-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-8/+12
2013-08-02replace `range` with an external iteratorDaniel Micay-7/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-11Silence various warningsNiko Matsakis-1/+0
2013-07-11rustc: Add new graph library, based on code from region_inferneceNiko Matsakis-0/+411