| Age | Commit message (Expand) | Author | Lines |
| 2016-08-01 | Fix fallout in `ui/codemap_tests`. | Jeffrey Seyfried | -5/+2 |
| 2016-07-31 | Make "type aliases cannot be used for traits" a note instead of a span_label. | Jeffrey Seyfried | -20/+4 |
| 2016-07-31 | Clean up `resolve_trait_reference`. | Jeffrey Seyfried | -32/+31 |
| 2016-07-31 | Avoid emitting a unhelpful cascading resolution error. | Jeffrey Seyfried | -0/+6 |
| 2016-07-30 | Auto merge of #35127 - Manishearth:rollup, r=Manishearth | bors | -348/+338 |
| 2016-07-30 | Rollup merge of #35106 - xen0n:issue-35082, r=alexcrichton | Manish Goregaokar | -1/+9 |
| 2016-07-30 | Rollup merge of #35104 - frewsxcv:linked-list-append, r=steveklabnik | Manish Goregaokar | -11/+14 |
| 2016-07-30 | Rollup merge of #35094 - mcarton:multispan, r=jonathandturner | Manish Goregaokar | -4/+15 |
| 2016-07-30 | Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb | Manish Goregaokar | -233/+119 |
| 2016-07-30 | Rollup merge of #35080 - jonathandturner:fix_numeric_expected_found, r=nikoma... | Manish Goregaokar | -41/+43 |
| 2016-07-30 | Rollup merge of #35063 - jseyfried:avoid_importing_inaccessible_names, r=nrc | Manish Goregaokar | -58/+43 |
| 2016-07-30 | Rollup merge of #35058 - jethrogb:no_panic_abs, r=alexcrichton | Manish Goregaokar | -0/+84 |
| 2016-07-30 | Rollup merge of #35049 - knight42:add-test, r=alexcrichton | Manish Goregaokar | -0/+11 |
| 2016-07-30 | Auto merge of #35051 - japaric:backtrace, r=alexcrichton | bors | -10/+36 |
| 2016-07-29 | Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton | bors | -270/+314 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -173/+204 |
| 2016-07-29 | Auto merge of #35100 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -27/+206 |
| 2016-07-29 | Rollup merge of #35103 - brettcannon:patch-1, r=Manishearth | Guillaume Gomez | -3/+3 |
| 2016-07-29 | Rollup merge of #35087 - GuillaumeGomez:fs_docs, r=steveklabnik | Guillaume Gomez | -0/+101 |
| 2016-07-29 | Rollup merge of #35072 - munyari:assert_debug, r=steveklabnik | Guillaume Gomez | -0/+18 |
| 2016-07-29 | Rollup merge of #35066 - vadimcn:fix-typos, r=apasel422 | Guillaume Gomez | -1/+1 |
| 2016-07-29 | Rollup merge of #35062 - frewsxcv:chars-as-str, r=GuillaumeGomez | Guillaume Gomez | -0/+13 |
| 2016-07-29 | Rollup merge of #35050 - knight42:improve-fmt-doc, r=steveklabnik | Guillaume Gomez | -13/+7 |
| 2016-07-29 | Rollup merge of #34258 - durka:patch-25, r=steveklabnik | Guillaume Gomez | -10/+63 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -233/+119 |
| 2016-07-29 | syntax_ext: format: fix ICE with bad named arguments | Wang Xuerui | -1/+9 |
| 2016-07-28 | Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichton | bors | -218/+368 |
| 2016-07-28 | Rewrite `collections::LinkedList::append` doc example. | Corey Farwell | -11/+14 |
| 2016-07-28 | Try to clear up some awkward wording | Brett Cannon | -3/+3 |
| 2016-07-28 | Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichton | bors | -1/+1 |
| 2016-07-28 | Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mw | bors | -197/+1245 |
| 2016-07-28 | make it possible to track where hash diverges | Niko Matsakis | -0/+23 |
| 2016-07-28 | hash def-path's better | Niko Matsakis | -3/+13 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -29/+1032 |
| 2016-07-28 | Revert "Remove unused methods from MultiSpan" | mcarton | -4/+15 |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -41/+42 |
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -92/+202 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -57/+54 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+360 |
| 2016-07-28 | Modify trans to skip generating `.o` files | Niko Matsakis | -98/+385 |
| 2016-07-28 | Add non-panicking abs() functions to all signed integer types. | Jethro Beekman | -0/+84 |
| 2016-07-28 | Code to save/load the work-products map from disk | Niko Matsakis | -53/+191 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -10/+14 |
| 2016-07-28 | Extend DepGraph so it can track "work-products" | Niko Matsakis | -9/+128 |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -40/+41 |
| 2016-07-28 | Rollup merge of #35040 - soltanmm:couple-is-a-pun, r=nikomatsakis | Manish Goregaokar | -150/+159 |
| 2016-07-28 | Rollup merge of #35037 - ollie27:rustdoc_tuple_struct_where, r=alexcrichton | Manish Goregaokar | -3/+30 |
| 2016-07-28 | Rollup merge of #35013 - tamird:coerce-match-valgrind, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2016-07-28 | Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrc | Manish Goregaokar | -1/+24 |
| 2016-07-28 | Rollup merge of #34963 - petrochenkov:useerr, r=jseyfried | Manish Goregaokar | -2/+29 |