]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #44569 - est31:master, r=estebank
[rust.git] / src /
2017-09-15 Corey FarwellRollup merge of #44569 - est31:master, r=estebank
2017-09-15 Corey FarwellRollup merge of #44563 - budziq:stablilize_tcpstream_co...
2017-09-15 Corey FarwellRollup merge of #44559 - frewsxcv:frewsxcv-rm-loop...
2017-09-15 Corey FarwellRollup merge of #44552 - durka:patch-42, r=alexcrichton
2017-09-15 Corey FarwellRollup merge of #44541 - GuillaumeGomez:openoptions...
2017-09-15 Corey FarwellRollup merge of #44536 - Havvy:transmute-docs, r=stevek...
2017-09-15 Corey FarwellRollup merge of #44534 - adlerd:drain_filter_doctest...
2017-09-15 Corey FarwellRollup merge of #44521 - rwakulszowa:str_utf16_doc...
2017-09-15 Corey FarwellRollup merge of #44497 - tommyip:doc_example, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44485 - 42triangles:master, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44477 - napen123:master, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44476 - integer32llc:update-label...
2017-09-15 Corey FarwellRollup merge of #44472 - smt923:master, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44453 - tommyip:doc_string_as_mut_str...
2017-09-15 Corey FarwellRollup merge of #44450 - SergioBenitez:master, r=nrc
2017-09-15 Corey FarwellRollup merge of #44430 - steveklabnik:update-mdbook...
2017-09-15 Corey FarwellRollup merge of #44388 - tbu-:pr_doc_udp_connect_multip...
2017-09-15 Corey FarwellRollup merge of #44378 - frehberg:rustdoc, r=dtolnay
2017-09-15 Corey FarwellRollup merge of #44374 - jsheard:threadname, r=alexcrichton
2017-09-15 Corey FarwellRollup merge of #44368 - ollie27:rustdoc_pulldown_ids...
2017-09-15 Corey FarwellRollup merge of #44254 - GuillaumeGomez:const-fix-rustd...
2017-09-15 Corey FarwellRollup merge of #44131 - smaeul:openssl-perl, r=Mark...
2017-09-14 borsAuto merge of #44502 - alexcrichton:remove-session...
2017-09-14 Alex Crichtonrustc: Remove `Session::dep_graph`
2017-09-14 est31"avoid" is a better word here than "disable"
2017-09-14 Michal Budzynskistabilize tcpstream_connect_timeout (closes #43079)
2017-09-14 Joshua SheardMerge branch 'master' into threadname
2017-09-14 borsAuto merge of #44480 - Zoxc:gen-liveness, r=arielb1
2017-09-14 borsAuto merge of #44526 - leodasvacas:remove-deprecated...
2017-09-14 borsAuto merge of #43972 - TobiasSchaffner:std_clean, r...
2017-09-14 Corey FarwellRemove unneeded `loop`.
2017-09-14 borsAuto merge of #44484 - tirr-c:issue-44332, r=petrochenkov
2017-09-13 Alex Burkaupdate "since" for discriminant_value
2017-09-13 John Kåre AlsakerFix a bug where StorageIgnored had an incorrect buffer...
2017-09-13 John Kåre AlsakerFix nits and refactor creation of StorageLive blocks
2017-09-13 John Kåre AlsakerMake sure we aren't using dead locals
2017-09-13 John Kåre AlsakerAnalyse storage liveness and preserve it during generat...
2017-09-13 borsAuto merge of #44516 - gaurikholkar:fns, r=arielb1
2017-09-13 leonardo.yvensFix initial review
2017-09-13 gaurikholkarfix ui tests
2017-09-13 leonardo.yvensRefactor fn_trait_kind
2017-09-13 leonardo.yvensRefactor how to get a lang item's name
2017-09-13 leonardo.yvensRemove require_owned_box
2017-09-13 borsAuto merge of #44129 - pnkfelix:fix-end-region-emission...
2017-09-13 Guillaume GomezAdd note for append method in OpenOptions docs
2017-09-13 Guillaume GomezAdd missing urls for OpenOptions docs
2017-09-13 HavvyFix example in transmute; add safety requirement to...
2017-09-13 Felix S. Klock IITest case illustrating some destruction code extent...
2017-09-13 Felix S. Klock IIUnit test for proper EndRegion emission on a cyclic...
2017-09-13 Felix S. Klock IIUpdate mir-opt tests to reflect change to EndRegion...
2017-09-13 Felix S. Klock IIFix issue #43481: emit the EndRegion *before* StorageDe...
2017-09-13 borsAuto merge of #44386 - est31:master, r=pnkfelix
2017-09-13 Tobias SchaffnerMove default stack min size to thread implementations
2017-09-13 David AdlerFix drain_filter doctest.
2017-09-13 borsAuto merge of #44420 - alexcrichton:private-cstore...
2017-09-13 Alex Crichtonrustc: Make `CrateStore` private to `TyCtxt`
2017-09-13 borsAuto merge of #44456 - eddyb:stable-drop-const, r=nikom...
2017-09-12 Ethan DagnerRemove Invalid UTF-8 from str::from_utf8_unchecked_mut
2017-09-12 borsAuto merge of #44015 - kennytm:hasher, r=alexcrichton
2017-09-12 leonardo.yvensRemove deprecated lang items
2017-09-12 Guillaume GomezFix rendering of const keyword for functions
2017-09-12 borsAuto merge of #44133 - vorner:allocator-kind-autodetect...
2017-09-12 Michael WoeristerRemove the `cstore` reference from Session in order...
2017-09-12 gaurikholkarAdding changes for trait objects
2017-09-12 borsAuto merge of #44413 - est31:move_man, r=nikomatsakis
2017-09-12 gaurikholkaradd ui test for fn items, tidy fixes
2017-09-12 rwakulszowaAdd an example of std::str::encode_utf16
2017-09-12 borsAuto merge of #44344 - jonhoo:entry_or_default, r=Burnt...
2017-09-12 kennytmDisable the new Hasher tests on Emscripten.
2017-09-12 kennytmimpl Hasher for {&mut Hasher, Box<Hasher>}
2017-09-12 borsAuto merge of #44310 - ldr709:master, r=BurntSushi
2017-09-12 gaurikholkarfixes
2017-09-12 gaurikholkarcorrect depth initialisation
2017-09-12 gaurikholkaradd logs
2017-09-12 gaurikholkarextend E0623 for fns
2017-09-12 gaurikholkarAdding E0623 for structs
2017-09-12 borsAuto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis
2017-09-12 borsAuto merge of #43716 - MaloJaffre:_-in-literals, r...
2017-09-11 Frank Rehbergerrustdoc: extend UdpSocket API doc (#657)
2017-09-11 borsAuto merge of #44498 - alexcrichton:fix-nightlies,...
2017-09-11 borsAuto merge of #44442 - Aaron1011:promote-static-ref...
2017-09-11 Alex Crichtonrustbuild: Fix a distribution bug with rustdoc
2017-09-11 Tommy IpAdd doc example to str::from_boxed_utf8_unchecked
2017-09-11 steveklabnikupdate mdbook
2017-09-11 borsAuto merge of #44435 - alexcrichton:in-scope, r=michael...
2017-09-11 Alex Crichtonrustc: Remove HirId from queries
2017-09-11 Aaron HillUpdate comment to properly describe static promotion...
2017-09-11 borsAuto merge of #44440 - cuviper:min_global_align, r...
2017-09-11 borsAuto merge of #44410 - alexcrichton:fix-travis, r=Mark...
2017-09-11 borsAuto merge of #44385 - alexcrichton:new-sccache-keys...
2017-09-11 42trianglesRemoved trailing whitespace
2017-09-11 42trianglesAdded an example for `std::str::into_boxed_bytes()`
2017-09-11 Eduard-Mihai Burtescurustc: use ConstVal::Unevaluated instead of mir::Litera...
2017-09-11 Eduard-Mihai Burtescurustc: evaluate fixed-length array length expressions...
2017-09-11 Eduard-Mihai Burtescurustc: remove obsolete const_val::ErrKind::{Negate...
2017-09-11 Eduard-Mihai Burtescurustc: use ty::Const for the length of TyArray.
2017-09-11 Eduard-Mihai Burtescurustc: replace usize with u64 and ConstUsize.
2017-09-11 Eduard-Mihai Burtescurustc: introduce ty::Const { ConstVal, Ty }.
2017-09-11 Eduard-Mihai Burtescurustc: intern ConstVal's in TyCtxt.
2017-09-11 borsAuto merge of #44383 - qmx:gh/40473/no-inline-trait...
next