]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-20 borsauto merge of #15806 : treeman/rust/std-doc, r=alexcrichton
2014-07-20 borsauto merge of #15814 : kvark/rust/ast, r=huonw
2014-07-20 borsauto merge of #15803 : omp/rust/master, r=alexcrichton
2014-07-20 borsauto merge of #15797 : brson/rust/taskstab, r=alexcrichton
2014-07-20 Steve Klabniksmall typo
2014-07-20 borsauto merge of #15785 : treeman/rust/fix-15780, r=alexcr...
2014-07-20 borsauto merge of #15784 : dotdash/rust/unreach, r=luqmana
2014-07-20 borsauto merge of #15745 : treeman/rust/tutorial-fixup...
2014-07-20 borsauto merge of #15776 : alexcrichton/rust/snapshots...
2014-07-20 Alex CrichtonRegister new snapshots
2014-07-20 borsauto merge of #15767 : pcwalton/rust/lifetime-elision...
2014-07-20 borsauto merge of #15764 : alexcrichton/rust/issue-15761...
2014-07-19 borsauto merge of #15746 : steveklabnik/rust/docs_random...
2014-07-19 borsauto merge of #15650 : jakub-/rust/patterns-statics...
2014-07-19 Dzmitry MalyshauFixed lifetimes on syntax deriving structs, implemented...
2014-07-19 Patrick Waltonlibrustc: Implement lifetime elision.
2014-07-19 borsauto merge of #15782 : steveklabnik/rust/string_guide_l...
2014-07-19 borsauto merge of #15772 : treeman/rust/hashset-doc, r...
2014-07-19 borsauto merge of #15638 : blake2-ppc/rust/ptr-arithmetic...
2014-07-19 rootSimplify str CharOffsets iterator
2014-07-19 borsauto merge of #15765 : luqmana/rust/iec, r=pcwalton
2014-07-19 Jonas HietalaDocument some trait methods.
2014-07-19 borsauto merge of #15754 : jakub-/rust/diagnostics, r=alexc...
2014-07-19 borsauto merge of #15752 : nham/rust/dlist_docs, r=alexcrichton
2014-07-19 David Vazgenovich... Fix typo.
2014-07-19 borsauto merge of #15686 : alexcrichton/rust/same-crate...
2014-07-19 Brian Andersonstd: Stabilize task module.
2014-07-19 Brian Andersonalloc: Stabilize rc module.
2014-07-19 Brian Andersonstd: Stabilize default
2014-07-19 Steve KlabnikImprove documentation for rand::random
2014-07-19 Alex Crichtonrustc: Mix extra-filename in temp outputs
2014-07-18 Jakub WieczorekAdd support for patterns referencing non-trivial statics
2014-07-18 Brian Andersoncore: Stabliize core::cmp
2014-07-18 rootWrite multibyte case for str Chars iterator in-line
2014-07-18 rootClarify str Chars iterator implementation
2014-07-18 borsauto merge of #15743 : Ryman/rust/mandelbrot_fix, r...
2014-07-18 Björn SteinbrinkRemove the unneeded final parameter from call_visit_glue
2014-07-18 Luqman AdenIgnore one test.
2014-07-18 Luqman Adenlibrustc: Set enum discriminant only after field transl...
2014-07-18 Luqman Adenlibrustc: Only emit constructor functions as necessary.
2014-07-18 Luqman Adenlibrustc: Emit tuple struct constructor at callsite...
2014-07-18 Luqman Adenlibrustc: Emit enum variant constructor at callsite...
2014-07-18 Jonas HietalaSpecial case for 0 arguments given in format!
2014-07-18 borsauto merge of #15742 : pnkfelix/rust/fsk-fix-15019...
2014-07-18 Jakub WieczorekAssign more diagnostic codes
2014-07-18 Jonas HietalaCorrect plural of arguments in format_args!
2014-07-18 borsauto merge of #14539 : pcwalton/rust/unboxed-closures...
2014-07-18 Björn SteinbrinkRemove outdated unreachable check from `call_visit_glue`
2014-07-18 Patrick Waltonlibrustc: Implement unboxed closures with mutable receivers
2014-07-18 Alex Crichtonrustc: #[crate_name] and --crate-name must match
2014-07-18 Steve KlabnikInclude Strings guide with the others.
2014-07-18 Jonas HietalaRemove examples from trait implementations. Unhide...
2014-07-18 borsauto merge of #15737 : huonw/rust/lint-level-here,...
2014-07-18 Jonas HietalaFill in documentation for HashSet.
2014-07-18 borsauto merge of #15733 : sanxiyn/rust/use-from-type,...
2014-07-18 Felix S. Klock IIRemoved the `_frozen` methods from dataflow API.
2014-07-18 Felix S. Klock IIRemoved `index_to_bitset` from the dataflow context.
2014-07-18 borsauto merge of #15732 : bgamari/rust/to-tokens, r=alexcr...
2014-07-18 borsauto merge of #15727 : fhahn/rust/remove-some-unwraps...
2014-07-18 borsauto merge of #15726 : aturon/rust/macro-stability...
2014-07-18 borsauto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
2014-07-18 nhamAdd examples for DList methods rotate_forward, rotate_b...
2014-07-18 borsauto merge of #15593 : steveklabnik/rust/string_guide...
2014-07-18 Alex Crichtonsync: Ensure try_send() wakes up receivers
2014-07-18 Steve KlabnikGuide: strings
2014-07-18 borsauto merge of #15719 : michaelwoerister/rust/global_var...
2014-07-17 rootAdd more tests for str Chars iterator
2014-07-17 borsauto merge of #15515 : pcwalton/rust/cross-borrowing...
2014-07-17 Patrick Waltonlibrustc: Remove cross-borrowing of `Box<T>` to `&T...
2014-07-17 borsauto merge of #15718 : treeman/rust/integer-doc, r...
2014-07-17 borsauto merge of #15716 : treeman/rust/bigint-doc, r=alexc...
2014-07-17 rootcore::str: Implement Chars iterator using slice::Items
2014-07-17 rootstr: Add better tests for string slice's Chars iterator
2014-07-17 borsauto merge of #15706 : phi-gamma/rust/master, r=huonw
2014-07-17 borsauto merge of #15705 : klutzy/rust/cross-ld-library...
2014-07-17 Adolfo OchagavíaRename functions in the CloneableVector trait
2014-07-17 Jonas HietalaSmall fixes for tutorial.
2014-07-17 borsauto merge of #15675 : errordeveloper/rust/json_docs...
2014-07-17 Ben Gamarisyntax: Add ToTokens impl for Method
2014-07-17 borsauto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton
2014-07-17 Huon Wilsonlint: add method to get level of a specific lint.
2014-07-17 borsauto merge of #15668 : steveklabnik/rust/tree_set_examp...
2014-07-17 borsauto merge of #14022 : pcwalton/rust/explicit-self...
2014-07-17 Patrick Waltonlibrustc: Allow the new UFCS explicit self in trait...
2014-07-17 Ben Gamarisyntax: Add quote_method!
2014-07-17 Seo SanghyeonDisallow importing from types when reexport is involved
2014-07-17 Patrick Waltonlibsyntax: Remove `Send` from `PtrTy` in `deriving`.
2014-07-17 Patrick Waltonlibrustc: Implement the fully-expanded, UFCS form of...
2014-07-17 Ben Gamarisyntax: Generalize ToTokens impl for Vec<T>
2014-07-17 Ben Gamarisyntax: Add ToTokens for Attribute_
2014-07-17 Ben Gamarisyntax: Add ToTokens for Option<T>
2014-07-17 borsauto merge of #15652 : nick29581/rust/vec_index, r...
2014-07-17 Nick Camerondeprecate Vec::get
2014-07-16 Steve KlabnikAdd TreeSet example.
2014-07-16 borsauto merge of #15696 : Zoxc/rust/redzone, r=alexcrichton
2014-07-16 Florian Hahnbtree: use pattern matching instead of unwrap
2014-07-16 Nick CameronImplement Index and IndexMut for Vec
2014-07-16 Aaron Turonstability lint: ignore code from macro expansion
2014-07-16 borsauto merge of #15667 : treeman/rust/set-doc, r=alexcrichton
2014-07-16 Ilya DmitrichenkoImprove docs on JSON.
next