]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-05-30 borsAuto merge of #25904 - benaryorg:master, r=steveklabnik
2015-05-30 benaryorgfix documentation in libserialize
2015-05-30 borsAuto merge of #25818 - sfackler:socket-timeouts, r...
2015-05-30 Steven FacklerLoosen timeout restrictions
2015-05-30 borsAuto merge of #25817 - XMPPwocky:once_cleanedup, r...
2015-05-29 borsAuto merge of #25888 - steveklabnik:rollup, r=steveklabnik
2015-05-29 Steve KlabnikRollup merge of #25886 - nhowell:patch-1, r=steveklabnik
2015-05-29 Steve KlabnikRollup merge of #25883 - steveklabnik:gh25417, r=alexcr...
2015-05-29 Steve KlabnikRollup merge of #25876 - tshepang:patch-3, r=steveklabnik
2015-05-29 Steve KlabnikRollup merge of #25873 - nham:update_E0015, r=Aatch
2015-05-29 Steve KlabnikRollup merge of #25866 - jooert:update_guidelines,...
2015-05-29 Steve KlabnikRollup merge of #25865 - azerupi:patch-2, r=alexcrichton
2015-05-29 Steve KlabnikRollup merge of #25864 - azerupi:patch-1, r=alexcrichton
2015-05-29 Steve KlabnikRollup merge of #25861 - tringenbach:master, r=steveklabnik
2015-05-29 Steve KlabnikRollup merge of #25788 - maxjacobson:add-missing-space...
2015-05-29 borsAuto merge of #25494 - alexcrichton:stdio-from-raw...
2015-05-29 Nathaniel TheisImplement RFC 771: std::iter::once
2015-05-29 Tim RingenbachImprove mem::forget documentation
2015-05-29 Nick Howelltrpl: eight sections, not seven
2015-05-29 borsAuto merge of #25880 - nikomatsakis:const-fn-feature...
2015-05-29 Steve KlabnikAdd syntax for multiple lifetimes
2015-05-29 Niko MatsakisNew tests for cross-crate usages of const fn and so...
2015-05-29 Steven FacklerFix windows recvfrom definition
2015-05-29 Steven FacklerSkip timeout upper bound check on windows
2015-05-29 borsAuto merge of #25857 - killercup:patch-14, r=steveklabnik
2015-05-29 Niko Matsakisadd const_fn features
2015-05-29 Niko Matsakisadd a test for const fn methods, as suggested by @pnkfelix
2015-05-29 Niko Matsakispermit const-fn in macro expansions
2015-05-29 Niko MatsakisAdd feature-gate to calling const fn
2015-05-29 borsAuto merge of #25760 - Ms2ger:tagged_docs, r=Manishearth
2015-05-29 borsAuto merge of #25854 - liigo:patch-1, r=alexcrichton
2015-05-29 borsAuto merge of #25838 - mbrubeck:doc-edit, r=steveklabnik
2015-05-29 Tshepang Lekhonkhoberemove the last mention of IoResult
2015-05-29 borsAuto merge of #25830 - steveklabnik:debug_docs, r=alexc...
2015-05-29 borsAuto merge of #25747 - SimonSapin:map_ref, r=alexcrichton
2015-05-29 Simon SapinAdd map and filter_map associated functions to std...
2015-05-29 borsAuto merge of #25832 - edunham:document-gh-issue-tags...
2015-05-29 Steven FacklerImplement RFC 1047 - socket timeouts
2015-05-29 Nick HamannChange E0015 and E0378 explanations to link to text...
2015-05-29 Nick HamannRevise E0015 according to feedback.
2015-05-29 borsAuto merge of #25816 - sfackler:io-error-delegation...
2015-05-29 Nick HamannConvert mutable statics error to have error code and...
2015-05-28 Nils LibergFix link to newtypes page
2015-05-28 Nils LibergFix mistake: "to to" -> "to"
2015-05-28 David Campbellremove extra space from "over" code as well
2015-05-28 David CampbellUpdate let.md -- follow whitespace style guideline
2015-05-28 Corey FarwellMake adjancent code examples more similar
2015-05-28 David Campbelladd newline before list in functions-and-methods
2015-05-28 edunhamDocument issue tracker tags
2015-05-28 Nick HamannAdd error explanations for E0040, E0087, E0378, E0379...
2015-05-28 Nick HamannUpdate E0015 explanation, fix E0053.
2015-05-28 Mathieu DavidCorrected typo
2015-05-28 borsAuto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton
2015-05-28 Mathieu Davidremoved lonely closing parenthesis
2015-05-28 Simon SapinMove std::cell::clone_ref to a clone associated functio...
2015-05-28 borsAuto merge of #25856 - bluss:binary-heap-hole, r=Gankro
2015-05-28 Steve KlabnikImprove Debug documentation
2015-05-28 Ulrik Sverdrupcollections: Make BinaryHeap panic safe in sift_up...
2015-05-28 Steven FacklerMention UFCS sadness in instability messages
2015-05-28 borsAuto merge of #25829 - steveklabnik:ioresult_fixes...
2015-05-28 Ms2gerReturn a TaggedDocsIterator from each_reexport.
2015-05-28 Steve Klabnikremove references to IoResult
2015-05-28 borsAuto merge of #25835 - steveklabnik:gh25438, r=alexcrichton
2015-05-28 Pascal HertleifTRPL: Fix Unescaped URL
2015-05-28 borsAuto merge of #25834 - steveklabnik:gh25326, r=alexcrichton
2015-05-28 borsAuto merge of #25849 - reinh:patch-1, r=huonw
2015-05-28 Liigo Zhuangfloating-point types are machine types, not machine...
2015-05-28 borsAuto merge of #25843 - shepmaster:remove-public-int...
2015-05-28 borsAuto merge of #25783 - nrc:save-api-2, r=@huonw
2015-05-28 Steven FacklerAdd a test for downcasting
2015-05-28 Rein HenrichsTRPL: fix typo, borow for borrow
2015-05-28 Nick Cameronsave-analysis: move another couple of things to the API
2015-05-28 Steven FacklerAdd accessors for io::Error's inner error.
2015-05-28 Steven FacklerDelegate io::Error::cause to inner error
2015-05-28 borsAuto merge of #25840 - arielb1:ptr-compare-fixes, r=nrc
2015-05-28 borsAuto merge of #25824 - alexcrichton:fix-deadlocking...
2015-05-28 Ariel Ben-YehudaPrevent comparison and dereferencing of raw pointers...
2015-05-28 borsAuto merge of #25805 - jooert:colorized_tests, r=alexcr...
2015-05-27 Jake GouldingRemove mentions of int / uint from public documentation
2015-05-27 Jake GouldingRemove mentions of int / uint from the isize / usize...
2015-05-27 borsAuto merge of #25796 - arielb1:default-assoc, r=eddyb
2015-05-27 borsAuto merge of #25827 - Manishearth:rollup, r=Manishearth
2015-05-27 Manish GoregaokarRollup merge of #25807 - rillian:manpages, r=alexcrichton
2015-05-27 Manish GoregaokarRollup merge of #25806 - nrc:20184-msg, r=alexcrichton
2015-05-27 Manish GoregaokarRollup merge of #25792 - koobs:patch-1, r=alexcrichton
2015-05-27 Matt BrubeckImprove docs for Vec::as_slice and as_mut_slice
2015-05-27 Manish GoregaokarRollup merge of #25726 - nham:cell_docs, r=alexcrichton
2015-05-27 Manish GoregaokarRollup merge of #25668 - steveklabnik:doc_const, r...
2015-05-27 Manish GoregaokarRollup merge of #25128 - steveklabnik:gh24816, r=alexcr...
2015-05-27 Steve KlabnikSmall wording fix in TRPL: lifetimes
2015-05-27 Steve Klabnikfix example for E0018
2015-05-27 Ariel Ben-YehudaAddress review comments
2015-05-27 Ariel Ben-Yehudatest fixes
2015-05-27 borsAuto merge of #25799 - alexcrichton:fix-link-in-mk...
2015-05-27 Alex Crichtontest: Join child threads on windows in tests
2015-05-27 borsAuto merge of #25797 - eddyb:const-trait-to-trait,...
2015-05-27 borsAuto merge of #25762 - dotdash:codegen_test, r=alexcrichton
2015-05-27 Björn SteinbrinkRevamp codegen tests to check IR quality instead of...
2015-05-27 borsAuto merge of #25790 - eddyb:oh-snap-ctfe-arrived,...
2015-05-27 Eduard BurtescuUse `const fn` to abstract away the contents of UnsafeC...
next