| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+11 |
| 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 | 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 | Auto merge of #44605 - alexcrichton:less-rustdoc, r=Mark-Simulacrum | bors | -2/+14 |
| 2017-09-16 | Auto merge of #44610 - alexcrichton:osx-no-assertions, r=Mark-Simulacrum | bors | -0/+5 |
| 2017-09-15 | travis: Disable LLVM assertions on OSX | Alex Crichton | -0/+5 |
| 2017-09-15 | HashMap::new and HashSet::new do not allocate | Jon Gjengset | -0/+6 |
| 2017-09-15 | Add a specific test for `FlatMap::fold` | Josh Stone | -0/+16 |
| 2017-09-15 | alloc: Add tracking issue for rc_downcast | Ulrik Sverdrup | -1/+1 |
| 2017-09-15 | rustbuild: Update `cmake` dependency | Alex Crichton | -9/+9 |
| 2017-09-15 | rustbuild: Compile the error-index in stage 2 | Alex Crichton | -2/+14 |
| 2017-09-15 | update rust-installer | Ralf Jung | -0/+0 |
| 2017-09-15 | stabilized ord_max_min (fixes #25663) | Michal Budzynski | -7/+2 |
| 2017-09-15 | Get `allow(unused_mut)` to work on `let` bindings | Oliver Schneider | -12/+12 |
| 2017-09-15 | Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichton | bors | -11/+34 |
| 2017-09-15 | Require +thumb-mode to generate thumb2 code for Android/armv7-a | Makoto Kato | -1/+1 |
| 2017-09-14 | rustc: Preallocate when building the dep graph | Alex Crichton | -3/+16 |
| 2017-09-15 | Auto merge of #44585 - frewsxcv:rollup, r=frewsxcv | bors | -120/+320 |
| 2017-09-14 | Rollup merge of #44572 - frewsxcv:frewsxcv-from-utf16-lossy, r=QuietMisdreavus | Corey Farwell | -0/+7 |
| 2017-09-14 | Rollup merge of #44569 - est31:master, r=estebank | Corey Farwell | -3/+3 |
| 2017-09-14 | Rollup merge of #44563 - budziq:stablilize_tcpstream_connect_timeout, r=alexc... | Corey Farwell | -1/+1 |
| 2017-09-14 | Rollup merge of #44559 - frewsxcv:frewsxcv-rm-loop, r=sfackler | Corey Farwell | -8/+6 |
| 2017-09-14 | Rollup merge of #44552 - durka:patch-42, r=alexcrichton | Corey Farwell | -8/+8 |
| 2017-09-14 | Rollup merge of #44541 - GuillaumeGomez:openoptions-docs, r=QuietMisdreavus | Corey Farwell | -5/+23 |
| 2017-09-14 | Rollup merge of #44536 - Havvy:transmute-docs, r=steveklabnik | Corey Farwell | -3/+4 |
| 2017-09-14 | Rollup merge of #44534 - adlerd:drain_filter_doctest, r=bluss | Corey Farwell | -3/+6 |
| 2017-09-14 | Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcv | Corey Farwell | -0/+13 |
| 2017-09-14 | Rollup merge of #44497 - tommyip:doc_example, r=frewsxcv | Corey Farwell | -0/+11 |
| 2017-09-14 | Rollup merge of #44485 - 42triangles:master, r=frewsxcv | Corey Farwell | -0/+11 |
| 2017-09-14 | Rollup merge of #44477 - napen123:master, r=frewsxcv | Corey Farwell | -0/+13 |
| 2017-09-14 | Rollup merge of #44476 - integer32llc:update-label-explanation, r=Mark-Simula... | Corey Farwell | -5/+28 |
| 2017-09-14 | Rollup merge of #44472 - smt923:master, r=frewsxcv | Corey Farwell | -0/+31 |
| 2017-09-14 | Rollup merge of #44453 - tommyip:doc_string_as_mut_str, r=frewsxcv | Corey Farwell | -1/+16 |
| 2017-09-14 | Rollup merge of #44450 - SergioBenitez:master, r=nrc | Corey Farwell | -0/+6 |