]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-04-23 Matt BrubeckUpdate and organize the Keywords table
2015-04-23 borsAuto merge of #24694 - liigo:toggle-all-docs-using...
2015-04-23 borsAuto merge of #24664 - steveklabnik:doc_ufcs, r=alexcri...
2015-04-23 borsAuto merge of #24714 - frewsxcv:patch-15, r=alexcrichton
2015-04-23 borsAuto merge of #24704 - brson:installer, r=alexcrichton
2015-04-23 Corey FarwellIndicate trait names in doc-comment are code-like
2015-04-23 borsAuto merge of #24693 - brson:beta, r=alexcrichton
2015-04-23 borsAuto merge of #24683 - P1start:help-suggestions, r=nrc
2015-04-22 borsAuto merge of #24703 - Manishearth:rollup, r=Manishearth
2015-04-22 Manish Goregaokarfix doctest
2015-04-22 Steve KlabnikTRPL: UFCS
2015-04-22 Brian Andersonconfigure: Fix CDPATH bug
2015-04-22 Manish GoregaokarRollup merge of #24688 - SimonSapin:fmt-write-char...
2015-04-22 Manish GoregaokarRollup merge of #24675 - steveklabnik:two_more_chapters...
2015-04-22 Manish GoregaokarRollup merge of #24673 - steveklabnik:doc_attributes...
2015-04-22 Brian AndersonUpdate rust-installer. Fixes problems with CDPATH
2015-04-22 borsAuto merge of #24447 - alexcrichton:audit-thread, r...
2015-04-22 Alex Crichtonstd: Audit std::thread implementations
2015-04-22 Liigo Zhuangrustdoc: toggle collapse/expand all docs using the...
2015-04-22 Steve KlabnikTRPL: type aliases and unsized types
2015-04-22 Brian Andersonmk: Remove version numbers from beta artifacts
2015-04-22 Steve KlabnikTRPL: attributes & conditional compilation
2015-04-22 borsAuto merge of #24692 - frewsxcv:rm-default-imports...
2015-04-22 Corey FarwellRemove doc-comment default::Default imports
2015-04-22 borsAuto merge of #24685 - nrc:span-pred, r=huonw
2015-04-22 Simon SapinAdd a test for std::fmt::Write::write_char
2015-04-22 borsAuto merge of #24671 - steveklabnik:doc_const_static...
2015-04-22 Nick CameronFix spans for predicates in where clauses
2015-04-22 borsAuto merge of #24674 - alexcrichton:rollup, r=alexcrichton
2015-04-21 Steve KlabnikTRPL: const and static
2015-04-21 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-04-21 Alex CrichtonTest fixes and rebase conflicts, round 1
2015-04-21 Alex Crichtonrollup merge of #24636: alexcrichton/remove-deprecated
2015-04-21 Alex Crichtonrollup merge of #24541: alexcrichton/issue-24538
2015-04-21 Alex Crichtonstd: Bring back f32::from_str_radix as an unstable API
2015-04-21 Alex Crichtonrollup merge of #24672: steveklabnik/edit_tuple_structs
2015-04-21 Alex Crichtonrollup merge of #24670: brson/1.1
2015-04-21 Alex Crichtonrollup merge of #24669: steveklabnik/fix
2015-04-21 Alex Crichtonrollup merge of #24667: steveklabnik/more_editing
2015-04-21 Alex Crichtonrollup merge of #24665: sw17ch/document-complete-slice...
2015-04-21 Alex Crichtonrollup merge of #24663: steveklabnik/gh24639
2015-04-21 Alex Crichtonrollup merge of #24661: SimonSapin/fmt-write-char
2015-04-21 Alex Crichtonrollup merge of #24654: mdinger/patch-2
2015-04-21 Alex Crichtonrollup merge of #24651: tamird/old-references
2015-04-21 Alex Crichtonrollup merge of #24640: steveklabnik/new_unsafe_guide
2015-04-21 Alex Crichtonrollup merge of #24635: tamird/llvm-3.5
2015-04-21 Alex Crichtonrollup merge of #24611: doomsplayer/doomsplayer-patch-1
2015-04-21 Alex Crichtonrollup merge of #24563: kwantam/rfc_1054
2015-04-21 Alex Crichtonrollup merge of #24487: erickt/syntax
2015-04-21 Alex Crichtonrollup merge of #24439: alexcrichton/fix-archive-assembler
2015-04-21 Alex Crichtonrollup merge of #24222: lambda/rename-soft-link-to...
2015-04-21 Alex Crichtonrollup merge of #24162: pnkfelix/fsk-detect-duplicate...
2015-04-21 borsAuto merge of #24162 - pnkfelix:fsk-detect-duplicate...
2015-04-21 Steve KlabnikDocument functional update syntax
2015-04-21 kwantamimplement rfc 1054: split_whitespace() fn, deprecate...
2015-04-21 kwantamunstabilize Words struct
2015-04-21 Steve KlabnikTRPL editing: tuple structs
2015-04-21 Alex Crichtontest: Fix fallout in tests
2015-04-21 Alex Crichtonstd: Remove deprecated/unstable num functionality
2015-04-21 Alex Crichtonstd: Remove deprecated AsPath trait
2015-04-21 Alex Crichtonstd: Remove deprecated AsOsStr/Str/AsSlice traits
2015-04-21 Alex Crichtonrustc: Handle duplicate names merging archives
2015-04-21 Brian AndersonBump version to 1.1.0
2015-04-21 Steve KlabnikAdd research to README of TRPL
2015-04-21 Erick Tryzelaarsyntax: Copy unstable str::char_at into libsyntax
2015-04-21 Steve Klabniksmall edits for recently written book chapters
2015-04-21 Erick Tryzelaarsyntax: Change ExpnId::{from,to}_llvm_cookie to {from...
2015-04-21 Erick Tryzelaarsyntax: Remove #[feature(path_ext)]
2015-04-21 Erick Tryzelaarsyntax: replace Vec::push_all with stable Vec::extend
2015-04-21 Erick Tryzelaarsyntax: Replace Vec::map_in_place with stable mut iterator
2015-04-21 Erick Tryzelaarsyntax: Replace [].tail with the stable [1..] syntax
2015-04-21 Erick Tryzelaarsyntax: Replace String::from_str with the stable String...
2015-04-21 Erick Tryzelaarsyntax: remove #[feature(quote, unsafe_destructor)]
2015-04-21 Erick Tryzelaarsyntax: Don't use unstable fn to convert single element...
2015-04-21 Erick Tryzelaarsyntax: Remove use of TraitObject in pretty printer
2015-04-21 Erick Tryzelaarsyntax: remove uses of `.into_cow()`
2015-04-21 Erick Tryzelaarsyntax: Remove uses of #[feature(slice_patterns)]
2015-04-21 Erick Tryzelaarsyntax: remove #![feature(box_syntax, box_patterns)]
2015-04-21 John Van EnkAdd an example of completely slicing an object.
2015-04-21 Simon SapinPick a feature name for write_char
2015-04-21 Brian CampbellDeprecate std::fs::soft_link in favor of platform-speci...
2015-04-21 Felix S. Klock IIadd notes clarifying introduction of warnings for a...
2015-04-21 Felix S. Klock IITests for shadowing between lifetimes and loop labels...
2015-04-21 Felix S. Klock IICheck for shadowing between lifetimes and loop labels...
2015-04-21 Simon Sapinwrite_char is unlikely to make it for 1.0, it’ll be 1.1
2015-04-21 Tamir DubersteinRemove references to `old_{path,io}`
2015-04-21 Tamir DubersteinRemove dead test
2015-04-21 Tamir DubersteinRemove unused files
2015-04-21 Young Wuadd TCP_* consts for linux
2015-04-21 borsAuto merge of #24620 - pczarn:model-lexer-issues, r=cmr
2015-04-21 Tamir DubersteinLLVM < 3.5 is unsupported since bb18a3c
2015-04-21 Simon SapinAdd a `write_char` method to `std::fmt::Write`
2015-04-21 Steve KlabnikRefocus unsafe code chapter on unsafe itself.
2015-04-21 borsAuto merge of #24598 - lfairy:impl-debug-for-file,...
2015-04-21 Piotr CzarneckiModel lexer: Fix remaining issues
2015-04-21 P1startChange a few error messages to give code suggestions
2015-04-21 borsAuto merge of #24646 - brson:stab, r=alexcrichton
2015-04-21 Chris WongImplement Debug for File
2015-04-21 mdingerFix typos
2015-04-21 borsAuto merge of #24648 - steveklabnik:rollup, r=steveklabnik
next