]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-25 Adrien Tétardoc: slight design refresh
2014-04-25 Adrien Tétarrustdoc: fixes
2014-04-25 borsauto merge of #13723 : alexcrichton/rust/pipe-connect...
2014-04-25 borsauto merge of #13711 : alexcrichton/rust/snapshots...
2014-04-25 borsauto merge of #13671 : dcrewi/rust/lint-directives...
2014-04-24 Alex Crichtonstd: Add timeouts to unix connect/accept
2014-04-24 Alex Crichtonnative: Remove unused and untested UnixDatagram
2014-04-24 borsauto merge of #13729 : chris-morgan/rust/fix-vim-indent...
2014-04-24 borsauto merge of #13720 : aturon/rust/walk_dir-perf, r...
2014-04-24 borsauto merge of #13706 : alexcrichton/rust/test-nocapture...
2014-04-24 Aaron Turonfix O(n^2) perf bug for std::io::fs::walk_dir
2014-04-24 borsauto merge of #13619 : alexcrichton/rust/update-libuv...
2014-04-24 Alex Crichtontest: Add an option to not capture output
2014-04-24 Alex CrichtonUpdate libuv
2014-04-24 borsauto merge of #13715 : nick29581/rust/unsized-assign2...
2014-04-24 borsauto merge of #13713 : edwardw/rust/methodcall-span...
2014-04-24 Chris MorganFix Vim indent regressions from #13600.
2014-04-24 borsauto merge of #13559 : FlaPer87/rust/remove-special...
2014-04-24 borsauto merge of #13710 : aturon/rust/float-constants...
2014-04-24 Niko Matsakisrustdoc: fix de-@rooting fallout
2014-04-24 borsauto merge of #13531 : alexcrichton/rust/fix-some-ices...
2014-04-24 borsauto merge of #12812 : sfackler/rust/attr-arm, r=alexcr...
2014-04-24 Steven FacklerAllow attributes on match arms
2014-04-24 borsauto merge of #13704 : edwardw/rust/doc-hidden, r=alexc...
2014-04-24 borsauto merge of #13675 : sfackler/rust/taskbuilder-new...
2014-04-24 Steven FacklerMove task::task() to TaskBuilder::new()
2014-04-24 borsauto merge of #13688 : alexcrichton/rust/accept-timeout...
2014-04-24 Alex Crichtonstd: Add support for an accept() timeout
2014-04-23 Nick CameronPrevent unsized types being stored in variables
2014-04-23 Edward WangCalibrate span for method call error messages
2014-04-23 Alex CrichtonRegister new snapshots
2014-04-23 borsauto merge of #13705 : edwardw/rust/rcboxptr-doc, r...
2014-04-23 Aaron Turonfix std::f32 and std::f64 constants
2014-04-23 borsauto merge of #13584 : rcxdude/rust/cross-syntax-ext...
2014-04-23 Douglas YoungEnable use of syntax extensions when cross compiling.
2014-04-23 borsauto merge of #13686 : alexcrichton/rust/issue-12224...
2014-04-23 Alex Crichtonrustc: Don't die when a crate id can't be inferred
2014-04-23 Alex Crichtonrustc: Give a friendlier error when writing deps
2014-04-23 Alex Crichtonrustc: Fix passing errors from LLVM to rustc
2014-04-23 Alex CrichtonFix other bugs with new closure borrowing
2014-04-23 Alex Crichtonstd: Change Finally to take `&mut self`
2014-04-23 Alex Crichtonstd: Change CharEq to take `&mut self`
2014-04-23 Alex Crichtonstd: Change RandomAccessIterator to use `&mut self`
2014-04-23 Alex Crichtonrustc: Tweak the borrow on closure invocations
2014-04-23 borsauto merge of #13689 : alexcrichton/rust/ignore-tcp...
2014-04-23 Flavio Percocorustc: fix de-@rooting fallout
2014-04-23 Flavio Percocosyntax: fix de-@rooting fallout
2014-04-23 Flavio Percocorustc: Remove moved_variables_set
2014-04-23 Flavio PercocoTreat @T like ~T in borrowck
2014-04-23 Flavio Percocorustc: Remove obsolete error_out_of_root_scope variant
2014-04-23 Flavio PercocoUpdate tests and move other tests around
2014-04-23 Flavio Percocorustc: Remove root_map entirely
2014-04-23 Flavio Percocorustc: Remove root_map usage from lifetime
2014-04-23 Flavio Percocorustc: Remove root_map usage from _match
2014-04-23 Flavio Percocorustc: remove usage of root_map from astencode
2014-04-23 Flavio PercocoRemove special rooting code from trans
2014-04-23 Alex Crichtontest: Ignore tcp-connect-timeout on freebsd
2014-04-23 Edward WangHide trait rc::RcBoxPtr from docs
2014-04-23 Edward WangHonor hidden doc attribute of derivable trait methods
2014-04-23 borsauto merge of #13694 : jacob-hegna/rust/master, r=brson
2014-04-23 borsauto merge of #13693 : thestinger/rust/mem, r=alexcrichton
2014-04-23 borsauto merge of #13692 : vadimcn/rust/Win64-pre, r=alexcr...
2014-04-23 borsauto merge of #13690 : alexcrichton/rust/unlink-unix...
2014-04-23 borsauto merge of #13687 : exscape/mut-vector-Show/master...
2014-04-23 borsauto merge of #13597 : bjz/rust/float-api, r=brson
2014-04-23 borsauto merge of #13398 : nick29581/rust/unsized-enum...
2014-04-23 Nick CameronReview changes
2014-04-23 borsauto merge of #13415 : thestinger/rust/f128, r=alexcrichton
2014-04-23 David CreswickApply lint attrs to individual "use" declarations
2014-04-23 Vadim ChugunovFixed Win64 build
2014-04-23 Jacob HegnaRemoved trailing whitespace in on line 242 in int_macro...
2014-04-23 Daniel Micayadd support for quadruple precision floating point
2014-04-23 Jacob HegnaAdded examples for parse_bytes(buf: &[u8], radix: uint...
2014-04-23 Nick CameronCheck for unsized types in enums.
2014-04-23 Nick CameronSupport unsized types with the `type` keyword
2014-04-23 Nick CameronAdd a span to ast::TyParam
2014-04-23 borsauto merge of #13683 : aochagavia/rust/pr, r=alexcrichton
2014-04-23 Daniel Micayadd volatile copy/copy_nonoverlapping/set
2014-04-22 Vadim ChugunovUpgrade compiler-rt
2014-04-22 Vadim ChugunovThere are no 64-bit Windows snapshots yet, so we'll...
2014-04-22 borsauto merge of #13674 : pcwalton/rust/more-str-inlines...
2014-04-22 borsauto merge of #13673 : bmac/rust/utorial-fix, r=alexcri...
2014-04-22 Alex Crichtonnative: Unlink unix socket paths on drop
2014-04-22 borsauto merge of #13670 : eddyb/rust/more-de-at, r=pcwalton
2014-04-22 borsauto merge of #13667 : TeXitoi/rust/shootout-chameneos...
2014-04-22 borsauto merge of #13651 : ryantm/rust/master, r=brson
2014-04-22 Thomas BackmanImplement Show for &mut [T]
2014-04-22 Eduard Burtescurustc: de-@ llvm.
2014-04-22 Eduard Burtescurustc: de-@ trans::tydesc_info.
2014-04-22 Eduard Burtescurustc: remove typeck::isr_alist.
2014-04-22 Eduard Burtescurustc: de-@ stats.
2014-04-22 Eduard Burtescurustc: de-@ adt::Repr.
2014-04-22 Eduard Burtescurustc: de-@ debuginfo.
2014-04-22 Eduard Burtescurustc: de-@ middle::ty.
2014-04-22 Eduard Burtescurustc: remove ty::Impl.
2014-04-22 Eduard Burtescurustc: de-@ ty::type_err.
2014-04-22 Eduard Burtescurustc: de-@ param_substs.
2014-04-22 Eduard Burtescurustc: de-@ mono_id.
2014-04-22 Eduard Burtescurustc: slightly optimize make_mono_id to not clone...
2014-04-22 Eduard Burtescurustc: remove obsolete monomorphization modes.
next