Jonathan Turner
|
6ae3502134
|
Move errors from libsyntax to its own crate
|
2016-06-23 08:07:35 -04:00 |
|
Nick Cameron
|
a835d7487c
|
save-analysis: add a decl_id for methods
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-16 11:28:39 +01:00 |
|
Nick Cameron
|
c28374ef0b
|
save-analysis: some refinements to JSON data
Split variable and function kinds to give more information. Give children for methods, structs, enums, and traits.
|
2016-06-11 12:23:57 +02:00 |
|
Nick Cameron
|
a0a987722e
|
save-analysis: attempt number 2 at a JSON version
|
2016-05-11 13:50:23 -07:00 |
|
Eduard Burtescu
|
513d392f7e
|
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
|
2016-05-11 04:14:58 +03:00 |
|
Nick Cameron
|
01be25b1f9
|
Use crate/index pair for def ids
|
2016-05-06 16:15:48 +12:00 |
|
Adolfo Ochagavía
|
dca29d7b08
|
save-analysis: use a decoupled representation for dumped data
Closes #33348
|
2016-05-03 23:18:38 +02:00 |
|