]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-20 Kevin BallardAdd slice::MutableCloneableVector to the prelude
2014-05-20 borsauto merge of #14296 : kballard/rust/diagnostic_color_n...
2014-05-20 borsauto merge of #14289 : TyOverby/rust/master, r=alexcrichton
2014-05-20 borsauto merge of #14265 : Ryman/rust/issue-14254, r=alexcr...
2014-05-20 Kevin BallardReset the terminal color before the newline for diagnostics
2014-05-20 TyOverbycore::iter::order functions now take two types of itera...
2014-05-20 Kevin Butlerrustc: Better resolve errors for &T, &mut T, remove...
2014-05-20 borsauto merge of #14295 : aturon/rust/hide-init_to_vec...
2014-05-19 borsauto merge of #14286 : cmr/rust/shard-benches, r=alexcr...
2014-05-19 Corey Richardsontest: index shards at 1, not 0
2014-05-19 Aaron Turonlibcollections: remove `init_to_vec`
2014-05-19 borsauto merge of #14294 : kballard/rust/result_unwrap_or_e...
2014-05-19 Kevin BallardRename Result.unwrap_or_handle() to .unwrap_or_else()
2014-05-19 borsauto merge of #14292 : limeburst/rust/master, r=alexcri...
2014-05-19 borsauto merge of #14291 : Sawyer47/rust/doc-fixes, r=alexc...
2014-05-19 Jihyeok SeoFix typo in libcore
2014-05-19 borsauto merge of #14279 : aochagavia/rust/pr2, r=huonw
2014-05-19 Piotr JawniakMinor doc fixes in various places
2014-05-19 borsauto merge of #14251 : alexcrichton/rust/hierarchy...
2014-05-19 borsauto merge of #14288 : zwarich/rust/euv-underscore...
2014-05-19 Cameron ZwarichRemove leading underscores in function signatures in...
2014-05-19 borsauto merge of #14276 : aochagavia/rust/pr, r=alexcrichton
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-18 Adolfo OchagavíaFix insert_ordered in DList
2014-05-18 Adolfo OchagavíaFix dead code warnings
2014-05-18 borsauto merge of #14263 : cmr/rust/termex, r=kballard
2014-05-18 Adolfo OchagavíaRefactored and renamed functions to avoid failure
2014-05-18 Adolfo OchagavíaRename to_vec and to_sorted_vec
2014-05-18 borsauto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732...
2014-05-18 Adolfo OchagavíaReplaced Ord by TotalOrd in priority queue
2014-05-18 Felix S. Klock IIRefactoring: Introduce distinct host and target rpath...
2014-05-18 Felix S. Klock IIOutput debug info on how `#[phase] extern crate foo...
2014-05-18 Felix S. Klock IIInclude file paths when dumping the list of resolved...
2014-05-18 Felix S. Klock IIFixing rustdoc stage1.
2014-05-18 borsauto merge of #14275 : kballard/rust/bytes-return-stati...
2014-05-18 Kevin BallardMake bytes!() return 'static
2014-05-18 Adolfo OchagavíaRemoved unnecessary transmute
2014-05-18 borsauto merge of #14274 : youknowone/rust/advice-tilt...
2014-05-18 borsauto merge of #14258 : alexcrichton/rust/dox-format...
2014-05-18 borsauto merge of #14121 : luqmana/rust/option-ffi, r=alexc...
2014-05-18 Luqman AdenUpdate debuginfo tests.
2014-05-18 borsauto merge of #14249 : alexcrichton/rust/issue-14246...
2014-05-18 Jeong YunWonAdvice to use Box<T> not ~T
2014-05-18 Alex Crichtoncore: Document FormatWriter and allow `write!`
2014-05-18 Alex Crichtoncore: Clarify the documentation on core's prelude
2014-05-18 borsauto merge of #14230 : alexcrichton/rust/liballoc,...
2014-05-18 Alex CrichtonRegister new snapshots
2014-05-18 Alex Crichtonstd: Refactor liballoc out of lib{std,sync}
2014-05-18 Michael Dagitsesadding move_iter() function to collections::treemap...
2014-05-18 Corey Richardsonterm: update example to be right (thanks @SiegeLord)
2014-05-17 borsauto merge of #14253 : alexcrichton/rust/issue-14221...
2014-05-17 borsauto merge of #14247 : Ryman/rust/minor_ptr_nit, r...
2014-05-17 Alex Crichtonsyntax: Tighten search paths for inner modules
2014-05-17 borsauto merge of #14239 : alexcrichton/rust/issue-14225...
2014-05-17 borsauto merge of #14224 : michaelwoerister/rust/simd-updat...
2014-05-17 borsauto merge of #14236 : alexcrichton/rust/issue-14082...
2014-05-17 borsauto merge of #14257 : alexcrichton/rust/fix-snap,...
2014-05-17 Alex Crichtonterm: Don't run the code example, just compile it
2014-05-16 borsauto merge of #14216 : kballard/rust/macos_precise_time...
2014-05-16 Alex Crichtonrustc: Stop leaking enum variants into children
2014-05-16 borsauto merge of #14135 : gereeter/rust/two-way-search...
2014-05-16 Luqman Adenlibrustc: Separate NullablePointer into RawNullablePoin...
2014-05-16 Luqman AdenMake some NullablePointer enums FFI-compatible with...
2014-05-16 Kevin BallardOptimize and fix time::precise_time_ns() on macos
2014-05-16 borsauto merge of #14233 : pcwalton/rust/detildestr-morelib...
2014-05-16 borsauto merge of #13401 : cmr/rust/docs, r=brson
2014-05-16 Patrick Waltondoc: Remove all uses of `~str` from the documentation.
2014-05-16 Patrick Waltonlibgetopts: Remove all uses of `~str` from `libgetopts`
2014-05-16 Patrick Waltonlibserialize: Remove all uses of `~str` from `libserial...
2014-05-16 Patrick Waltonlibfmt_macros: Remove all uses of `~str` from `libfmt_m...
2014-05-16 Patrick Waltonlibrustuv: Remove all uses of `~str` from `librustuv`
2014-05-16 Patrick Waltoncompiletest: Remove all uses of `~str` from `compiletest`
2014-05-16 Corey RichardsonSome fixes
2014-05-16 Corey RichardsonFix example
2014-05-16 Corey RichardsonFlush before applying console attributes
2014-05-16 Corey RichardsonAdd a bang
2014-05-16 Corey RichardsonUpdate for Box
2014-05-16 Corey RichardsonUpdate for master
2014-05-16 Corey RichardsonAdd WinConsole docs
2014-05-16 Corey Richardsontest: update for term fallout
2014-05-16 Corey Richardsonworkcache: add crate doc block
2014-05-16 Corey Richardsontime: crate description
2014-05-16 Corey Richardsonsyntax: update for libterm fallout
2014-05-16 Corey Richardsonterm: add docs and windows support
2014-05-16 Corey Richardsonnum: expand crate documentation + add example
2014-05-16 Corey Richardsonarena: add docs for Arena
2014-05-16 Corey Richardsonflate: add documentation
2014-05-16 Alex Crichtonrustc: Stop calling error! in resolve
2014-05-16 Kevin Butlerguide-pointers: minor nits
2014-05-16 borsauto merge of #14237 : alexcrichton/rust/issue-14144...
2014-05-16 borsauto merge of #14235 : Ryman/rust/simplify_arcs_doc...
2014-05-16 borsauto merge of #14115 : alexcrichton/rust/core-fmt,...
2014-05-16 Alex Crichtoncore: Update all tests for fmt movement
2014-05-16 Alex Crichtonstd: Fix float tests
2014-05-16 Alex Crichtonstd: Delegate some integer formatting to core::fmt
2014-05-16 Alex Crichtoncore: Implement f32/f64 formatting
2014-05-16 Alex CrichtonUpdates with core::fmt changes
2014-05-16 Alex Crichtonstd: Rewrite the `write!` and `writeln!` macros
2014-05-16 Alex Crichtonsyntax: Add a macro, format_args_method!()
2014-05-16 Alex Crichtonstd: Add an adaptor for Writer => FormatWriter
next