]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-06-05 Steve KlabnikRollup merge of #26017 - Stebalien:fix-rustdoc, r=alexc...
2015-06-05 Steve KlabnikRollup merge of #26011 - genodeftest:patch-1, r=stevekl...
2015-06-05 Steve KlabnikRollup merge of #26010 - ranma42:improve-doc, r=stevekl...
2015-06-05 Steve KlabnikRollup merge of #26001 - sae-bom:master, r=alexcrichton
2015-06-05 Steve KlabnikRollup merge of #25925 - azerupi:patch-4, r=steveklabnik
2015-06-05 borsAuto merge of #26004 - alexcrichton:msvc-llvm-assertion...
2015-06-05 borsAuto merge of #26022 - Gankro:fix-linked-list, r=huonw
2015-06-05 Alexis Beingessnerproperly null out ptr in LinkedList::split_off - fixes...
2015-06-04 Steven AllenFix order of rustdoc arguments.
2015-06-04 borsAuto merge of #25975 - arielb1:remove-param-space,...
2015-06-04 borsAuto merge of #25985 - bombless:patch-2, r=alexcrichton
2015-06-04 borsAuto merge of #26005 - Ms2ger:get_enum_variant_defs...
2015-06-04 Christian Stadelmann[Documentation: Macros] Use some more SSL
2015-06-04 York Xiangcrate libc: Correct signature of `WriteFile`
2015-06-04 Christian Stadelmann[Documentation] Use SSL where possible
2015-06-04 Andrea CancianiMinor fix to docs of constraints on mut/non-mut references
2015-06-04 borsAuto merge of #25981 - nham:fix_E0201, r=alexcrichton
2015-06-04 borsAuto merge of #26002 - Manishearth:rollup, r=Manishearth
2015-06-04 Ms2gerInline enum_variant_ids into its only caller.
2015-06-04 borsAuto merge of #25991 - Jexell:master, r=alexcrichton
2015-06-04 Manish GoregaokarFix doctest (fixup \96#25900)
2015-06-04 Sae-bom Kimsupport aarch64-android raw type definitions
2015-06-04 Alex Crichtonconfigure: Fix LLVM output dir on MSVC
2015-06-04 Manish GoregaokarRollup merge of #26000 - heejongahn:master, r=alexcrichton
2015-06-04 Manish GoregaokarRollup merge of #25994 - marcusklaas:issue-25969, r...
2015-06-04 Manish GoregaokarRollup merge of #25990 - carols10cents:try-docs, r...
2015-06-04 Manish GoregaokarRollup merge of #25988 - webmobster:master, r=alexcrichton
2015-06-04 Manish GoregaokarRollup merge of #25987 - pnkfelix:fix-dropck-doc-format...
2015-06-04 Manish GoregaokarRollup merge of #25900 - lorenzb:more_about_types,...
2015-06-04 Heejong AhnTypo fixed in AUTHORS.txt
2015-06-04 borsAuto merge of #25743 - michaelsproul:match-diagnostics...
2015-06-04 Marcus KlaasFix span for ExprPath variants
2015-06-03 borsAuto merge of #25959 - pnkfelix:fsk-hack-move-val-init...
2015-06-03 Ariel Ben-YehudaUse a plain Vec instead of VecPerParamSpace in trait...
2015-06-03 borsAuto merge of #24910 - steveklabnik:remove_static_asser...
2015-06-03 webmobsterAdd priority policy to RWLock API Documentation
2015-06-03 Carol NicholsIndent 4 spaces instead of 2
2015-06-03 Carol NicholsReturn Ok(()) instead of Ok()
2015-06-03 Carol NicholsUse write_all instead of write_line
2015-06-03 Carol NicholsAdd prelude to get Write
2015-06-03 Ms2gerRemove unused get_enum_variant_defs functions.
2015-06-03 JexellUpdate linked_list.rs
2015-06-03 borsAuto merge of #25966 - pelmers:save-api, r=nrc
2015-06-03 Carol NicholsImprove `try!` docs to make clearer it returns `Result`.
2015-06-03 Steve KlabnikRemove #[static_assert]
2015-06-03 Felix S. Klock IIFix the dropck doc formatting to avoid hitting four...
2015-06-03 borsAuto merge of #25984 - Manishearth:rollup, r=Manishearth
2015-06-03 Manish GoregaokarRollup merge of #25974 - richo:stack-msg, r=alexcrichton
2015-06-03 Manish GoregaokarRollup merge of #25971 - richo:configurable-python...
2015-06-03 Manish GoregaokarRollup merge of #25970 - gkoz:make_compiler_docs, r...
2015-06-03 Manish GoregaokarRollup merge of #25963 - steveklabnik:link_to_cell...
2015-06-03 Manish GoregaokarRollup merge of #25939 - wca:fix-freebsd-configure...
2015-06-03 Nick HamannMake E0201 detect when duplicate function is a method.
2015-06-03 Michael SproulImprove diagnostic messages for range patterns.
2015-06-03 borsAuto merge of #25938 - wca:fix-clang-check-compatibilit...
2015-06-03 Nick Hamanns/method/associated function/ in E0201
2015-06-03 borsAuto merge of #25935 - wesleywiser:fix_libcollection_bu...
2015-06-02 Richo Healeystd: clarify comments about sp* implementations
2015-06-02 borsAuto merge of #25867 - petrochenkov:ucellv, r=alexcrichton
2015-06-02 Richo Healeyconfigure: Allow specifying your python with --python
2015-06-02 Gleb Kozyrevmk: fix the CFG_ENABLE_COMPILER_DOCS spelling
2015-06-02 borsAuto merge of #25926 - Ms2ger:enum_variant_ids, r=alexc...
2015-06-02 Peter ElmersChange &String[..] to just &String, since it coerces...
2015-06-02 Peter ElmersMove EnumData to the API.
2015-06-02 borsAuto merge of #25868 - alexcrichton:issue-25505, r...
2015-06-02 Steve KlabnikLink to cell in TRPL: mutability
2015-06-02 borsAuto merge of #25905 - michaelwoerister:lldb-pp-strings...
2015-06-02 Felix S. Klock IIadded test to ensure move_val_init still handles cleanu...
2015-06-02 Felix S. Klock IIHack the move_val_init intrinsic to trans directly...
2015-06-02 borsAuto merge of #25958 - Manishearth:rollup, r=Manishearth
2015-06-02 Manish GoregaokarRollup merge of #25951 - mbrubeck:nan, r=alexcrichton
2015-06-02 Manish GoregaokarRollup merge of #25949 - mbrubeck:ndebug, r=alexcrichton
2015-06-02 Manish GoregaokarRollup merge of #25941 - puzza007:trpl-infinite-iterato...
2015-06-02 Manish GoregaokarRollup merge of #25936 - tshepang:patch-2, r=alexcrichton
2015-06-02 Manish GoregaokarRollup merge of #25933 - bluss:rustdoc-fn-css, r=alexcr...
2015-06-02 Manish GoregaokarRollup merge of #25932 - bluss:doc-book-1, r=alexcrichton
2015-06-02 Manish GoregaokarRollup merge of #25920 - tshepang:option-map-example...
2015-06-02 Manish GoregaokarRollup merge of #25821 - jooert:remove_build_date,...
2015-06-02 Manish GoregaokarRollup merge of #25751 - steveklabnik:translations...
2015-06-02 borsAuto merge of #25848 - alexcrichton:fix-msvc, r=brson
2015-06-02 borsAuto merge of #25654 - petrochenkov:encenv, r=alexcrichton
2015-06-01 Wesley Wiser[libcollections] Fix unused import warnings during...
2015-06-01 borsAuto merge of #25246 - mzabaluev:io-invalid-data, r...
2015-06-01 Matt BrubeckDocument behavior of {f32,f64}::{min,max} on NaN
2015-06-01 Matt BrubeckStop passing the old ndebug/debug cfg directives
2015-06-01 Steve KlabnikAdd community translations.
2015-06-01 borsAuto merge of #25858 - alexcrichton:disable-os-tls...
2015-06-01 Mathieu DavidAdded # let lines = "hello\nworld".lines(); to pass...
2015-06-01 Tshepang Lekhonkhobedoc: improve Option::map example
2015-06-01 petrochenkovFix platform detection
2015-06-01 borsAuto merge of #25825 - GuillaumeGomez:check_co, r=Manis...
2015-06-01 Paul Olivertrpl: Use infinite iterator in chain example with take
2015-06-01 Guillaume GomezUpdate diagnostics.rs
2015-06-01 Guillaume GomezRemove full path
2015-06-01 Ms2gerReturn an iterator from enum_variant_ids.
2015-06-01 borsAuto merge of #25924 - FuGangqiang:master, r=Gankro
2015-06-01 borsAuto merge of #25923 - tshepang:patch-1, r=Gankro
2015-06-01 borsAuto merge of #25922 - tshepang:better-map-or-doc,...
2015-05-31 borsAuto merge of #25907 - tshepang:patch-8, r=Gankro
2015-05-31 Tshepang Lekhonkhobedoc: make String::as_bytes example more simple
next