]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-10 borsauto merge of #19628 : jbranchaud/rust/add-string-as...
2014-12-10 borsauto merge of #19648 : mquandalle/rust/patch-1, r=alexc...
2014-12-10 borsauto merge of #19573 : apasel422/rust/sized_fn_once...
2014-12-09 borsauto merge of #19563 : alexcrichton/rust/issue-19501...
2014-12-09 borsauto merge of #19665 : alexcrichton/rust/rollup, r...
2014-12-09 Alex CrichtonTest fixes and rebase conflicts from the rollup
2014-12-09 Alex Crichtonrollup merge of #19653: frewsxcv/rm-reexports
2014-12-09 Alex Crichtonrollup merge of #19642: aaronweiss74/master
2014-12-09 Alex Crichtonrollup merge of #19626: bluss/string-extend-str
2014-12-09 Alex Crichtonrollup merge of #19623: rustyrazorblade/patch-1
2014-12-09 Alex Crichtonrollup merge of #19622: steveklabnik/fix_ringbuf_doc
2014-12-09 Alex Crichtonrollup merge of #19620: retep998/memorymap
2014-12-09 Alex Crichtonrollup merge of #19616: steveklabnik/gh19556
2014-12-09 Alex Crichtonrollup merge of #19615: steveklabnik/gh19595
2014-12-09 Alex Crichtonrollup merge of #19614: steveklabnik/gh19599
2014-12-09 Alex Crichtonrollup merge of #19608: jbranchaud/add-missing-semicolo...
2014-12-09 Alex Crichtonrollup merge of #19604: vadimcn/gcc-less
2014-12-09 Alex Crichtonrollup merge of #19598: japaric/ord
2014-12-09 Alex Crichtonrollup merge of #19594: Arcterus/master
2014-12-09 Alex Crichtonrollup merge of #19592: jbranchaud/add-btreemap-iter...
2014-12-09 Alex Crichtonrollup merge of #19589: huonw/unboxed-closure-elision
2014-12-09 Alex Crichtonrollup merge of #19588: nodakai/libstd-fix-zombie-child...
2014-12-09 Alex Crichtonrollup merge of #19587: huonw/closure-feature-gate
2014-12-09 Alex Crichtonrollup merge of #19585: mdinger/guide_typo
2014-12-09 Alex Crichtonrollup merge of #19584: CaptainHayashi/patch-1
2014-12-09 Alex Crichtonrollup merge of #19581: luqmana/duc
2014-12-09 Alex Crichtonrollup merge of #19577: aidancully/master
2014-12-09 Alex Crichtonrollup merge of #19576: nhoss2/master
2014-12-09 jbranchaudAdd a doctest for the std::string::as_string method.
2014-12-09 Maxime QuandalleDelete the outdated source layout README
2014-12-09 Arcterusserialize: base64: remove some .as_bytes() from the...
2014-12-09 Arcterusserialize: base64: improve newline handling speed
2014-12-09 Arcterusserialize: base64: allow LF in addition to CRLF and...
2014-12-09 borsauto merge of #19466 : nikomatsakis/rust/recursion...
2014-12-09 borsauto merge of #19249 : barosl/rust/json-type-safety...
2014-12-09 borsauto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis
2014-12-09 Patrick WaltonAdd some missing Copy implementations
2014-12-09 borsauto merge of #19645 : alexcrichton/rust/old-snap,...
2014-12-09 Corey FarwellRemove Result and Option reexports
2014-12-08 Alex CrichtonRevert "Register new snapshots"
2014-12-08 Alex Crichtonrustc: Prepend a length to all metadata
2014-12-08 Aaron WeissImplemented BorrowFrom<Rc<T>> for T.
2014-12-08 borsauto merge of #19456 : nikomatsakis/rust/reborrow-closu...
2014-12-08 Niko MatsakisLink regions in `ref` bindings from fn arguments.
2014-12-08 Niko MatsakisStop masking overflow and propagate it out more aggress...
2014-12-08 Niko MatsakisKill dead code
2014-12-08 Niko MatsakisAdd ability to configure recursion limit.
2014-12-08 Niko MatsakisAdd a feature opt `opt_out_copy` that allows people...
2014-12-08 Niko Matsakislibrustc: Make `Copy` opt-in.
2014-12-08 borsauto merge of #19574 : erickt/rust/vec-reserve, r=alexc...
2014-12-08 borsauto merge of #19306 : steveklabnik/rust/gh19269, r...
2014-12-08 borsauto merge of #19560 : sfackler/rust/should-fail-reason...
2014-12-08 Barosl Leelibserialize: Prefer into_string() to to_string() where...
2014-12-08 Barosl Leelibserialize: Code cleanup
2014-12-08 Barosl Leelibserialize: Always use a decimal point when emitting...
2014-12-08 borsauto merge of #19506 : eddyb/rust/fmt-polish, r=alexcri...
2014-12-08 Barosl Leelibserialize: Do not coerce to integer when decoding...
2014-12-08 Barosl Leelibserialize: Remove float preprocessing in serialize...
2014-12-08 Eduard Burtescutest: adjust pretty/issue-4264 for formatting changes.
2014-12-08 Eduard Burtescucore: make the public fmt API completely safe.
2014-12-08 Eduard Burtescucore: remove the dead function fmt::argumentstr.
2014-12-08 Jon Haddaddocumentation incorrectly described from_utf8
2014-12-08 borsauto merge of #19555 : jbranchaud/rust/add-doctests...
2014-12-08 borsauto merge of #19378 : japaric/rust/no-as-slice, r...
2014-12-08 borsauto merge of #19561 : csouth3/rust/treeset-bitops...
2014-12-08 Steven FacklerMention expected in testing docs
2014-12-07 blussstring: Add test for FromIterator<&str> and Extend...
2014-12-07 blussstring: Add test for FromIterator<char> and Extend...
2014-12-07 Jorge Apariciosyntax: use UFCS in the expansion of `#[deriving(Ord)]`
2014-12-07 blussstring: Implement FromIterator<&str> and Extend<&str...
2014-12-07 blussstring: Use the iterator size_hint() in .extend()
2014-12-07 Steve KlabnikRemove mention of Dequeue in collections docs.
2014-12-07 borsauto merge of #19548 : luqmana/rust/mfb, r=nikomatsakis
2014-12-07 Peter AtashianMake MemoryMap use HANDLE on Windows.
2014-12-07 borsauto merge of #19539 : cmr/rust/18959, r=nikomatsakis
2014-12-07 Jorge AparicioFix syntax error on android tests
2014-12-07 borsauto merge of #19522 : mukilan/rust/import-conflicts...
2014-12-07 Steve KlabnikAdd enum namespacing to the Guide.
2014-12-07 Steve KlabnikCorrect the reference with regards to floats
2014-12-07 Steve Klabnikremove usage of notrust from the docs
2014-12-07 borsauto merge of #19488 : jbranchaud/rust/add-btree-set...
2014-12-07 Jorge Apariciolibtime: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibtest: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibterm: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibsyntax: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibstd: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibserialize: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibrustc_back: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibgetopts: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibcollections: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibtest: remove unnecessary `as_mut_slice()` calls
2014-12-07 Jorge Apariciolibstd: remove unnecessary `as_mut_slice` calls
2014-12-07 Jorge Apariciolibrustdoc: remove unnecessary `as_mut_slice` calls
2014-12-07 Jorge Apariciolibrustc_trans: remove unnecessary `as_mut_slice` calls
2014-12-07 Jorge Apariciolibrustc: remove unnecessary `as_mut_slice` calls
2014-12-07 Jorge Apariciolibcollections: remove unnecessary `as_mut_slice()...
2014-12-07 Jorge Apariciolibtest: remove unnecessary `as_slice()` calls
2014-12-07 Jorge Apariciolibterm: remove unnecessary `as_slice()` calls
2014-12-07 Jorge Apariciolibsyntax: remove unnecessary `as_slice()` calls
2014-12-07 Jorge Apariciolibstd: remove unnecessary `as_slice()` calls
next