| Age | Commit message (Expand) | Author | Lines |
| 2017-09-17 | stabilized vec_splice (fixes #32310) | Michal Budzynski | -10/+9 |
| 2017-09-17 | std: Document thread builder panics for nul bytes in thread names | Ulrik Sverdrup | -0/+7 |
| 2017-09-17 | Auto merge of #44641 - alexcrichton:disable-more-osx-assertions, r=Mark-Simul... | bors | -1/+5 |
| 2017-09-17 | Ensure tcp test case passes when disconnected from network | Trevor Merrifield | -2/+5 |
| 2017-09-16 | Fix network families | Jeremy Soller | -2/+2 |
| 2017-09-17 | Auto merge of #44634 - alexcrichton:rollup, r=alexcrichton | bors | -165/+423 |
| 2017-09-16 | ci: Disable rustc debug assertions on OSX | Alex Crichton | -1/+5 |
| 2017-09-16 | Rollup merge of #44616 - alexcrichton:rustdoc-fix-again-whee, r=Mark-Simulacrum | Alex Crichton | -7/+10 |
| 2017-09-16 | Rollup merge of #44609 - jonhoo:hash-alloc, r=steveklabnik | Alex Crichton | -0/+6 |
| 2017-09-16 | Rollup merge of #44606 - alexcrichton:update-cmake, r=Mark-Simulacrum | Alex Crichton | -9/+9 |
| 2017-09-16 | Rollup merge of #44598 - RalfJung:installer, r=alexcrichton | Alex Crichton | -0/+0 |
| 2017-09-16 | Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichton | Alex Crichton | -7/+2 |
| 2017-09-16 | Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddyb | Alex Crichton | -12/+12 |
| 2017-09-16 | Rollup merge of #44589 - makotokato:thumb2, r=alexcrichton | Alex Crichton | -1/+1 |
| 2017-09-16 | Rollup merge of #44586 - alexcrichton:smaller-query, r=michaelwoerister | Alex Crichton | -3/+16 |
| 2017-09-16 | Rollup merge of #44577 - cuviper:flat_map-fold, r=alexcrichton | Alex Crichton | -0/+64 |
| 2017-09-16 | Rollup merge of #44574 - alexcrichton:new-sccache-region, r=aidanhs | Alex Crichton | -6/+7 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -94/+94 |
| 2017-09-16 | Rollup merge of #44542 - alexcrichton:fix-windows-emscripten, r=nikomatsakis | Alex Crichton | -2/+20 |
| 2017-09-16 | Rollup merge of #44531 - QuietMisdreavus:bump-gcc, r=alexcrichton | Alex Crichton | -19/+19 |
| 2017-09-16 | Rollup merge of #44395 - jcdyer:ip-constructors, r=alexcrichton | Alex Crichton | -1/+89 |
| 2017-09-16 | Rollup merge of #44356 - nrc:rls-component-manifest, r=@alexcrichton | Alex Crichton | -4/+13 |
| 2017-09-16 | Rollup merge of #44273 - bluss:rc-downcast, r=alexcrichton | Alex Crichton | -0/+61 |
| 2017-09-16 | Implement `Arc`/`Rc` raw pointer conversions for `?Sized` | Murarth | -33/+71 |
| 2017-09-16 | Auto merge of #43989 - circuitfox:sliceext-binary-search-sig, r=alexcrichton | bors | -15/+10 |
| 2017-09-16 | stabilized needs_drop (fixes #41890) | Michal Budzynski | -4/+1 |
| 2017-09-16 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -22/+1 |
| 2017-09-16 | Added more text from unstable-book to `compiler_fence` docs | Michal Budzynski | -4/+19 |
| 2017-09-16 | Added example to `compiler_fence` docs taken from unstable-book | Michal Budzynski | -0/+34 |
| 2017-09-16 | stabilized compiler_fences (fixes #41091) | Michal Budzynski | -107/+1 |
| 2017-09-16 | Auto merge of #43964 - Gankro:unsafe-reform, r=sfackler | bors | -12/+1174 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -101/+311 |
| 2017-09-16 | bump rls | Alex Burka | -3/+3 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -75/+127 |
| 2017-09-16 | ci: Upload/download from a new S3 bucket | Alex Crichton | -7/+9 |
| 2017-09-16 | fix test name being printed twice for ui tests | Ralf Jung | -2/+0 |
| 2017-09-16 | compiletest: print the correct basename of the src dir | Ralf Jung | -1/+1 |
| 2017-09-16 | `--cap-lints allow` switches off `can_emit_warnings` | Zack M. Davis | -3/+29 |
| 2017-09-16 | ci: haiku: wrap lines as necessary for tidy. | Jessica Hamilton | -4/+41 |
| 2017-09-15 | Skip passing /natvis to lld-link until supported. | MaulingMonkey | -0/+12 |
| 2017-09-15 | Expand some of the std{in,out,err} usages. | Corey Farwell | -8/+14 |
| 2017-09-15 | Indicate how ChildStd{in,out,err} FDs are closed. | Corey Farwell | -0/+12 |
| 2017-09-15 | ci: haiku: rename llvm-config to address tidy issues. | Jessica Hamilton | -1/+1 |
| 2017-09-15 | Retain suid/sgid/sticky bits in Metadata.permissions | Trevor Merrifield | -3/+3 |
| 2017-09-15 | Fix incorrect `into_inner` link in docs. | Corey Farwell | -1/+1 |
| 2017-09-15 | unstable book section for `fn_must_use` | Zack M. Davis | -0/+30 |
| 2017-09-15 | ci: move dist-x86_64-haiku into disabled. | Jessica Hamilton | -0/+0 |
| 2017-09-15 | RFC 1940 UI test in own directory, exercise must_use trait methods | Zack M. Davis | -53/+100 |
| 2017-09-15 | rustbuild: Fix test "test rustdoc" invocation | Alex Crichton | -7/+10 |
| 2017-09-15 | HashMap::new and HashSet::new do not allocate | Jon Gjengset | -0/+6 |