]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-03-19 borsauto merge of #13006 : alexcrichton/rust/rollup, r...
2014-03-18 Alex CrichtonTest fixes from the rollup
2014-03-18 Marvin LöbelMade the `clone_from` implementation for `~T` reuse...
2014-03-18 Alex Crichtonrustdoc: Implement cross-crate searching
2014-03-18 Matthew McPherrinDocsprint: Document ops module, primarily Deref.
2014-03-18 Lindsey KuperTypo fixes.
2014-03-18 Jonathan SRelaxed the memory ordering on the implementation of...
2014-03-18 Ziad HatahetDocumentation and formatting changes for option.rs.
2014-03-18 Alan Andradedeny missing docs
2014-03-18 Eunchong YuAdd impl IntoStr for ::std::vec_ng::Vec<Ascii>
2014-03-18 Jeff Olsoncloses #12967 fix [en|de]coding of HashMap<K,V> where...
2014-03-18 Liigo Zhuanglibsyntax: librustdoc: ignore utf-8 BOM in .rs files
2014-03-18 Ben Noordhuisrustc: remove obsolete linkage types
2014-03-18 Ben Noordhuisrustc: remove linker_private/linker_private_weak
2014-03-18 Nick CameronFix linkage1 test which fails due to --as-needed
2014-03-18 Nick CameronMove syntax-extension-hexfloat.rs
2014-03-18 Simon Sapin`char`: s/character/Unicode scalar value/
2014-03-18 Alex Crichtonsyntax: Don't parameterize the the pretty printer
2014-03-18 Huon Wilsonrustc: buffer the output writer for -Z ast-json[-noexpand].
2014-03-18 Corey Richardsonrustc: test: don't silently ignore bad benches
2014-03-18 Corey Richardsonremove duplicate methods in impls
2014-03-18 Corey Richardsonrustc: disallow duplicate methods in trait impls
2014-03-18 borsauto merge of #12994 : alexcrichton/rust/fix-android...
2014-03-18 Jorge AparicioMake method Vec::remove() public
2014-03-18 Alex Crichtontest: Fix android tests
2014-03-17 borsauto merge of #12935 : lbonn/rust/nullenum, r=alexcrichton
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12957 : lkuper/rust/docsprint, r=alexcri...
2014-03-17 borsauto merge of #12951 : cadencemarseille/rust/issue...
2014-03-17 Laurent Bonnansrustc: disallow trailing parentheses for nullary enum...
2014-03-17 borsauto merge of #12735 : eddyb/rust/at-exodus-chapter...
2014-03-17 Eduard BurtescuFix rustdoc and tests.
2014-03-17 Eduard BurtescuRefactor pprust a bit.
2014-03-17 Eduard BurtescuDe-@ codemap and diagnostic.
2014-03-17 Eduard BurtescuDe-@ move maps and rework parts of trans.
2014-03-17 Eduard BurtescuDe-@ gather_loans.
2014-03-17 Eduard BurtescuDe-@ typeck::check::method.
2014-03-17 Eduard BurtescuDe-@ resolve_lifetime.
2014-03-17 Eduard BurtescuDe-@ ParseSess uses.
2014-03-17 Eduard BurtescuDe-@ CStore uses.
2014-03-17 Eduard BurtescuDe-@ filesearch.
2014-03-17 Eduard BurtescuDe-@ reachable.
2014-03-17 Eduard BurtescuDe-@ trans contexts.
2014-03-17 Eduard BurtescuDe-@ type checking contexts.
2014-03-17 Eduard BurtescuDe-@ liveness.
2014-03-17 Eduard BurtescuDe-@ tyencode::ctxt and related parts of astencode.
2014-03-17 Eduard BurtescuDe-@ ty::ctxt usage.
2014-03-17 Eduard BurtescuDe-@ Session usage.
2014-03-17 borsauto merge of #12945 : cadencemarseille/rust/vec_ng...
2014-03-17 borsauto merge of #12944 : mcpherrinm/rust/master, r=alexcr...
2014-03-17 borsauto merge of #12942 : alan-andrade/rust/docathon-getop...
2014-03-17 borsauto merge of #12940 : cadencemarseille/rust/time-doc...
2014-03-17 borsauto merge of #12937 : sinistersnare/rust/method-error...
2014-03-16 Lindsey Kuper`strdup_uniq` doesn't have to be `pub`.
2014-03-16 Matthew McPherrinDoc-sprint: Document endian conversion functions
2014-03-16 Cadence MarseilleRemove AtomicFlag
2014-03-16 Cadence MarseilleDocument the Tm struct and fields
2014-03-16 Cadence MarseilleAdd method Vec<T>::as_mut_ptr()
2014-03-16 borsauto merge of #12931 : aochagavia/rust/option-take_unwr...
2014-03-16 Alan Andradegetopts missing docs
2014-03-16 Davis SilvermanAsked if missing (), then asks about an anonymous funct...
2014-03-16 borsauto merge of #12933 : edwardw/rust/fallout, r=huonw
2014-03-16 Edward WangFix a test that was missed in the liblog PR
2014-03-16 borsauto merge of #12924 : Florob/rust/bigint, r=alexcrichton
2014-03-16 aochagaviaRefactored take_unwrap (libstd/option.rs)
2014-03-16 borsauto merge of #12929 : sfackler/rust/automatically...
2014-03-16 borsauto merge of #12899 : brson/rust/cleanbacktrace, r...
2014-03-16 borsauto merge of #12791 : alexcrichton/rust/liblog, r...
2014-03-16 Alex CrichtonTest fixes and rebase conflicts
2014-03-16 Steven FacklerTag derived impls with #[automatically_derived]
2014-03-16 Alex Crichtonrustc: Topographically sort rust dependencies
2014-03-16 Alex Crichtonrustc: Tweak where -lmorestack is on link commands
2014-03-16 Alex Crichtonrustc: Remove compiler support for __log_level()
2014-03-16 Alex Crichtonlog: Introduce liblog, the old std::logging
2014-03-16 borsauto merge of #12927 : sfackler/rust/test-warn, r=huonw
2014-03-16 Steven FacklerRemove std::cmp::cmp2.
2014-03-16 Steven FacklerSquash test ~[] warning
2014-03-16 borsauto merge of #12923 : sfackler/rust/vecify, r=brson
2014-03-16 borsauto merge of #12922 : luqmana/rust/fix-arm, r=alexcrichton
2014-03-16 Brian Andersonmk: Clean libbacktrace w/ gusto
2014-03-15 borsauto merge of #12921 : alexcrichton/rust/no-extra,...
2014-03-15 Florian Zeitznum: Migrate `~[T]` to `std::vec_ng::Vec`
2014-03-15 Florian Zeitznum: Slightly optimize bigint
2014-03-15 Luqman Adenlibstd: Fix a typo. s/target_os/target_arch/
2014-03-15 Steven FacklerRemove ~[] from libsemver
2014-03-15 Alex Crichtondoc: Remove reference to the 'extra' library
2014-03-15 Steven FacklerRemove most ~[] usage in liburl
2014-03-15 borsauto merge of #12918 : sfackler/rust/doc-html-attr...
2014-03-15 Steven FacklerAdd rustdoc html crate info
2014-03-15 borsauto merge of #12908 : alexcrichton/rust/issue-12897...
2014-03-15 borsauto merge of #12906 : sfackler/rust/timespec-total...
2014-03-15 borsauto merge of #12896 : alexcrichton/rust/goodbye-extra...
2014-03-15 Alex Crichtongreen: Don't return the red zone in stack_bounds()
2014-03-15 Steven FacklerImplement TotalEq and TotalOrd for Timespec
2014-03-15 borsauto merge of #12895 : michaelwoerister/rust/limited...
2014-03-15 borsauto merge of #12887 : huonw/rust/danger-guide, r=alexc...
2014-03-15 Huon Wilsondocs: begin a "low-level & unsafe code" guide.
2014-03-15 borsauto merge of #12893 : alexcrichton/rust/cfg-not, r...
2014-03-14 borsauto merge of #12888 : aochagavia/rust/Fix-comment...
2014-03-14 borsauto merge of #12878 : crabtw/rust/mips, r=alexcrichton
next