| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-09-23 | ICH: Add ability to test the ICH of exported metadata items. | Michael Woerister | -6/+4 | |
| 2016-09-06 | allow testing DepNode::Krate edges directly | Niko Matsakis | -87/+71 | |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 | |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 | |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+1 | |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -15/+24 | |
| 2016-08-03 | skip assert-dep-graph unless unit testing | Niko Matsakis | -0/+7 | |
| this can actually be expensive! | ||||
| 2016-07-25 | Adressed PR comments. | cgswords | -6/+2 | |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -17/+16 | |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 | |
| 2016-05-31 | expand `DepNode::TraitSelect` to include type ids | Niko Matsakis | -40/+40 | |
| To handle the general case, we include a vector of def-ids, so that we can account for things like `(Foo, Bar)` which references both `Foo` and `Bar`. This means it is not Copy, so re-jigger some APIs to use borrowing more intelligently. | ||||
| 2016-05-18 | cleanup dep-graph debugging code | Niko Matsakis | -19/+9 | |
| Create some re-usable filtering subroutines. | ||||
| 2016-05-18 | identify inputs of `MetaData(X)` nodes | Niko Matsakis | -1/+1 | |
| Generate a second hash file that contains the metadata for an X node. | ||||
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -5/+5 | |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -4/+4 | |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -0/+438 | |
| for now, this houses `svh` and the code to check `assert_dep_graph` is sane | ||||
