| Age | Commit message (Expand) | Author | Lines |
| 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-15 | rustbuild: Compile the error-index in stage 2 | Alex Crichton | -2/+14 |
| 2017-09-15 | Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichton | bors | -11/+34 |
| 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 #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 |
| 2017-09-14 | Rollup merge of #44430 - steveklabnik:update-mdbook, r=alexcrichton | Corey Farwell | -27/+27 |
| 2017-09-14 | Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcv | Corey Farwell | -16/+9 |
| 2017-09-14 | Rollup merge of #44378 - frehberg:rustdoc, r=dtolnay | Corey Farwell | -13/+41 |
| 2017-09-14 | Rollup merge of #44374 - jsheard:threadname, r=alexcrichton | Corey Farwell | -7/+17 |
| 2017-09-14 | Rollup merge of #44368 - ollie27:rustdoc_pulldown_ids, r=QuietMisdreavus | Corey Farwell | -2/+6 |
| 2017-09-14 | Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavus | Corey Farwell | -17/+31 |
| 2017-09-14 | Rollup merge of #44131 - smaeul:openssl-perl, r=Mark-Simulacrum | Corey Farwell | -1/+2 |
| 2017-09-14 | Clarify return type of `String::from_utf16_lossy`. | Corey Farwell | -0/+7 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -113/+142 |
| 2017-09-14 | "avoid" is a better word here than "disable" | est31 | -3/+3 |
| 2017-09-14 | stabilize tcpstream_connect_timeout (closes #43079) | Michal Budzynski | -1/+1 |
| 2017-09-14 | Merge branch 'master' into threadname | Joshua Sheard | -4038/+10118 |
| 2017-09-14 | Auto merge of #44480 - Zoxc:gen-liveness, r=arielb1 | bors | -174/+354 |
| 2017-09-14 | Auto merge of #44526 - leodasvacas:remove-deprecated-lang-items, r=arielb1 | bors | -49/+15 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -46/+537 |
| 2017-09-13 | Remove unneeded `loop`. | Corey Farwell | -8/+6 |
| 2017-09-14 | Auto merge of #44484 - tirr-c:issue-44332, r=petrochenkov | bors | -6/+52 |
| 2017-09-13 | update "since" for discriminant_value | Alex Burka | -8/+8 |
| 2017-09-13 | Fix a bug where StorageIgnored had an incorrect buffer length | John Kåre Alsaker | -2/+2 |
| 2017-09-13 | Fix nits and refactor creation of StorageLive blocks | John Kåre Alsaker | -75/+52 |
| 2017-09-13 | Make sure we aren't using dead locals | John Kåre Alsaker | -5/+6 |
| 2017-09-13 | Analyse storage liveness and preserve it during generator transformation | John Kåre Alsaker | -170/+372 |
| 2017-09-13 | Auto merge of #44516 - gaurikholkar:fns, r=arielb1 | bors | -2/+143 |
| 2017-09-13 | Fix initial review | leonardo.yvens | -2/+2 |
| 2017-09-13 | fix ui tests | gaurikholkar | -2/+2 |
| 2017-09-13 | Refactor fn_trait_kind | leonardo.yvens | -12/+5 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -39/+197 |
| 2017-09-13 | Refactor how to get a lang item's name | leonardo.yvens | -16/+10 |
| 2017-09-13 | Remove require_owned_box | leonardo.yvens | -4/+0 |
| 2017-09-13 | Auto merge of #44129 - pnkfelix:fix-end-region-emission-order, r=nmatsakis | bors | -23/+319 |