]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 kwantamimplement rfc 1054: split_whitespace() fn, deprecate...
2015-04-21 kwantamunstabilize Words struct
2015-04-21 Alex Crichtonrustc: Handle duplicate names merging archives
2015-04-21 Erick Tryzelaarsyntax: Copy unstable str::char_at into libsyntax
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 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 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 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 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
2015-04-21 Steve KlabnikRefocus unsafe code chapter on unsafe itself.
2015-04-21 Steve KlabnikRollup merge of #24647 - mbrubeck:doc-edit, r=steveklabnik
2015-04-21 Steve KlabnikRollup merge of #24643 - steveklabnik:doc_if_let, r...
2015-04-21 Steve KlabnikRollup merge of #24642 - tshepang:why-be-negative,...
2015-04-21 Steve KlabnikRollup merge of #24632 - steveklabnik:casting_guide...
2015-04-21 Steve KlabnikRollup merge of #24631 - steveklabnik:unsafe_guide...
2015-04-21 Steve KlabnikRollup merge of #24630 - steveklabnik:quickfix, r=alexc...
2015-04-21 Steve KlabnikRollup merge of #24629 - steveklabnik:gh24511, r=alexcr...
2015-04-21 Steve KlabnikRollup merge of #24628 - steveklabnik:gh24173, r=alexcr...
2015-04-21 Steve KlabnikRollup merge of #24627 - steveklabnik:gh24008, r=alexcr...
2015-04-21 Steve KlabnikRollup merge of #24625 - frewsxcv:patch-16, r=steveklabnik
2015-04-21 Steve KlabnikRollup merge of #24577 - steveklabnik:gh24573, r=alexcr...
2015-04-21 Steve KlabnikRollup merge of #24571 - steveklabnik:editing, r=alexcr...
2015-04-21 Steve KlabnikRollup merge of #24516 - steveklabnik:gh22621, r=alexcr...
2015-04-21 Steve KlabnikRollup merge of #24514 - krzysz00:no-warnings-in-liball...
2015-04-21 Matt BrubeckUpdate reference to old_io in fmt docs
2015-04-21 Brian AndersonMake stability attributes an error. #22830
2015-04-20 Steve KlabnikTRPL: if let
2015-04-20 Tshepang Lekhonkhobelint: explain the non-obvious need for a negative test
2015-04-20 borsAuto merge of #24606 - bombless:doc-result, r=alexcrichton
2015-04-20 Steve KlabnikAdd common macros to TRPL
2015-04-20 Steve KlabnikTRPL: unsafe -> raw pointers
2015-04-20 Steve KlabnikRemove feature gated examples from the reference.
2015-04-20 Steve KlabnikTRPL: casting
2015-04-20 borsAuto merge of #24597 - bombless:doc, r=steveklabnik
2015-04-20 Steve KlabnikFix small typo in TRPL intro
2015-04-20 Steve KlabnikClean up Box documentation.
2015-04-20 Steve Klabnikremove bad example from PartialEq docs
2015-04-20 Steve KlabnikMake iterator struct docs more consistent.
2015-04-20 Steve KlabnikTRPL edits: generics
2015-04-20 Steve KlabnikRemove inverse example from generics part of TRPL
2015-04-20 Steve KlabnikTRPL edits: traits
2015-04-20 Steve Klabnikmove Deref coercions to syntax and semantics
2015-04-20 Steve KlabnikTRPL copyedits: strings
2015-04-20 Steve KlabnikTRPL editing: vectors
2015-04-20 Steve KlabnikMove drop back in TRPL TOC
2015-04-20 Steve KlabnikTRPL edits: method syntax
2015-04-20 Steve KlabnikTRPL editing: structs
2015-04-20 Steve KlabnikTRPL editing: move patterns back
2015-04-20 Steve KlabnikTRPL editing: patterns
2015-04-20 Steve KlabnikTRPL editing: match
2015-04-20 Steve KlabnikTRPL editing: enums
2015-04-20 borsAuto merge of #22117 - fhahn:fail-on-errors, r=nikomatsakis
2015-04-20 Corey FarwellSimplify alloc::arc::Arc example in doc-comment
2015-04-20 borsAuto merge of #24525 - GuillaumeGomez:check-const,...
2015-04-20 Guillaume GomezFix typos
2015-04-20 borsAuto merge of #24608 - frewsxcv:patch-15, r=alexcrichton
2015-04-20 York XiangImprove doc for `Result::unwrap()`
2015-04-20 borsAuto merge of #24586 - richo:test-16745, r=jakub-
2015-04-19 Guillaume GomezAdd long explanation for E0018
2015-04-19 borsAuto merge of #24592 - P1start:style-lints-changes...
2015-04-19 Piotr CzarneckiFinished unicode support in the model lexer.
2015-04-19 Florian HahnAdd proper XID_Start and XID_Continue rules and use...
2015-04-19 borsAuto merge of #24517 - erickt:str, r=alexcrichton
2015-04-19 Erick Tryzelaarcollections: Move optimized String::from_str to String...
2015-04-19 borsAuto merge of #24526 - klutzy:getrandom-fix, r=alexcrichton
2015-04-19 Corey FarwellFix typos in code comments
next