| Age | Commit message (Expand) | Author | Lines |
| 2017-01-13 | resolve: Levenshtein-based suggestions for non-import paths | Vadim Petrochenkov | -19/+157 |
| 2017-01-13 | Use multiline Diagnostic for "relevant impl" list | Esteban Küber | -12/+41 |
| 2017-01-13 | Auto merge of #39036 - aidanhs:aphs-robust-docker, r=alexcrichton | bors | -2/+0 |
| 2017-01-13 | Remove strictly-unnecessary flags for docker | Aidan Hobson Sayers | -2/+0 |
| 2017-01-13 | Auto merge of #38890 - petrochenkov:noresolve, r=nrc | bors | -294/+304 |
| 2017-01-13 | Rollup merge of #39027 - behnam:typo, r=frewsxcv | Guillaume Gomez | -2/+2 |
| 2017-01-13 | Rollup merge of #39024 - stjepang:owned-to-string, r=steveklabnik | Guillaume Gomez | -14/+14 |
| 2017-01-13 | Rollup merge of #38995 - petrochenkov:minmax, r=GuillaumeGomez | Guillaume Gomez | -10/+10 |
| 2017-01-13 | Rollup merge of #38994 - BenWiederhake:master, r=sanxiyn | Guillaume Gomez | -2/+2 |
| 2017-01-13 | Rollup merge of #38986 - APTy:fix-nonblocking-test, r=aturon | Guillaume Gomez | -4/+16 |
| 2017-01-13 | Rollup merge of #38965 - GuillaumeGomez:mutex_docs, r=frewsxcv | Guillaume Gomez | -1/+79 |
| 2017-01-13 | Rollup merge of #38946 - GuillaumeGomez:path_doc, r=frewsxcv | Guillaume Gomez | -22/+95 |
| 2017-01-13 | Rollup merge of #38877 - jdub:patch-1, r=sanxiyn | Guillaume Gomez | -4/+0 |
| 2017-01-13 | Rollup merge of #38636 - shahn:extend, r=steveklabnik | Guillaume Gomez | -1/+4 |
| 2017-01-13 | Rollup merge of #38362 - GuillaumeGomez:instant_doc, r=frewsxcv | Guillaume Gomez | -14/+115 |
| 2017-01-13 | Auto merge of #38909 - clarcharr:char_struct_display, r=alexcrichton | bors | -175/+277 |
| 2017-01-12 | [libcollections] [doc] Fix typo in documentation | Behnam Esfahbod | -2/+2 |
| 2017-01-13 | Auto merge of #38748 - alexcrichton:upload, r=brson | bors | -51/+77 |
| 2017-01-12 | rustbuild: Actually don't build stage0 target rustc | Alex Crichton | -1/+13 |
| 2017-01-13 | Change `to_owned` to `to_string` in docs | Stjepan Glavina | -14/+14 |
| 2017-01-13 | Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichton | bors | -3/+8 |
| 2017-01-12 | travis: Start uploading artifacts on commits | Alex Crichton | -51/+77 |
| 2017-01-12 | Also mark the struct_field_attributes regression test | est31 | -0/+2 |
| 2017-01-12 | Mark even more tests as gate tests | est31 | -0/+96 |
| 2017-01-12 | Use a whitelist and print nice hints | est31 | -12/+26 |
| 2017-01-12 | Automatically treat test files "feature-gate-$f.rs" as gate tests for feature $f | est31 | -0/+16 |
| 2017-01-12 | Don't require gate tests for removed features | est31 | -2/+4 |
| 2017-01-12 | Add gate-test- to some already existing tests | est31 | -1/+9 |
| 2017-01-12 | Require compile-fail tests for new lang features | est31 | -1/+71 |
| 2017-01-12 | Use only one feature struct, and use hash maps in both occasions | est31 | -18/+11 |
| 2017-01-12 | Auto merge of #38650 - infinity0:master, r=alexcrichton | bors | -0/+6 |
| 2017-01-12 | incr.comp.: Add some caching to Predecessors construction. | Michael Woerister | -9/+297 |
| 2017-01-12 | Add some more info to -Zincremental-info | Michael Woerister | -0/+11 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -19/+164 |
| 2017-01-12 | Mark some BitVector methods with #[inline] | Michael Woerister | -0/+9 |
| 2017-01-12 | Disable jemalloc tests on platforms where it is disabled (closes #38612) | Ximin Luo | -3/+6 |
| 2017-01-12 | Add mips architectures to conditional-compile test | Ximin Luo | -0/+6 |
| 2017-01-12 | Disable jemalloc on s390x as well (closes #38596) | Ximin Luo | -0/+2 |
| 2017-01-12 | Auto merge of #38569 - chris-morgan:rustdoc-highlight-kw-2, r=steveklabnik | bors | -3/+5 |
| 2017-01-12 | Auto merge of #38779 - Craig-Macomber:bench, r=alexcrichton | bors | -97/+148 |
| 2017-01-12 | Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brson | bors | -24/+65 |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -294/+304 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -19/+164 |
| 2017-01-12 | Auto merge of #37926 - bluss:from-utf8-small-simplification, r=sfackler | bors | -27/+26 |
| 2017-01-12 | Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brson | bors | -0/+1 |
| 2017-01-12 | Auto merge of #38605 - estebank:fix-38371, r=nikomatsakis | bors | -8/+120 |
| 2017-01-11 | Add missing links and examples for path modules and structs | Guillaume Gomez | -22/+95 |
| 2017-01-11 | Auto merge of #38313 - jseyfried:self_imports, r=nrc | bors | -13/+78 |
| 2017-01-11 | Implement Display for char Escape*, To*case. | Clar Charr | -175/+277 |
| 2017-01-11 | Fix two const-eval issues related to i128 negation | Simonas Kazlauskas | -14/+31 |