]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-05-29 borsAuto merge of #25494 - alexcrichton:stdio-from-raw...
2015-05-29 borsAuto merge of #25880 - nikomatsakis:const-fn-feature...
2015-05-29 Niko MatsakisNew tests for cross-crate usages of const fn and so...
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 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 borsAuto merge of #25816 - sfackler:io-error-delegation...
2015-05-28 edunhamDocument issue tracker tags
2015-05-28 borsAuto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton
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...
2015-05-27 Eduard BurtescuRemove #[cfg(stage0)] items.
2015-05-27 Eduard BurtescuRegister snapshots (2015-05-24 ba0e1cd).
2015-05-27 borsAuto merge of #25791 - barosl:use-paths-as-items, r...
2015-05-27 borsAuto merge of #25749 - richo:python3, r=alexcrichton
2015-05-27 borsAuto merge of #25741 - richo:backtrace-message, r=alexc...
2015-05-27 borsAuto merge of #25713 - Stebalien:pattern, r=alexcrichton
2015-05-26 Ralph GilesUpdate rustc manpage.
2015-05-26 Ralph GilesBump manpage date and version for 1.2.0-dev.
2015-05-26 borsAuto merge of #25688 - nham:E0055_E0192, r=alexcrichton
2015-05-26 Steve KlabnikAdd note about filesystems to fs::rename
2015-05-26 Nick CameronAdd a WONTFIX message to a failing test.
2015-05-26 Johannes OertelEnable colored test output when capturing output of...
2015-05-26 borsAuto merge of #25675 - bluss:rustdoc-assoc-types-index...
2015-05-26 Nick HamannConvert 15 diagnostics to have error codes (E0380-E0394).
2015-05-26 Nick HamannPluralize E0087-E0090 messages based on number of param...
2015-05-26 Nick HamannFix typo.
2015-05-26 Nick HamannSmall improvements for explanations of E0250, E0368...
2015-05-26 Nick HamannAdd error explanations for E0055, E0089, E0192, E0261...
2015-05-26 borsAuto merge of #24657 - aochagavia:rustdoc, r=alexcrichton
2015-05-26 Richo Healeyetc: use codecs in featureck
2015-05-26 borsAuto merge of #25593 - nham:E0210_E0326, r=alexcrichton
2015-05-26 Alex Crichtonmk: Ensure LINK_$(1) is defined for all targets
2015-05-26 Ariel Ben-YehudaAdd tests for fixed issues
2015-05-26 borsAuto merge of #25091 - quantheory:trait_associated_cons...
2015-05-26 Steve KlabnikDocument std::env::const values
2015-05-26 Eduard BurtescuDo not trip an assert when coercing &Trait to &Trait...
2015-05-26 Ariel Ben-YehudaImplement defaults for associated types
2015-05-26 borsAuto merge of #25411 - alexcrichton:issue-18913, r...
2015-05-26 Alex Crichtonrustc_back: Don't pass 'u' to ar invocations
2015-05-26 borsAuto merge of #25785 - arielb1:cleanup-201505, r=eddyb
2015-05-26 borsAuto merge of #25778 - econoplas:master, r=pnkfelix
2015-05-26 Ariel Ben-YehudaRemove ObjectCastMap
2015-05-26 Ariel Ben-YehudaUse lookup_locally_or_in_crate_store more often
2015-05-26 Barosl LeeAssociate each path in a `use` declaration with the...
2015-05-26 Ariel Ben-YehudaMake caching in stability work. This improves stability...
2015-05-26 Ariel Ben-YehudaClean-up some junk
next