| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -7/+3 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -3/+3 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -10/+6 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -113/+91 |
| 2015-06-15 | save-analysis: fix a couple of span bugs | Nick Cameron | -6/+8 |
| 2015-06-15 | Rebasing and bug fixing | Nick Cameron | -39/+45 |
| 2015-06-15 | save-analysis: use a macro for 'downcasting' | Nick Cameron | -139/+132 |
| 2015-06-15 | save-analysis: API-ify struct lits | Nick Cameron | -33/+65 |
| 2015-06-15 | save-analysis: merge StructRef and TypeRef | Nick Cameron | -8/+4 |
| 2015-06-15 | save-analysis: API-ify impls | Nick Cameron | -53/+131 |
| 2015-06-15 | save-analysis: move fields to the API | Nick Cameron | -28/+47 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -4/+4 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -3/+3 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -4/+4 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -9/+9 |
| 2015-06-02 | Change &String[..] to just &String, since it coerces to &str automatically. | Peter Elmers | -26/+26 |
| 2015-06-02 | Move EnumData to the API. | Peter Elmers | -55/+72 |
| 2015-05-28 | save-analysis: move another couple of things to the API | Nick Cameron | -40/+109 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+1 |
| 2015-05-15 | comments | Nick Cameron | -6/+20 |
| 2015-05-14 | save-analysis: fix a bracket counting bug | Nick Cameron | -14/+11 |
| 2015-05-14 | save-analysis: start factoring out an API | Nick Cameron | -69/+129 |
| 2015-05-14 | Extract PathCollector | Nick Cameron | -56/+68 |
| 2015-05-14 | move out function data | Nick Cameron | -7/+57 |
| 2015-05-14 | Use the new-style API for external crate listings | Nick Cameron | -15/+45 |
| 2015-05-14 | save-analysis: move csv dumping stuff to its own module and rename | Nick Cameron | -1510/+1540 |
| 2015-05-13 | Record correct span for static mut items | Garming Sam | -4/+4 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -3/+3 |
| 2015-04-29 | save-analysis: fix impl functions | Nick Cameron | -2/+4 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -1/+2 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -12/+21 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -12/+17 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -3/+3 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -1/+1 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -4/+4 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -1/+1 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+1 |
| 2015-04-01 | Refactored ty::ctxt so node_types mutations must go through ty methods. | Felix S. Klock II | -3/+3 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -13/+18 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+2 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -13/+18 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -71/+36 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -4/+4 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -69/+53 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -5/+5 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -10/+12 |