| Age | Commit message (Expand) | Author | Lines |
| 2016-05-20 | Auto merge of #33758 - GuillaumeGomez:rollup, r=Manishearth | bors | -13/+374 |
| 2016-05-20 | rustc: Fix again order-dependence in extern crate | Alex Crichton | -0/+63 |
| 2016-05-20 | Auto merge of #33378 - oli-obk:fix/registry_args, r=Manishearth | bors | -1/+1 |
| 2016-05-20 | Rollup merge of #33739 - GuillaumeGomez:error-code-tests, r=Manishearth | Guillaume Gomez | -0/+284 |
| 2016-05-20 | Rollup merge of #33734 - luqmana:33387-mir_fat_ptr_coerce, r=arielb1 | Guillaume Gomez | -0/+44 |
| 2016-05-20 | Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakis | Guillaume Gomez | -3/+34 |
| 2016-05-20 | Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiyn | Guillaume Gomez | -10/+12 |
| 2016-05-20 | Update tests | Manish Goregaokar | -6/+19 |
| 2016-05-20 | markdown fix suggested during review. | Felix S. Klock II | -1/+1 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -0/+105 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -0/+105 |
| 2016-05-19 | Rollup merge of #33712 - jseyfried:fix_expanded_expr_span_bug, r=nrc | Manish Goregaokar | -21/+23 |
| 2016-05-19 | Rollup merge of #33708 - nham:zero-elided-lifetimes, r=sanxiyn | Manish Goregaokar | -0/+35 |
| 2016-05-19 | Rollup merge of #33696 - nham:add-test-21225, r=luqmana | Manish Goregaokar | -0/+30 |
| 2016-05-19 | Add new error code tests | ggomez | -0/+284 |
| 2016-05-19 | Allow `concat_idents!` in type positions as well as in expression positions | Jeffrey Seyfried | -3/+6 |
| 2016-05-19 | Reword the short diagnostic for E0509 | Robin Kruppe | -10/+12 |
| 2016-05-19 | Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakis | bors | -1/+58 |
| 2016-05-19 | [MIR] Add PointerCast for Unsize casts of fat pointers. | Luqman Aden | -0/+44 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -24/+29 |
| 2016-05-18 | always make at least one codegen-unit | Niko Matsakis | -2/+0 |
| 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 | -2/+2 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -1/+58 |
| 2016-05-19 | Be smart about span of parenthesized expression in macro | Seo Sanghyeon | -0/+31 |
| 2016-05-18 | basic tests for cross-crate hashing | Niko Matsakis | -0/+102 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -6/+12 |
| 2016-05-18 | Fix code suggestion in test | Seo Sanghyeon | -3/+3 |
| 2016-05-18 | Fix tidy error | Jonathan Turner | -1/+1 |
| 2016-05-18 | Fix bug in macro expression spans | Jeffrey Seyfried | -21/+23 |
| 2016-05-18 | Add new error code tests | ggomez | -0/+121 |
| 2016-05-18 | Only print parameters with elided lifetimes in elision error messages. | Nick Hamann | -0/+35 |
| 2016-05-17 | Auto merge of #33137 - nikomatsakis:issue-32330-lbr-in-return-type-warning-2,... | bors | -5/+264 |
| 2016-05-17 | warn for where/return-types that reference regions | Niko Matsakis | -5/+264 |
| 2016-05-17 | Add regression tests for error message when using enum variant as a type | Nick Hamann | -0/+30 |
| 2016-05-17 | Improve a few errors and fix #33366 | Jonathan Turner | -24/+29 |
| 2016-05-17 | Escape asterix in markdown file to side-step it being interpreted as emphasis. | Felix S. Klock II | -1/+1 |
| 2016-05-16 | Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakis | bors | -74/+49 |
| 2016-05-16 | Auto merge of #33588 - nikomatsakis:compiletest-ui, r=acrichto | bors | -0/+152 |
| 2016-05-16 | pacify the mercilous tidy | Niko Matsakis | -1/+20 |
| 2016-05-16 | change on_unimplented logic | Ariel Ben-Yehuda | -0/+2 |
| 2016-05-16 | `DefinitelyInitializedLvals` dataflow op (goal: move away from `MaybeUninitia... | Felix S. Klock II | -0/+63 |
| 2016-05-16 | Little unit tests for MIR dataflow analysis. | Felix S. Klock II | -0/+217 |
| 2016-05-16 | Auto merge of #33640 - lucab:to-upstream/tcp-stress, r=alexcrichton | bors | -9/+15 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -4/+40 |
| 2016-05-15 | Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis | bors | -45/+87 |
| 2016-05-15 | Auto merge of #33620 - eddyb:oops-static-is-not-fn, r=dotdash | bors | -0/+1 |
| 2016-05-15 | Rollup merge of #33585 - GuillaumeGomez:error_code_test, r=steveklabnik | Manish Goregaokar | -0/+242 |
| 2016-05-15 | Rollup merge of #33342 - birkenfeld:issue-26472, r=jseyfried | Manish Goregaokar | -0/+24 |
| 2016-05-14 | Auto merge of #33593 - dotdash:smart_derive, r=brson | bors | -0/+2 |