about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-06-08Auto merge of #42500 - hsivonen:neon, r=japaricbors-391/+391
2017-06-08Auto merge of #42489 - eddyb:untyped-stmts, r=nikomatsakisbors-35/+9
2017-06-08Auto merge of #42443 - tommyip:better_closure_msg, r=nikomatsakisbors-6/+116
2017-06-08Auto merge of #42481 - brson:wingnu, r=alexcrichtonbors-9/+11
2017-06-08Auto merge of #42522 - frewsxcv:rollup, r=frewsxcvbors-32/+119
2017-06-07Rollup merge of #42512 - Keruspe:master, r=alexcrichtonCorey Farwell-10/+16
2017-06-07Rollup merge of #42510 - mbrubeck:docs, r=QuietMisdreavusCorey Farwell-1/+1
2017-06-07Rollup merge of #42497 - qnighy:just-use-try-in-three-places, r=eddybCorey Farwell-12/+3
2017-06-07Rollup merge of #42490 - gaurikholkar:master, r=eddybCorey Farwell-9/+39
2017-06-07Rollup merge of #42470 - frewsxcv:frewsxcv/ffi-cstr-doc-examples, r=QuietMisd...Corey Farwell-0/+60
2017-06-08Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichtonbors-12/+31
2017-06-07Auto merge of #42447 - alexcrichton:update-cargo, r=petrochenkovbors-76/+46
2017-06-07Cover all cases in closure errorsTommy Ip-5/+12
2017-06-07update git2Marc-Antoine Perennou-10/+16
2017-06-07Update docs to say iterator instead of rangeMatt Brubeck-1/+1
2017-06-07Auto merge of #42378 - steveklabnik:rustdoc-docs, r=frewsxcvbors-0/+500
2017-06-07Update CargoAlex Crichton-76/+46
2017-06-07Auto merge of #42486 - eddyb:issue-39882, r=nikomatsakisbors-6/+20
2017-06-07Auto merge of #42482 - eddyb:issue-42467, r=nikomatsakisbors-0/+39
2017-06-07indentation fixesgaurikholkar-2/+2
2017-06-07Change `llvm.neon.*` to `llvm.arm.neon.*` in the mapping for platform intrinsicsHenri Sivonen-391/+391
2017-06-07Auto merge of #42480 - eddyb:issue-42463, r=nikomatsakisbors-2/+48
2017-06-07Auto merge of #42494 - frewsxcv:rollup, r=frewsxcvbors-123/+149
2017-06-07Replace some matches with try.Masaki Hara-12/+3
2017-06-06Rollup merge of #42485 - Mark-Simulacrum:skip-no-doc, r=alexcrichtonCorey Farwell-1/+1
2017-06-06Rollup merge of #42469 - citizen428:document-assert-macros, r=steveklabnikCorey Farwell-5/+13
2017-06-06Rollup merge of #42466 - wesleywiser:fix_42407, r=arielb1Corey Farwell-0/+1
2017-06-06Rollup merge of #42438 - king6cong:master, r=alexcrichtonCorey Farwell-1/+1
2017-06-06Rollup merge of #42429 - venkatagiri:llvm_config, r=alexcrichtonCorey Farwell-0/+9
2017-06-06Rollup merge of #42415 - stephen-lazaro:Issue29094, r=arielb1Corey Farwell-6/+6
2017-06-06Rollup merge of #42409 - bjorn3:patch-3, r=frewsxcvCorey Farwell-110/+118
2017-06-07Auto merge of #42133 - cuviper:stdio-from, r=alexcrichtonbors-8/+156
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-8/+156
2017-06-06Fix setting PATH during linkage on windows-gnuBrian Anderson-9/+11
2017-06-06Auto merge of #42361 - GuillaumeGomez:error-codes, r=arielb1bors-3/+32
2017-06-07Changing error message for interior mutability, adding ui testgaurikholkar-9/+39
2017-06-06Statements do not have types.Eduard-Mihai Burtescu-35/+9
2017-06-06rustc_typeck: do not overlap a borrow of TypeckTables with method lookup.Eduard-Mihai Burtescu-2/+48
2017-06-06rustc_trans: do not store pair fields if they are ZSTs.Eduard-Mihai Burtescu-6/+20
2017-06-06Skip printing for skipped doc tests.Mark Simulacrum-1/+1
2017-06-06rustc: T: 'empty always holds forall T.Eduard-Mihai Burtescu-0/+39
2017-06-06Auto merge of #42247 - durka:patch-41, r=arielb1bors-0/+33
2017-06-06Auto merge of #42437 - Mark-Simulacrum:skip-no-doc, r=alexcrichtonbors-16/+15
2017-06-06Auto merge of #42436 - ollie27:win_spawn_name, r=alexcrichtonbors-8/+59
2017-06-06Group closure context ui testsTommy Ip-4/+4
2017-06-06Add additional ui tests for issue 26046Tommy Ip-0/+38
2017-06-06Update closure errors to emit context for FnMutTommy Ip-7/+12
2017-06-06Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavusbors-7/+25
2017-06-05Add doc example for `CString::as_bytes`.Corey Farwell-0/+10
2017-06-05Add doc example for `CString::as_bytes_with_nul`.Corey Farwell-0/+10