| Age | Commit message (Expand) | Author | Lines |
| 2016-05-19 | Rollup merge of #33696 - nham:add-test-21225, r=luqmana | Manish Goregaokar | -0/+30 |
| 2016-05-19 | Rollup merge of #33611 - vvanders:master, r=steveklabnik | Manish Goregaokar | -0/+47 |
| 2016-05-19 | Rollup merge of #33353 - timothy-mcroy:E0502, r=sanxiyn | Manish Goregaokar | -1/+27 |
| 2016-05-19 | Auto merge of #33702 - crimsun:pr33678, r=alexcrichton | bors | -4/+3 |
| 2016-05-19 | Add new error code tests | ggomez | -0/+284 |
| 2016-05-19 | Make the #[stable(since)] version attribute clearer with a tooltip | Rémy Rakic | -2/+3 |
| 2016-05-19 | Allow `concat_idents!` in type positions as well as in expression positions | Jeffrey Seyfried | -21/+38 |
| 2016-05-19 | Reword the short diagnostic for E0509 | Robin Kruppe | -11/+13 |
| 2016-05-19 | Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakis | bors | -46/+165 |
| 2016-05-19 | [MIR] Add PointerCast for Unsize casts of fat pointers. | Luqman Aden | -4/+68 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -68/+125 |
| 2016-05-18 | always make at least one codegen-unit | Niko Matsakis | -2/+11 |
| 2016-05-19 | Fix macro expansion backtrace diagnostics | Jeffrey Seyfried | -1/+1 |
| 2016-05-18 | rustbuild: Pass -O to tests based on configuration | Alex Crichton | -2/+25 |
| 2016-05-18 | rustbuild: Add missing test suites | Alex Crichton | -16/+57 |
| 2016-05-18 | Auto merge of #33686 - GuillaumeGomez:error-code-tests, r=steveklabnik | bors | -0/+121 |
| 2016-05-18 | address review comments | Ariel Ben-Yehuda | -14/+14 |
| 2016-05-18 | Move read more link to same line | Manish Goregaokar | -5/+6 |
| 2016-05-18 | Simplify report_elision_failure a little bit. | Nick Hamann | -7/+1 |
| 2016-05-18 | Rust syntax coloring for some ignore, should-panic and no-run snippets. | Steven Burns | -38/+38 |
| 2016-05-18 | Clarified that `let(mut x, y) =` only makes x mutable, not y | mark-summerfield | -0/+2 |
| 2016-05-18 | rustdoc: Support short doc fallback for non-default items | Manish Goregaokar | -9/+25 |
| 2016-05-18 | rustdoc: Add doc snippets for trait impls, with a read more link | Manish Goregaokar | -0/+12 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -46/+165 |
| 2016-05-18 | Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mw | bors | -370/+1037 |
| 2016-05-19 | Be smart about span of parenthesized expression in macro | Seo Sanghyeon | -1/+35 |
| 2016-05-18 | add task for linking | Niko Matsakis | -0/+5 |
| 2016-05-18 | fix indentation of session/mod.rs | Niko Matsakis | -3/+3 |
| 2016-05-18 | add debug info to dep_graph | Niko Matsakis | -1/+5 |
| 2016-05-18 | nit: cache crate-hash for next time | Niko Matsakis | -0/+5 |
| 2016-05-18 | nit: use format! instead of iterator | Niko Matsakis | -12/+1 |
| 2016-05-18 | basic tests for cross-crate hashing | Niko Matsakis | -0/+102 |
| 2016-05-18 | load/save hashes of metadata | Niko Matsakis | -92/+249 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -44/+123 |
| 2016-05-18 | cleanup dep-graph debugging code | Niko Matsakis | -19/+79 |
| 2016-05-18 | change svh to store a u64 | Niko Matsakis | -55/+38 |
| 2016-05-18 | pass revision and incr_comp directory to auxbuild | Niko Matsakis | -10/+40 |
| 2016-05-18 | always encode variant fields | Niko Matsakis | -7/+7 |
| 2016-05-18 | make the filename computation take a cratenum | Niko Matsakis | -8/+10 |
| 2016-05-18 | identify inputs of `MetaData(X)` nodes | Niko Matsakis | -83/+221 |
| 2016-05-18 | rename the dep-graph file to include crate ident | Niko Matsakis | -1/+7 |
| 2016-05-18 | when encoding, push MetaData(foo) task on stack | Niko Matsakis | -54/+71 |
| 2016-05-18 | add a MetaData node and trigger reads from it | Niko Matsakis | -8/+56 |
| 2016-05-18 | ignore dep-graph in resolve and lower_crate | Niko Matsakis | -3/+13 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -50/+81 |
| 2016-05-18 | remove the `Any` bound from `CrateStore` | Niko Matsakis | -6/+1 |
| 2016-05-18 | add MetaData DepNode variant | Niko Matsakis | -0/+6 |
| 2016-05-18 | Remove unnecessary parens in macro | Seo Sanghyeon | -1/+1 |
| 2016-05-18 | Fix code suggestion in test | Seo Sanghyeon | -3/+3 |
| 2016-05-18 | Fix tidy error | Jonathan Turner | -1/+1 |