| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -3/+6 | |
| 2016-09-19 | save-analysis: better 'parent' info | Nick Cameron | -7/+7 | |
| In particular, this fixes some bugs displaying doc URLs for method calls. | ||||
| 2016-09-07 | save-analysis: add docs data | Nick Cameron | -1/+23 | |
| 2016-09-01 | save-analysis: add parent info to api dumps | Nick Cameron | -1/+13 | |
| The parent id is used for constructing rustdoc URLs by clients | ||||
| 2016-09-01 | Thread visibility info through save-analysis and filter save-analysis-api on it. | Nick Cameron | -4/+24 | |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+2 | |
| 2016-06-16 | save-analysis: add a decl_id for methods | Nick Cameron | -0/+2 | |
| This is non-null if the method is in a (non-inherent) impl and in that case will be the id for the method declaration in the implemented trait. | ||||
| 2016-06-11 | save-analysis: some refinements to JSON data | Nick Cameron | -4/+14 | |
| Split variable and function kinds to give more information. Give children for methods, structs, enums, and traits. | ||||
| 2016-05-11 | save-analysis: attempt number 2 at a JSON version | Nick Cameron | -7/+21 | |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -25/+25 | |
| 2016-05-06 | Use crate/index pair for def ids | Nick Cameron | -123/+101 | |
| 2016-05-03 | save-analysis: use a decoupled representation for dumped data | Adolfo OchagavĂa | -0/+640 | |
| Closes #33348 | ||||
