]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-28 Tamir DubersteinRegression test for #15034
2014-12-28 Tamir DubersteinRegression test for #14227
2014-12-28 Tamir DubersteinRegression test for #14386
2014-12-28 Tamir DubersteinRegression tests for #13853
2014-12-28 Tamir DubersteinRegression test for #13808
2014-12-28 Tamir DubersteinRegression test for #13665
2014-12-28 Tamir DubersteinRegression test for #13655
2014-12-28 Tamir DubersteinRegression test for simple case of #9197
2014-12-28 Tamir DubersteinRegression test for #8874
2014-12-28 Tamir DubersteinUpdate test for #5543
2014-12-28 Tamir DubersteinRegression test for #3902
2014-12-28 borsauto merge of #20136 : eddyb/rust/format-args, r=alexcr...
2014-12-27 Eduard BurtescuFallout of changing format_args!(f, args) to f(format_a...
2014-12-27 Eduard Burtescusyntax: change format_args! to produce fmt::Arguments...
2014-12-27 Eduard Burtescusyntax: use std::string::String unqualified in format.
2014-12-27 Eduard Burtescusyntax: turn the match-call generated by format_args...
2014-12-27 Eduard Burtescusyntax: format: put static arrays in their own blocks...
2014-12-27 Eduard Burtescusyntax: format: remove unused method_statics field.
2014-12-27 borsauto merge of #19916 : SimonSapin/rust/ascii-reform...
2014-12-27 borsauto merge of #20244 : japaric/rust/bc-no-move, r=nikom...
2014-12-27 borsauto merge of #20119 : FlaPer87/rust/oibit-send-and...
2014-12-27 Flavio PercocoMake trait's impls consistent for unix/windows
2014-12-27 Flavio PercocoImplement Sync/Send for windows' UnixStream
2014-12-27 borsauto merge of #20238 : barosl/rust/regex-repeater-panic...
2014-12-27 borsauto merge of #20158 : nikomatsakis/rust/fn-inference...
2014-12-27 borsauto merge of #20143 : csouth3/rust/vecmap-reserve...
2014-12-27 borsauto merge of #19254 : nick29581/rust/dxr-glob, r=pcwalton
2014-12-26 Nick CameronRebasing changes
2014-12-26 Flavio PercocoImplement Sync/Send for windows TCP types
2014-12-26 borsauto merge of #20133 : apasel422/rust/binary_heap,...
2014-12-26 Nick CameronFix fallout
2014-12-26 Nick Cameronsave-analysis: emit names of items that a glob import...
2014-12-26 Flavio PercocoImplement RaceBox for StdinReader
2014-12-26 Flavio PercocoAdd a Racy type to bench tests
2014-12-26 Flavio PercocoImplement Sync/Send for ArcInner and Weak
2014-12-26 Flavio PercocoImpl Sync/Send for Rawlink
2014-12-26 Flavio PercocoMake Barrier and Condvar Sync/Send
2014-12-26 Flavio PercocoKeep track of the whole error chain
2014-12-26 Flavio PercocoRelax `Arc` bounds don't require Sync+Send
2014-12-26 Flavio PercocoRename `UniquePtr` to `Unique`
2014-12-26 Flavio PercocoImplement `Sync` for some windows sys types
2014-12-26 Flavio PercocoMove RacyCell to `std::comm`
2014-12-26 Flavio PercocoMake Send and Sync traits unsafe
2014-12-26 Flavio PercocoRename `OwnedPtr` to `UniquePtr`
2014-12-26 Flavio PercocoRequire types to opt-in Sync
2014-12-26 Jorge Apariciotypeck: boxed closures can't capture by value
2014-12-26 borsauto merge of #20218 : alexcrichton/rust/jemalloc-secti...
2014-12-26 Barosl LeePrevent Regex::new() from panicking when a non-AST...
2014-12-26 borsauto merge of #20183 : japaric/rust/doctests, r=alexcri...
2014-12-26 Simon SapinFix up remaining usage of `to_ascii`.
2014-12-25 borsauto merge of #20180 : jroesch/rust/clean-where-predica...
2014-12-25 Simon SapinFix up remaining usage of `to_ascii`.
2014-12-25 borsauto merge of #20167 : michaelwoerister/rust/for-loop...
2014-12-25 Niko MatsakisMove mem-categorization more things to use TYPER for...
2014-12-25 Niko MatsakisRemove `McResult` from the mem-categorization interface.
2014-12-25 Niko MatsakisExtend Typer interface to include `expr_ty_adjusted...
2014-12-25 Niko MatsakisRemove the regionck impl of Typer and just use fcx...
2014-12-25 Niko MatsakisUse the typer in ExprUseVisitor and do not hard code...
2014-12-25 Simon Sapinstd::ascii: Use u8 methods rather than the maps directly.
2014-12-25 Simon SapinRemove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr,...
2014-12-25 borsauto merge of #20024 : mneumann/rust/dragonfly-fixes3...
2014-12-25 Alex Crichtonmk: Build jemalloc with -ffunction-sections
2014-12-25 borsauto merge of #19934 : tomjakubowski/rust/rustdoc-unbox...
2014-12-24 borsauto merge of #20117 : lfairy/rust/rename-include-bin...
2014-12-24 borsauto merge of #19813 : barosl/rust/autoderef-type-infer...
2014-12-24 Simon SapinRename to_ascii_{lower,upper} to to_ascii_{lower,upper...
2014-12-24 Tom Jakubowskirustdoc: Use Fn trait sugar for external paths
2014-12-24 Tom Jakubowskirustdoc: Use unboxed closure sugar
2014-12-24 Tom Jakubowskirustdoc: render higher-rank trait bounds
2014-12-24 Tom Jakubowskirustdoc: render `for<>` on old closure lifetimes
2014-12-24 borsauto merge of #20060 : Aatch/rust/enum-repr, r=alexcrichton
2014-12-24 Andrew Paseltinerclean up `BinaryHeap` code
2014-12-24 Jared RoeschAddress code review nits
2014-12-24 borsauto merge of #19858 : nick29581/rust/ranges, r=aturon
2014-12-24 Jorge Apariciorustdoc: unmarked code fences are doctests too
2014-12-23 borsauto merge of #19758 : tbu-/rust/pr_fp_name, r=alexcrichton
2014-12-23 Jared RoeschSupport all variants of WherePredicate
2014-12-23 Nick CameronReview changes
2014-12-23 Nick CameronTests
2014-12-23 Nick CameronType checking and trans for ranges
2014-12-23 Nick CameronAdd syntax for ranges
2014-12-23 Nick CameronAdd lang items for ranges.
2014-12-23 Nick CameronAdd structs for ranges to core::ops.
2014-12-23 borsauto merge of #20083 : eddyb/rust/fix-expectation,...
2014-12-23 Tobias BucherRename and namespace `FPCategory`
2014-12-23 Eduard Burtescurustc_typeck: don't expect rvalues to have unsized...
2014-12-23 Michael Woeristerdebuginfo: Add test case for destructured for-loop...
2014-12-23 Michael Woeristerdebuginfo: Clean the debuginfo module up a bit.
2014-12-23 Michael Woeristerdebuginfo: Create debuginfo for for-loop variables...
2014-12-23 borsMerge pull request #20155 from tbu-/pr_vecmap_fiximpls
2014-12-23 borsMerge pull request #20153 from brianloveswords/patch-1
2014-12-23 borsMerge pull request #20001 from huonw/speeling2
2014-12-23 borsMerge pull request #19886 from brson/rustup
2014-12-23 Chris WongRename include_bin! to include_bytes!
2014-12-23 James MillerMake alignment-forcing case work the same on 64 and...
2014-12-23 Huon WilsonFix some spelling errors.
2014-12-23 borsauto merge of #20145 : alexcrichton/rust/rollup, r...
2014-12-23 Tobias BucherFix `collections::VecMap`'s `PartialEq` implementation
2014-12-23 Brian J BrennanUpdate complement-bugreport.md
2014-12-22 James MillerAdd enum size cases to type-sizes test
next