]> git.lizzy.rs Git - rust.git/history - src/libcore
rustdoc: Move inlining to its own module
[rust.git] / src / libcore /
2014-05-25 borsauto merge of #14323 : richo/rust/features/strbuf_to_st...
2014-05-25 Richo Healeycore: rename strbuf::StrBuf to string::String
2014-05-25 borsauto merge of #14402 : huonw/rust/arc-field-rename...
2014-05-25 Huon WilsonPaper over privacy issues with Deref by changing field...
2014-05-24 borsauto merge of #14401 : aochagavia/rust/pr4, r=alexcrichton
2014-05-24 borsauto merge of #14378 : huonw/rust/deque-adjustments...
2014-05-24 borsauto merge of #14396 : vhbit/rust/opaque-mutex, r=alexc...
2014-05-24 borsauto merge of #14392 : alexcrichton/rust/mem-updates...
2014-05-24 borsauto merge of #14389 : Ryman/rust/14303, r=alexcrichton
2014-05-24 borsauto merge of #14388 : kballard/rust/nonfatal_lexer_err...
2014-05-24 borsauto merge of #14384 : luqmana/rust/mca, r=alexcrichton
2014-05-24 Alex Crichtoncore: Finish stabilizing the `mem` module.
2014-05-24 borsauto merge of #14306 : luqmana/rust/up-llvm, r=alexcrichton
2014-05-24 borsauto merge of #14379 : brson/rust/simd, r=alexcrichton
2014-05-23 borsauto merge of #14317 : P1start/rust/lifetime-formatting...
2014-05-23 Brian Andersoncore: Derive Show on SIMD types
2014-05-23 Brian Andersoncore: Document simd mod
2014-05-23 Brian Andersonstd: Move unstable::finally to std::finally. #1457
2014-05-23 Brian Andersonstd: Move simd to core::simd and reexport. #1457
2014-05-23 borsauto merge of #14368 : tedhorst/rust/master, r=alexcrichton
2014-05-23 borsauto merge of #14359 : brson/rust/minordoc, r=alexcrichton
2014-05-23 borsauto merge of #14313 : kballard/rust/tuple_dotdot_match...
2014-05-23 Brian AndersonMinor library doc copyediting
2014-05-23 borsauto merge of #14360 : alexcrichton/rust/remove-depreca...
2014-05-23 borsauto merge of #14372 : neeee/rust/intrinsic-docs, r...
2014-05-23 borsauto merge of #14362 : zecozephyr/rust/docfixes, r=cmr
2014-05-23 lucylibcore: Document math intrinsics.
2014-05-23 borsauto merge of #14357 : huonw/rust/spelling, r=pnkfelix
2014-05-23 borsauto merge of #14314 : alexcrichton/rust/deriving-hash...
2014-05-22 borsauto merge of #14348 : alexcrichton/rust/doc.rust-lang...
2014-05-22 borsauto merge of #14310 : pcwalton/rust/detildestr-alllibs...
2014-05-22 Patrick Waltonlibcore: Remove all uses of `~str` from `libcore`.
2014-05-22 borsauto merge of #14350 : zwarich/rust/let-suggestion...
2014-05-22 Alex CrichtonRemove a slew of old deprecated functions
2014-05-22 borsauto merge of #14354 : EdorianDark/rust/master, r=huonw
2014-05-22 borsauto merge of #14349 : richo/rust/docs/win64_calling_co...
2014-05-22 Huon WilsonSpelling/doc formatting fixes.
2014-05-22 borsauto merge of #14335 : tbu-/rust/pr_doc_strsplit, r...
2014-05-22 borsauto merge of #14345 : alexcrichton/rust/rustdoc-many...
2014-05-22 borsauto merge of #14322 : thestinger/rust/secret_santa_hea...
2014-05-22 borsauto merge of #14321 : alexcrichton/rust/ices, r=pcwalton
2014-05-22 borsauto merge of #14307 : kballard/rust/vim_prelude_mutabl...
2014-05-22 Alex CrichtonChange static.rust-lang.org to doc.rust-lang.org
2014-05-22 borsauto merge of #14301 : alexcrichton/rust/remove-unsafe...
2014-05-21 Daniel Micaymigrate from `exchange_malloc` to `allocate`
2014-05-21 borsauto merge of #14334 : brson/rust/deoxidize, r=alexcrichton
2014-05-21 borsauto merge of #14328 : Sawyer47/rust/remove-fixmes...
2014-05-21 Tobias BucherAdd examples for edge cases of str.split/str.splitn
2014-05-21 borsauto merge of #14320 : kballard/rust/fix_stdlib_inject_...
2014-05-21 borsauto merge of #14326 : huonw/rust/tiny-fixes, r=pnkfelix
2014-05-21 borsauto merge of #14324 : zecozephyr/rust/docfix, r=luqmana
2014-05-21 borsauto merge of #14319 : kballard/rust/rename_rng_choose_...
2014-05-21 borsauto merge of #14316 : kballard/rust/range_inclusive_no...
2014-05-21 borsauto merge of #14315 : kballard/rust/stdreader_isatty...
2014-05-21 borsauto merge of #14259 : alexcrichton/rust/core-mem,...
2014-05-21 Alex Crichtoncore: Stabilize the mem module
2014-05-21 borsauto merge of #14293 : alexcrichton/rust/weak-lang...
2014-05-21 Kevin BallardRemove useless ToPrimitive bound on range_inclusive()
2014-05-21 borsauto merge of #13823 : pnkfelix/rust/fsk-fix-13805...
2014-05-21 borsauto merge of #14305 : tbu-/rust/pr_doc_bytes, r=huonw
2014-05-20 borsauto merge of #13975 : nikomatsakis/rust/issue-13794...
2014-05-20 borsauto merge of #14304 : brson/rust/moredocs, r=kballard
2014-05-20 borsauto merge of #14283 : Ryman/rust/commented_compile_fai...
2014-05-20 Brian AndersonAddress review comments
2014-05-20 Brian Andersoncore: Convert TODOs to FIXMEs
2014-05-20 Brian Andersoncore: Spruce up the crate description
2014-05-20 Brian Andersoncore: More concise description for mod ops
2014-05-20 Brian Andersoncore: Improve docs for cell
2014-05-20 borsauto merge of #14277 : pczarn/rust/manual-grammar,...
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 TyOverbycore::iter::order functions now take two types of itera...
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 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 Alex Crichtonrustc: Add official support for weak failure
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 borsauto merge of #14276 : aochagavia/rust/pr, r=alexcrichton
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-18 borsauto merge of #14263 : cmr/rust/termex, r=kballard
2014-05-18 borsauto merge of #14275 : kballard/rust/bytes-return-stati...
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 borsauto merge of #14249 : alexcrichton/rust/issue-14246...
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-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 borsauto merge of #14239 : alexcrichton/rust/issue-14225...
next