]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-03 Piotr JawniakUpdate README file for src/ directory
2014-06-03 borsauto merge of #14609 : aturon/rust/issue-12882, r=alexc...
2014-06-03 borsauto merge of #14605 : jakub-/rust/pattern-matching...
2014-06-03 borsauto merge of #14601 : skade/rust/remove-notrust-tags...
2014-06-02 borsauto merge of #14598 : alexcrichton/rust/triage, r...
2014-06-02 Aaron TuronDocument failure cases for `char_at` and friends.
2014-06-02 borsauto merge of #14509 : klutzy/rust/de-pub-use-glob...
2014-06-02 Jakub WieczorekRemove further code duplication
2014-06-02 Jakub WieczorekImprove code reuse in check_match::specialize()
2014-06-02 Alex Crichtontest: Add tests for closed issue #10764
2014-06-02 klutzysyntax: Remove use of `pub use` globs
2014-06-02 klutzydoc: Remove use of `pub use` globs
2014-06-02 Florian Gilcherdocs: Stop using `notrust`
2014-06-02 borsauto merge of #14596 : Sawyer47/rust/encodable-fix...
2014-06-02 Piotr JawniakFix deriving Encodable trait for unit structs
2014-06-02 borsauto merge of #14569 : skade/rust/rustdoc-robust-langst...
2014-06-02 borsauto merge of #14591 : klutzy/rust/issue-9205, r=thestinger
2014-06-02 klutzytest: Enable #9205-related tests on windows
2014-06-01 Florian Gilcherrustdoc: make langstring parsing more robust
2014-06-01 borsauto merge of #14579 : alexcrichton/rust/more-eq-renami...
2014-06-01 Alex Crichtonstd: Drop Total from Total{Eq,Ord}
2014-06-01 borsauto merge of #14580 : utkarshkukreti/rust/fix-docs...
2014-06-01 borsauto merge of #14578 : huonw/rust/as_slice-cheatsheet...
2014-06-01 borsauto merge of #14571 : bnoordhuis/rust/libtest-check...
2014-06-01 Utkarsh KukretiFix docs for `core::result::Result::map`.
2014-06-01 borsauto merge of #14513 : alexcrichton/rust/rustdoc-primit...
2014-06-01 Alex Crichtonsyntax: Fix an accidental hyperlink in a comment
2014-06-01 Alex Crichtonrustdoc: Don't inline tuple struct constructors
2014-06-01 Alex Crichtonrustdoc: Fix cross-crate links to reexported items
2014-06-01 Alex Crichtondoc: Fix a number of broken links
2014-06-01 Alex Crichtonrustdoc: Suck in all impls from external crates
2014-06-01 Alex Crichtonrustdoc: Filter inlining private external items
2014-06-01 Alex Crichtonrustdoc: Create anchor pages for primitive types
2014-06-01 Alex Crichtonrustdoc: Fill in external type parameters correctly
2014-06-01 Alex Crichtonrustdoc: Stringify more named lifetimes
2014-06-01 Alex Crichtonrustdoc: Show all implementors of traits
2014-06-01 Alex Crichtonrustdoc: Freeze the cache ASAP
2014-06-01 Alex Crichtonrustdoc: Refactor structure of html::run
2014-06-01 borsauto merge of #14561 : jakub-/rust/issue-11319, r=alexc...
2014-06-01 Huon Wilsondoc: add an `.as_slice` example to the cheatsheet.
2014-06-01 borsauto merge of #14567 : cburgdorf/rust/patch-2, r=brson
2014-06-01 borsauto merge of #14566 : cburgdorf/rust/patch-1, r=cmr
2014-05-31 Christoph BurgdorfFix example in lifetime guide
2014-05-31 Christoph BurgdorfRename variable in tutorial
2014-05-31 Ben Noordhuislibtest: Only colorize output if stdout is a tty
2014-05-31 Jakub WieczorekMake the match arm type mismatch message point to the...
2014-05-31 borsauto merge of #14562 : jakub-/rust/issue-14541, r=alexc...
2014-05-31 borsauto merge of #14565 : fhartwig/rust/master, r=sfackler
2014-05-31 Florian HartwigFix broken markup in query_to_str documentation
2014-05-31 borsauto merge of #14563 : dotdash/rust/clone_kill, r=huonw
2014-05-31 borsauto merge of #14557 : zwarich/rust/missing-comment...
2014-05-31 Björn SteinbrinkRemove unnecessary allocations / clones during method...
2014-05-31 borsauto merge of #14556 : sfackler/rust/kill-workcache...
2014-05-31 Jakub WieczorekUse RHS's struct def ID for error messages in pattern...
2014-05-31 borsauto merge of #14555 : tomjakubowski/rust/fix-snappy...
2014-05-31 borsauto merge of #14553 : reem/rust/nuke-owned-vectors...
2014-05-31 Steven FacklerRemove libworkcache
2014-05-31 borsauto merge of #14544 : aturon/rust/issue-14352, r=alexc...
2014-05-31 Cameron ZwarichAdd a comment missing from 5aff0e7
2014-05-31 Jonathan ReemRemove deprecated owned vector from tutorial.
2014-05-31 Jonathan ReemRemove deprecated owned vector from rust.md
2014-05-31 Jonathan ReemRemove deprecated owned vector from macro guide.
2014-05-31 Jonathan ReemRemove deprecated owned vector from intro.
2014-05-31 Jonathan ReemRemove deprecated owned vector from complement cheatsheet.
2014-05-31 Tom JakubowskiFix outgoing link to snappy in the FFI guide
2014-05-31 borsauto merge of #14534 : alexcrichton/rust/snapshots...
2014-05-31 Aaron TuronAdd os::split_paths
2014-05-30 Alex Crichtonsyntax: Prepare for Total{Eq,Ord} => {Eq,Ord}
2014-05-30 borsauto merge of #14547 : reem/rust/remove-owned-vec-docs...
2014-05-30 Alex Crichtonstd: Rename {Eq,Ord} to Partial{Eq,Ord}
2014-05-30 Alex CrichtonRegister new snapshots
2014-05-30 borsauto merge of #14546 : SimonSapin/rust/patch-13, r...
2014-05-30 borsauto merge of #14536 : zwarich/rust/issue-14498, r...
2014-05-30 Jonathan ReemRemove deprecated owned vector from iterator example.
2014-05-30 Simon SapinIgnore /build even if it’s a symlink, but only at top...
2014-05-30 borsauto merge of #14520 : Ryman/rust/SnakeCaseLint, r...
2014-05-30 Kevin Butlerwindows: Allow snake_case errors for now.
2014-05-30 Kevin Butlerlibrustc: Fix snake case errors.
2014-05-30 Kevin Butlerlib{serialize, uuid}: Fix snake case errors.
2014-05-30 Kevin Butlerlib{std,core,debug,rustuv,collections,native,regex...
2014-05-30 Kevin Butlerlibsyntax: Fix snake_case errors.
2014-05-30 Kevin Butlerrustc: Add lint for snake_case functions & methods.
2014-05-30 borsauto merge of #14535 : sfackler/rust/bitv-show, r=alexc...
2014-05-30 borsauto merge of #14524 : ahmedcharles/rust/to_string...
2014-05-30 borsauto merge of #14522 : aturon/rust/make_unique, r=alexc...
2014-05-30 borsauto merge of #14517 : lucy/rust/issue-14499, r=alexcri...
2014-05-30 borsauto merge of #14514 : Randati/rust/patch-1, r=huonw
2014-05-30 borsauto merge of #14511 : Sawyer47/rust/osrng-rename,...
2014-05-30 Cameron ZwarichFix the handling of assignments to owning pointer paths...
2014-05-30 Piotr JawniakRename OSRng to OsRng
2014-05-30 Steven FacklerImplement Show for Bitv{,Set}
2014-05-30 borsauto merge of #14512 : Heather/rust/patch-1, r=alexcrichton
2014-05-30 borsauto merge of #14510 : kballard/rust/rename_strallocati...
2014-05-29 borsauto merge of #14427 : alexcrichton/rust/librand, r...
2014-05-29 Alex Crichtonstd: Recreate a `rand` module
2014-05-29 borsauto merge of #14486 : michaelwoerister/rust/unified_en...
2014-05-29 Aaron TuronMake Arc::make_unique check weak refs; add make_unique...
2014-05-29 Ahmed CharlesChange to_owned() to to_string().
2014-05-29 borsauto merge of #14483 : ahmedcharles/rust/patbox, r...
2014-05-29 lucysyntax: Fix span on illegal ABI errors
next