]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-02-08 borsauto merge of #12094 : adridu59/rust/licensing, r=brson
2014-02-07 borsauto merge of #12029 : zkamsler/rust/merge-sort-allocat...
2014-02-07 Zach KamslerReduced allocations in merge_sort for short vectors
2014-02-07 borsauto merge of #12073 : alexcrichton/rust/doc-examples...
2014-02-07 Adrien Tétardoc: add license information for gen. files
2014-02-07 borsauto merge of #12055 : dguenther/rust/tidy_test, r...
2014-02-07 Derek GuentherAdded tests to make tidy
2014-02-07 borsauto merge of #12075 : chromatic/rust/gh_11983_deglob_s...
2014-02-07 chromaticCleaned up imports per coding standards.
2014-02-07 chromaticRemoved prelude::* from libstd files.
2014-02-07 borsauto merge of #12087 : sanxiyn/rust/show-span, r=huonw
2014-02-07 Seo SanghyeonAdd comments to span debugger
2014-02-07 Seo SanghyeonCorrect span for ExprFnBlock, ExprMethodCall, ExprParen
2014-02-07 Seo SanghyeonSpan debugger
2014-02-07 borsauto merge of #12083 : bjz/rust/semver, r=huonw
2014-02-07 borsauto merge of #12062 : kballard/rust/from_utf8_lossy...
2014-02-07 borsauto merge of #12010 : HeroesGrave/rust/libcollection...
2014-02-07 Kevin BallardHoist path::Display on top of from_utf8_lossy()
2014-02-07 Kevin BallardAdd new function str::from_utf8_lossy()
2014-02-07 Brendan ZabarauskasImplement std::fmt::Show for semver::{Identifier, Version}
2014-02-07 HeroesGravemoved collections from libextra into libcollections
2014-02-07 borsauto merge of #12078 : colemickens/rust/patch-2, r...
2014-02-07 Brendan ZabarauskasMake semver::Version fields public
2014-02-07 borsauto merge of #12077 : colemickens/rust/patch-1, r...
2014-02-07 borsauto merge of #12076 : alexcrichton/rust/rpath-makefile...
2014-02-07 borsauto merge of #12039 : alexcrichton/rust/no-conditions...
2014-02-07 Alex CrichtonAdd some doc examples to lib{green,native}
2014-02-07 Alex CrichtonDon't include rpath lines in dependency lists
2014-02-06 Cole MickensUpdate link_name=... -> link(name=...
2014-02-06 Alex CrichtonRemove std::condition
2014-02-06 Cole MickensFix a dead URL
2014-02-06 borsauto merge of #12030 : eddyb/rust/kill-at-self-and...
2014-02-06 Eduard BurtescuRemoved @self and @Trait.
2014-02-06 borsauto merge of #12020 : alexcrichton/rust/output-flags...
2014-02-06 borsauto merge of #12007 : Arcterus/rust/libgetopts, r=cmr
2014-02-06 Alex CrichtonRedesign output flags for rustc
2014-02-06 Arcterusgetopts: fixed a failing test
2014-02-06 Arcterusgetopts: unify tests
2014-02-06 Arcterusgetopts: replaced base functions with those from group
2014-02-06 ArcterusMove getopts out of extra
2014-02-06 borsauto merge of #12053 : fhahn/rust/remove-str-in-comment...
2014-02-06 borsauto merge of #12048 : sanxiyn/rust/crate-config, r...
2014-02-06 Seo SanghyeonFix expansion tests
2014-02-06 borsauto merge of #12051 : luqmana/rust/arm-fix, r=alexcrichton
2014-02-06 borsauto merge of #12047 : huonw/rust/cyclic-rc, r=thestinger
2014-02-06 borsauto merge of #12001 : yuriks/rust/getopts-tweaks,...
2014-02-06 borsauto merge of #12054 : alexcrichton/rust/less-flaky...
2014-02-06 Alex CrichtonMake a double-write UDP test more robust
2014-02-06 borsauto merge of #11989 : adridu59/rust/tidy, r=alexcrichton
2014-02-06 Florian HahnRemove reference to @str in comment
2014-02-05 Luqman Adenlibstd: Add missing constants for arm/linux.
2014-02-05 Huon WilsonEnsure an Rc isn't freed while running its own destructor.
2014-02-05 borsauto merge of #11894 : alexcrichton/rust/io-clone,...
2014-02-05 Alex CrichtonImplement clone() for TCP/UDP/Unix sockets
2014-02-05 Adrien Tétarrustdoc: update deps
2014-02-05 Adrien Tétaretc: add missing license boilerplates
2014-02-05 Adrien Tétaretc/tidy: don't check SNAP against triple
2014-02-05 borsauto merge of #11984 : olsonjeffery/rust/libserialize...
2014-02-05 Jeff Olsonpull extra::{serialize, ebml} into a separate libserial...
2014-02-05 Seo SanghyeonAvoid cloning ast::CrateConfig
2014-02-05 borsauto merge of #11939 : JeremyLetang/rust/move-libsync...
2014-02-05 JeremyLetangmove concurrent stuff from libextra to libsync
2014-02-05 borsauto merge of #12045 : thestinger/rust/glue, r=pcwalton
2014-02-05 borsauto merge of #12035 : chromatic/rust/tutorial_improvem...
2014-02-05 borsauto merge of #12025 : lilac/rust/feature-gate-quote...
2014-02-05 Daniel Micaystop calling `exchange_free` on 0-size types
2014-02-05 borsauto merge of #12023 : nick29581/rust/err_res, r=alexcr...
2014-02-05 borsauto merge of #12018 : alexcrichton/rust/triage, r...
2014-02-05 borsauto merge of #12014 : eddyb/rust/less-copies, r=cmr
2014-02-05 Alex CrichtonRun all target crate tests on the windows/try bots
2014-02-05 Alex CrichtonMake cfail test error messages more precise
2014-02-05 Alex CrichtonAdding tests for closed issues
2014-02-05 chromaticImproved pattern-match code and explanation.
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-02-04 Nick CameronCheck for trait impl conflicts across crates
2014-02-04 Eduard BurtescuDon't copy arguments passed by value with indirection...
2014-02-04 borsauto merge of #12026 : alexcrichton/rust/snapshots...
2014-02-04 borsauto merge of #11951 : dmanescu/rust/reserve-rename...
2014-02-04 James DengReplaced with a single "quote" feature gate.
2014-02-04 borsauto merge of #11717 : DiamondLovesYou/rust/master...
2014-02-04 Richard DiamondAdded missing xfail-fast.
2014-02-04 Alex CrichtonRegister new snapshots
2014-02-04 Richard DiamondSimd feature gating + Win32/64 fixes.
2014-02-04 James DengFeature gate all quasi-quoting macros.
2014-02-04 borsauto merge of #11912 : poiru/rust/8784-libuuid, r=alexc...
2014-02-04 Birunthan Mohanathasextra: Move uuid to libuuid
2014-02-04 borsauto merge of #12022 : alexcrichton/rust/unblock-snapsh...
2014-02-04 borsauto merge of #11999 : joaoxsouls/rust/master, r=cmr
2014-02-04 David ManescuRename reserve to reserve_exact and reserve_at_least...
2014-02-04 Alex Crichtonxfail a test to unblock the snapshot
2014-02-04 borsauto merge of #12016 : FlaPer87/rust/remove-non-copyabl...
2014-02-04 joaoxsoulsdoc: update boxes section on Manual, remove managed...
2014-02-03 Flavio PercocoReplace NonCopyable usage with NoPod
2014-02-03 borsauto merge of #12012 : omasanori/rust/semver, r=alexcri...
2014-02-03 borsauto merge of #11866 : alexcrichton/rust/atomic-u64...
2014-02-03 Alex CrichtonVarious bug fixes and rebase conflicts
2014-02-03 Alex Crichtonextra: Introduce a mutex type for native/green threads
2014-02-03 Alex Crichtonstd: Remove try_send_deferred plus all fallout
2014-02-03 Alex Crichtonextra: Re-add the Once primitve to extra::sync
2014-02-03 Alex Crichtonstd: Hardcode pthread constants and structures
next