| Age | Commit message (Expand) | Author | Lines |
| 2016-07-30 | Add doc example for Stdin | Guillaume Gomez | -0/+15 |
| 2016-07-30 | Add doc example for io::Stderr | Guillaume Gomez | -0/+15 |
| 2016-07-29 | Add io::Error doc examples | Guillaume Gomez | -0/+145 |
| 2016-07-28 | Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichton | bors | -218/+368 |
| 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 | 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 | 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 | 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 |
| 2016-07-28 | Rollup merge of #34951 - tomgarcia:covariant-vec, r=brson | Manish Goregaokar | -5/+18 |
| 2016-07-28 | Auto merge of #34951 - tomgarcia:covariant-vec, r=brson | bors | -5/+18 |
| 2016-07-28 | Auto merge of #34908 - jseyfried:improve_tt_matchers, r=nrc | bors | -3/+37 |
| 2016-07-28 | Add regression test | Jeffrey Seyfried | -0/+20 |
| 2016-07-27 | Auto merge of #34946 - alexcrichton:fix-cfg, r=brson | bors | -2/+2 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -48/+50 |
| 2016-07-27 | Auto merge of #34907 - arielb1:found-parse-error, r=nikomatsakis | bors | -844/+1017 |
| 2016-07-27 | librustc_back: filter targets for only valid ones | Jonathan Creekmore | -2/+10 |
| 2016-07-27 | librustc_back: json tests for builtin targets | Jonathan Creekmore | -2/+28 |
| 2016-07-27 | librustc_back: convert fn target() to return Result | Doug Goldstein | -202/+212 |
| 2016-07-27 | librustc_back: add ToJson trait to Target | Doug Goldstein | -2/+96 |
| 2016-07-27 | librustc_back: expose all target options via JSON | Doug Goldstein | -10/+22 |
| 2016-07-27 | Auto merge of #34856 - jseyfried:refactor_reset_tls, r=nrc | bors | -5/+10 |
| 2016-07-27 | Auto merge of #33363 - japaric:target, r=japaric | bors | -13/+27 |
| 2016-07-27 | Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton | bors | -10/+76 |
| 2016-07-26 | Auto merge of #35053 - steveklabnik:rollup, r=steveklabnik | bors | -415/+624 |
| 2016-07-26 | Auto merge of #35014 - vadimcn:travis-test, r=alexcrichton | bors | -4/+3 |
| 2016-07-26 | Rollup merge of #35043 - rahiel:patch-1, r=nikomatsakis | Steve Klabnik | -2/+0 |
| 2016-07-26 | Rollup merge of #35029 - eulerdisk:fix_missing_comma_in_csv_dumper, r=nrc | Steve Klabnik | -1/+1 |
| 2016-07-26 | Rollup merge of #35028 - abhijeetbhagat:patch-6, r=alexcrichton | Steve Klabnik | -369/+0 |
| 2016-07-26 | Rollup merge of #35019 - frewsxcv:slice-split, r=GuillaumeGomez | Steve Klabnik | -6/+31 |
| 2016-07-26 | Rollup merge of #35010 - GuillaumeGomez:file_doc, r=steveklabnik | Steve Klabnik | -5/+23 |
| 2016-07-26 | Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnik | Steve Klabnik | -12/+100 |
| 2016-07-26 | Rollup merge of #35001 - rdwilliamson:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-07-26 | Rollup merge of #34995 - GuillaumeGomez:dir_builder_doc, r=steveklabnik | Steve Klabnik | -1/+28 |
| 2016-07-26 | Rollup merge of #34990 - abhijeetbhagat:patch-3, r=steveklabnik | Steve Klabnik | -1/+2 |
| 2016-07-26 | Rollup merge of #34974 - abhijeetbhagat:patch-2, r=GuillaumeGomez | Steve Klabnik | -0/+16 |
| 2016-07-26 | Rollup merge of #34935 - GuillaumeGomez:hash_map_doc, r=steveklabnik | Steve Klabnik | -5/+198 |
| 2016-07-26 | Rollup merge of #34850 - tshepang:patch-3, r=steveklabnik | Steve Klabnik | -2/+1 |