| Age | Commit message (Expand) | Author | Lines |
| 2017-03-17 | Fix race condition in fs::create_dir_all | David Roundy | -1/+1 |
| 2017-03-15 | Move to using 0.1 versions of crates, rather than GH links | Nick Cameron | -4/+4 |
| 2017-03-15 | Move the API json dumper to use rls-data too | Nick Cameron | -314/+147 |
| 2017-03-15 | Add rls-span to do some conversions into rls-data. | Nick Cameron | -13/+14 |
| 2017-03-15 | Use out-of-tree rustc serialize | Nick Cameron | -83/+68 |
| 2017-03-15 | Change json dumper (and a few other bits and pieces) to use rls-data rather t... | Nick Cameron | -398/+261 |
| 2017-03-15 | save-analysis: depend on the rls-data crate | Nick Cameron | -1/+4 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -6/+3 |
| 2017-03-11 | Rollup merge of #40344 - nrc:save-container, r=eddyb | Ariel Ben-Yehuda | -1/+4 |
| 2017-03-10 | Rollup merge of #40311 - nrc:save-proc-macro-attr, r=jseyfried | Alex Crichton | -1/+3 |
| 2017-03-10 | save-analysis: cope with lack of method data after a type error | Nick Cameron | -1/+4 |
| 2017-03-10 | Expect macro defs in save-analysis and add expn info to spans for attr proc m... | Nick Cameron | -1/+3 |
| 2017-03-10 | Move remove_docs_from_attrs into lowering step | Jonas Bushart | -41/+36 |
| 2017-03-10 | Store attributes as strings | Jonas Bushart | -74/+11 |
| 2017-03-10 | Export attributes in save-analysis data | Jonas Bushart | -6/+171 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -1/+1 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -3/+3 |
| 2017-02-28 | rustc_save_analysis: don't pollute the codemap with fake files. | Eduard Burtescu | -51/+16 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -3/+3 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-23 | Move MacroKind into Def::Macro | Josh Driver | -1/+1 |
| 2017-02-13 | save-analysis: emit info about impls and super-traits in JSON | Nick Cameron | -20/+97 |
| 2017-02-05 | Rollup merge of #39453 - nrc:save-path, r=nikomatsakis | Corey Farwell | -0/+3 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -1/+1 |
| 2017-02-02 | save-analysis: be more paranoid about generated paths | Nick Cameron | -0/+3 |
| 2017-01-27 | save-analysis: get tables directly, accomodating them being missing | Nick Cameron | -4/+9 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -61/+61 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -2/+2 |
| 2017-01-25 | save-analysis: walk paths | Nick Cameron | -0/+1 |
| 2017-01-25 | save-analysis: walk path expressions | Nick Cameron | -0/+6 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -7/+6 |
| 2017-01-17 | Introduce `string_reader.parse_all_token_trees()`. | Jeffrey Seyfried | -5/+5 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -2/+1 |
| 2017-01-10 | save-analysis: handle paths in type/trait context more correctly | Nick Cameron | -8/+6 |
| 2017-01-09 | save-analysis: fix over-zealous filter on generated code | Nick Cameron | -8/+9 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -38/+48 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -38/+48 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-23 | Auto merge of #38529 - nrc:save-sig, r=nikomatsakis | bors | -16/+320 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -32/+17 |
| 2016-12-22 | rebasing fix | Nick Cameron | -1/+1 |
| 2016-12-22 | save-analysis signature stuff for json-api flavour. | Nick Cameron | -9/+8 |
| 2016-12-22 | signature info for other items (mods, fns, methods, etc.) | Nick Cameron | -50/+106 |
| 2016-12-22 | further lowering of signature data | Nick Cameron | -8/+89 |
| 2016-12-22 | field signatures | Nick Cameron | -7/+38 |
| 2016-12-22 | save-analysis: fix ICE on partially resolved path | Nick Cameron | -0/+4 |
| 2016-12-22 | save-analysis: add `Signature` info to structs | Nick Cameron | -6/+139 |
| 2016-12-13 | rustc: Use `create_dir_racy` in save analysis | Alex Crichton | -2/+2 |
| 2016-12-09 | Auto merge of #38203 - nrc:save-wr, r=eddyb | bors | -9/+11 |