]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-19 borsauto merge of #15650 : jakub-/rust/patterns-statics...
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 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 borsauto merge of #15686 : alexcrichton/rust/same-crate...
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 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 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 borsauto merge of #15742 : pnkfelix/rust/fsk-fix-15019...
2014-07-18 Jakub WieczorekAssign more diagnostic codes
2014-07-18 borsauto merge of #14539 : pcwalton/rust/unboxed-closures...
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 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 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.
2014-07-16 borsauto merge of #15573 : michaelwoerister/rust/lldb-tests...
2014-07-16 borsauto merge of #15476 : kballard/rust/more_vim_tweaks...
2014-07-16 Jonas HietalaExtend HashSet documentation.
2014-07-16 Jonas HietalaMain example for bigint usage.
2014-07-16 Jonas HietalaExamples for Integer trait methods.
2014-07-16 borsauto merge of #15693 : steveklabnik/rust/guide_fix_carg...
2014-07-16 John Kåre AlsakerAdd an option to disable the use of the redzone
2014-07-16 borsauto merge of #15691 : jbclements/rust/method-field...
2014-07-16 Michael Woeristerdebuginfo: Don't crash when encountering global variabl...
2014-07-16 Michael Woeristerdebuginfo: Make sure that only one LLDB test task is...
2014-07-16 Michael Woeristerdebuginfo: Add LLDB autotests to debuginfo test suite.
2014-07-16 Michael Woeristerdebuginfo: Remove atexit()-debugger shutdown from lldb_...
2014-07-16 Michael Woeristerdebuginfo: Inject 'Rust-mode' LLDB prelude into debugin...
2014-07-16 Michael Woeristerdebuginfo: Add python formatters that allow LLDB to...
2014-07-16 Philipp Gesangcomplement-lang-faq.md: fix typos
2014-07-16 Philipp Gesangrustc.1: fix typo
2014-07-16 Philipp Gesangobsolete.rs: fix typo in message
2014-07-16 borsauto merge of #15656 : nick29581/rust/index-bck, r...
2014-07-16 borsauto merge of #15585 : bgamari/rust/subst-bug, r=pnkfelix
2014-07-16 klutzymk: Fix LD_LIBRARY_PATH_ENV_NAMES in cross build
2014-07-16 borsauto merge of #15695 : alexcrichton/rust/fix-snapshots...
2014-07-15 Ben GamariAdd test for crash in unsafe destructor check
2014-07-15 Ben Gamarimiddle::typeck::collect: Add debug output for lifetimes
2014-07-15 Ben Gamarimiddle::kind: Don't crash when checking safety of Drop
2014-07-15 Ben Gamarimiddle::subst: Better handling of parameter lookup...
2014-07-15 Ben Gamaritypeck::check::_match: Better error handling
2014-07-15 John Kåre AlsakerSupport for specifying the code model
2014-07-15 Ben Gamarimiddle: Derive Show impls
next