]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-03-16 borsauto merge of #12924 : Florob/rust/bigint, r=alexcrichton
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
2014-03-14 Alex Crichtonextra: Put the nail in the coffin, delete libextra
2014-03-14 borsauto merge of #12869 : thestinger/rust/cmp, r=brson
2014-03-14 Daniel Micaycmp: switch `min` and `max` to `TotalOrd`
2014-03-14 Michael Woeristerdebuginfo: Make limited-debuginfo test case more robust...
2014-03-14 Alex Crichtonstd: Fix backtraces on arm linux
2014-03-14 Alex Crichtonrustc: Fix cfg(not(a, b)) to be not(a && b)
2014-03-14 aochagaviaRefactored iter and mut_iter
2014-03-14 borsauto merge of #12880 : tedhorst/rust/master, r=alexcrichton
2014-03-14 aochagaviaFixed comment of as_mut_slice (libstd/option.rs)
2014-03-14 borsauto merge of #12764 : Kimundi/rust/partial_typehint...
2014-03-14 Marvin LöbelAdded support for type placeholders (explicit requested...
2014-03-14 borsauto merge of #12875 : alexcrichton/rust/demangle-more...
2014-03-14 borsauto merge of #12874 : huonw/rust/printier-rustc, r...
2014-03-14 borsauto merge of #12871 : aochagavia/rust/Optimize-while_s...
2014-03-14 borsauto merge of #12867 : alexcrichton/rust/issue-12860...
2014-03-14 borsauto merge of #12864 : huonw/rust/hash-docs, r=alexcrichton
2014-03-14 borsauto merge of #12861 : huonw/rust/lint-owned-vecs,...
2014-03-14 Ted Horstfix a test that was missed in the chan/port renaming...
2014-03-14 borsauto merge of #12855 : alexcrichton/rust/shutdown,...
2014-03-14 Jyun-Yan Youfix MIPS target
2014-03-14 borsauto merge of #12798 : pczarn/rust/inline-asm, r=alexcr...
2014-03-14 Huon Wilsonstd: render the vec_ng docs.
2014-03-14 Huon Wilsonlint: add lint for use of a `~[T]`.
2014-03-13 Alex Crichtonrustc: Prevent collisions in names of closures
2014-03-13 Alex Crichtonstd: Demangle more escapes in backtraces
2014-03-13 Huon Wilsonrustc: make stack traces print for .span_bug/.bug.
2014-03-13 Alex Crichtonio: Bind to shutdown() for TCP streams
2014-03-13 Piotr CzarneckiFix and improve inline assembly.
2014-03-13 borsauto merge of #12815 : alexcrichton/rust/chan-rename...
2014-03-13 aochagaviaRefactored while_some (libstd/option.rs)
2014-03-13 Alex Crichtonstd: Rename Chan/Port types and constructor
2014-03-13 borsauto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
2014-03-13 borsauto merge of #12561 : pzol/rust/char-case, r=alexcrichton
2014-03-13 Alex Crichtoncollections: Don't recurse in hashmap robin_hood
2014-03-13 borsauto merge of #12238 : ktt3ja/rust/lifetime-error-msg...
2014-03-13 borsauto merge of #12852 : itdaniher/rust/master, r=alexcri...
2014-03-13 borsauto merge of #12849 : nick29581/rust/doubles, r=alexcr...
2014-03-13 borsauto merge of #12610 : eddyb/rust/deref-now-auto, r...
2014-03-13 Niko MatsakisTweak comments
2014-03-13 Niko Matsakiscompile-fail: Beef up borrowck test to include some...
2014-03-13 Eduard BurtescuRegion + borrow checker support and tests for overloade...
2014-03-13 Eduard BurtescuApply @nikomatsakis' nits and comments patch.
2014-03-13 Eduard BurtescuIntroduce a common recursion limit for auto-dereference...
2014-03-13 Eduard BurtescuImplement automatic overloaded dereference.
2014-03-13 Eduard BurtescuRemove Rc's borrow method to avoid conflicts with RefCe...
2014-03-13 borsauto merge of #12845 : eddyb/rust/vec-no-drop-flag...
2014-03-13 Huon Wilsoncollections: move hashmap's example to the struct.
2014-03-13 Piotr ZolnierekRemove code duplication
2014-03-13 Piotr ZolnierekImplement lower, upper case conversion for char
2014-03-13 Piotr Zolnierekstd::unicode: remove unused category tables
2014-03-13 borsauto merge of #12602 : alexcrichton/rust/backtrace...
2014-03-13 Alex CrichtonAdd basic backtrace functionality
2014-03-13 borsauto merge of #12414 : DaGenix/rust/failing-iterator...
2014-03-13 borsauto merge of #12823 : alexcrichton/rust/issue-12666...
2014-03-13 borsauto merge of #12822 : erickt/rust/cleanup, r=acrichto
2014-03-13 Palmer CoxUpdate io iterators to produce IoResults
2014-03-13 borsauto merge of #12756 : pongad/rust/remove_owned_str_pat...
2014-03-13 Erick Tryzelaarsyntax: change the #[deriving(Hash)] typaram variable...
2014-03-13 Erick Tryzelaarserialize: make Paths serializable
2014-03-13 Erick Tryzelaarstd: allow io::File* structs to be hashable
2014-03-13 borsauto merge of #12081 : cgaebel/rust/robinhood-hashing...
2014-03-13 Alex Crichtonrustuv: Fix a use-after-free in TTY failure
2014-03-12 Michael Darakanandarustc: Remove matching on ~str from the language
2014-03-12 Clark GaebelPerformance-oriented hashtable.
next