about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-101/+311
2017-09-16bump rlsAlex Burka-3/+3
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-75/+127
2017-09-15rustbuild: Compile the error-index in stage 2Alex Crichton-2/+14
2017-09-15Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichtonbors-11/+34
2017-09-14Rollup merge of #44572 - frewsxcv:frewsxcv-from-utf16-lossy, r=QuietMisdreavusCorey Farwell-0/+7
2017-09-14Rollup merge of #44569 - est31:master, r=estebankCorey Farwell-3/+3
2017-09-14Rollup merge of #44563 - budziq:stablilize_tcpstream_connect_timeout, r=alexc...Corey Farwell-1/+1
2017-09-14Rollup merge of #44559 - frewsxcv:frewsxcv-rm-loop, r=sfacklerCorey Farwell-8/+6
2017-09-14Rollup merge of #44552 - durka:patch-42, r=alexcrichtonCorey Farwell-8/+8
2017-09-14Rollup merge of #44541 - GuillaumeGomez:openoptions-docs, r=QuietMisdreavusCorey Farwell-5/+23
2017-09-14Rollup merge of #44536 - Havvy:transmute-docs, r=steveklabnikCorey Farwell-3/+4
2017-09-14Rollup merge of #44534 - adlerd:drain_filter_doctest, r=blussCorey Farwell-3/+6
2017-09-14Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcvCorey Farwell-0/+13
2017-09-14Rollup merge of #44497 - tommyip:doc_example, r=frewsxcvCorey Farwell-0/+11
2017-09-14Rollup merge of #44485 - 42triangles:master, r=frewsxcvCorey Farwell-0/+11
2017-09-14Rollup merge of #44477 - napen123:master, r=frewsxcvCorey Farwell-0/+13
2017-09-14Rollup merge of #44472 - smt923:master, r=frewsxcvCorey Farwell-0/+31
2017-09-14Rollup merge of #44453 - tommyip:doc_string_as_mut_str, r=frewsxcvCorey Farwell-1/+16
2017-09-14Rollup merge of #44450 - SergioBenitez:master, r=nrcCorey Farwell-0/+6
2017-09-14Rollup merge of #44430 - steveklabnik:update-mdbook, r=alexcrichtonCorey Farwell-27/+27
2017-09-14Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcvCorey Farwell-16/+9
2017-09-14Rollup merge of #44378 - frehberg:rustdoc, r=dtolnayCorey Farwell-13/+41
2017-09-14Rollup merge of #44374 - jsheard:threadname, r=alexcrichtonCorey Farwell-7/+17
2017-09-14Rollup merge of #44368 - ollie27:rustdoc_pulldown_ids, r=QuietMisdreavusCorey Farwell-2/+6
2017-09-14Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavusCorey Farwell-17/+31
2017-09-14Rollup merge of #44131 - smaeul:openssl-perl, r=Mark-SimulacrumCorey Farwell-1/+2
2017-09-14Clarify return type of `String::from_utf16_lossy`.Corey Farwell-0/+7
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-113/+142
2017-09-14"avoid" is a better word here than "disable"est31-3/+3
2017-09-14stabilize tcpstream_connect_timeout (closes #43079)Michal Budzynski-1/+1
2017-09-14Merge branch 'master' into threadnameJoshua Sheard-4038/+10118
2017-09-14Auto merge of #44480 - Zoxc:gen-liveness, r=arielb1bors-174/+354
2017-09-14Auto merge of #44526 - leodasvacas:remove-deprecated-lang-items, r=arielb1bors-49/+15
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-46/+537
2017-09-13Remove unneeded `loop`.Corey Farwell-8/+6
2017-09-14Auto merge of #44484 - tirr-c:issue-44332, r=petrochenkovbors-6/+52
2017-09-13update "since" for discriminant_valueAlex Burka-8/+8
2017-09-13Fix a bug where StorageIgnored had an incorrect buffer lengthJohn Kåre Alsaker-2/+2
2017-09-13Fix nits and refactor creation of StorageLive blocksJohn Kåre Alsaker-75/+52
2017-09-13Make sure we aren't using dead localsJohn Kåre Alsaker-5/+6
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-170/+372
2017-09-13Auto merge of #44516 - gaurikholkar:fns, r=arielb1bors-2/+143
2017-09-13Fix initial reviewleonardo.yvens-2/+2
2017-09-13fix ui testsgaurikholkar-2/+2
2017-09-13Refactor fn_trait_kindleonardo.yvens-12/+5
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-39/+197
2017-09-13Refactor how to get a lang item's nameleonardo.yvens-16/+10
2017-09-13Remove require_owned_boxleonardo.yvens-4/+0
2017-09-13Auto merge of #44129 - pnkfelix:fix-end-region-emission-order, r=nmatsakisbors-23/+319