| Age | Commit message (Expand) | Author | Lines |
| 2017-08-08 | Ignore tests that fail on stage1 | Malo Jaffré | -0/+53 |
| 2017-08-08 | Auto merge of #42998 - behnam:uni-ver-type, r=sfackler | bors | -6/+52 |
| 2017-08-08 | Auto merge of #43725 - dhduvall:libc-update, r=alexcrichton | bors | -36/+36 |
| 2017-08-08 | Auto merge of #43714 - ollie27:rustbuild_create_dir_all, r=alexcrichton | bors | -20/+1 |
| 2017-08-07 | Auto merge of #43708 - dhduvall:solaris-sparc-addrinfo, r=alexcrichton | bors | -10/+2 |
| 2017-08-07 | Update libc to 0.2.29 | Danek Duvall | -36/+36 |
| 2017-08-07 | Auto merge of #43695 - mehcode:patch-1, r=QuietMisdreavus | bors | -1/+1 |
| 2017-08-07 | Auto merge of #43558 - GuillaumeGomez:union-const-colors, r=QuietMisdreavus | bors | -23/+31 |
| 2017-08-07 | addrinfo hint in lookup_host() needs clean initialization on all platforms | Danek Duvall | -10/+2 |
| 2017-08-07 | Auto merge of #43713 - arielb1:legacy-dataflow, r=eddyb | bors | -4/+92 |
| 2017-08-07 | rustbuild: Replace create_dir_racy with create_dir_all | Oliver Middleton | -20/+1 |
| 2017-08-07 | Auto merge of #43706 - nrc:update-rls, r=sfackler | bors | -3/+3 |
| 2017-08-07 | rustc::middle::dataflow - visit the CFG in RPO | Ariel Ben-Yehuda | -4/+92 |
| 2017-08-07 | Auto merge of #43709 - zackmdavis:de-orphan_extended_information, r=Guillaume... | bors | -16/+46 |
| 2017-08-07 | Auto merge of #43699 - GuillaumeGomez:e0623, r=eddyb | bors | -2/+80 |
| 2017-08-06 | comment out record of now-unused error code E0563 | Zack M. Davis | -1/+1 |
| 2017-08-06 | fixing doctest failures in resurfaced extended information | Zack M. Davis | -14/+34 |
| 2017-08-06 | de-orphan extended information | Zack M. Davis | -1/+11 |
| 2017-08-07 | update rls | Nick Cameron | -3/+3 |
| 2017-08-06 | Add missing error code for private method | Guillaume Gomez | -2/+80 |
| 2017-08-06 | Auto merge of #43397 - GuillaumeGomez:unused-union-field, r=petrochenkov | bors | -3/+102 |
| 2017-08-06 | Handle type aliases as well | Guillaume Gomez | -4/+22 |
| 2017-08-06 | Fix union unused fields check | Guillaume Gomez | -19/+28 |
| 2017-08-06 | Improve union unused field detection | Guillaume Gomez | -42/+43 |
| 2017-08-06 | Auto merge of #43655 - bjorn3:more_doc_comments, r=arielb1 | bors | -9/+13 |
| 2017-08-06 | Fix invalid background highlights and add missing colors | Guillaume Gomez | -19/+24 |
| 2017-08-06 | Preface 'cares' with 'only' | Ryan Leckey | -1/+1 |
| 2017-08-06 | Auto merge of #43488 - Florob:repeat-opt, r=arielb1 | bors | -4/+108 |
| 2017-08-05 | Auto merge of #43688 - frewsxcv:frewsxcv-bump-book, r=carols10cents | bors | -0/+0 |
| 2017-08-05 | Bump 'src/doc/book' git submodule. | Corey Farwell | -0/+0 |
| 2017-08-05 | Improve dead code detection for unions | Guillaume Gomez | -16/+32 |
| 2017-08-05 | Don't warn on unused field on union | Guillaume Gomez | -3/+58 |
| 2017-08-05 | Auto merge of #43689 - edaniels:patch-1, r=GuillaumeGomez | bors | -1/+1 |
| 2017-08-05 | Fix typo in coerce_forced_unit docstring | Eric Daniels | -1/+1 |
| 2017-08-05 | Auto merge of #43652 - frewsxcv:frewsxcv-str-examples, r=QuietMisdreavus | bors | -11/+32 |
| 2017-08-05 | Auto merge of #43554 - eddyb:apfloat, r=nikomatsakis | bors | -154/+11641 |
| 2017-08-05 | Indicate how to turn byte slices back into a string slice. | Corey Farwell | -2/+9 |
| 2017-08-05 | Update str::split_at_mut example to demonstrate mutability. | Corey Farwell | -6/+10 |
| 2017-08-05 | Make some comments doc comments in librustc/middle/cstore.rs | bjorn3 | -9/+13 |
| 2017-08-05 | Auto merge of #43640 - oli-obk:patch-5, r=nikomatsakis | bors | -14/+14 |
| 2017-08-05 | Auto merge of #43642 - mmatyas:unskip_aarch64_tests, r=sanxiyn | bors | -6/+0 |
| 2017-08-05 | codegen tests: Check type of `len` argument to `llvm.memset.*` based on the e... | Florian Zeitz | -3/+3 |
| 2017-08-05 | Auto merge of #43639 - TobiasSchaffner:master, r=alexcrichton | bors | -0/+66 |
| 2017-08-04 | Auto merge of #43615 - dhduvall:lto-unaligned-read, r=nagisa | bors | -2/+3 |
| 2017-08-04 | Auto merge of #43590 - michaelwoerister:no-reopening-1, r=nikomatsakis | bors | -32/+38 |
| 2017-08-04 | Auto merge of #43577 - cuviper:link-llvm-dylib, r=sanxiyn | bors | -0/+9 |
| 2017-08-04 | Auto merge of #43600 - scalexm:issue-35976, r=nikomatsakis | bors | -49/+229 |
| 2017-08-04 | Indicate why str::{get,get_mut} examples return None. | Corey Farwell | -5/+15 |
| 2017-08-04 | Unskip some tests on AArch64 | Mátyás Mustoha | -6/+0 |
| 2017-08-04 | Uplift some comments to Doc comments | Oliver Schneider | -14/+14 |