]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-14 Alex CrichtonRegister new snapshots
2014-06-14 borsauto merge of #14884 : huonw/rust/getoptsfail, r=alexcr...
2014-06-14 borsauto merge of #14874 : pcwalton/rust/enum-to-float...
2014-06-14 borsauto merge of #14739 : zwarich/rust/mut-unique-path...
2014-06-14 borsauto merge of #14878 : vtsatskin/rust/rustdoc-sidebar...
2014-06-14 Cameron ZwarichReorganize code in check_loans
2014-06-14 Cameron ZwarichAdd new tests for uses of mutably borrowed paths
2014-06-14 Cameron ZwarichEnforce stronger guarantees for mutable borrows
2014-06-14 Cameron ZwarichFix all violations of stronger guarantees for mutable...
2014-06-14 Cameron ZwarichRename analyze_move_out_from to analyze_restrictions_on_use
2014-06-14 Cameron ZwarichMake analyze_move_out_from take a BorrowKind
2014-06-14 Cameron ZwarichMake analyze_move_out_from more field-sensitive
2014-06-14 Cameron ZwarichMake check_for_move_of_borrowed_path take an &LoanPath...
2014-06-14 Cameron ZwarichMake analyze_move_out_from use a loop rather than recursion
2014-06-14 Huon Wilsongetopts: derive Eq for types.
2014-06-14 borsauto merge of #14866 : bjz/rust/bitwise, r=alexcrichton
2014-06-14 Huon Wilsongetopts: format failure messages with `Show`.
2014-06-13 borsauto merge of #14750 : bachm/rust/master, r=alexcrichton
2014-06-13 Valentin Tsatskinrustdoc: Larger click areas for sidebar items
2014-06-13 borsauto merge of #14867 : alexcrichton/rust/rollup, r...
2014-06-13 Alex CrichtonRolling up PRs in the queue
2014-06-13 Huon Wilsonsyntax: parse outer attributes in `quote_item!` calls.
2014-06-13 Huon Wilsonsyntax: fix quote_pat! & unignore a quotation test.
2014-06-13 Patrick Waltonlibrustc: Forbid `transmute` from being called on types...
2014-06-13 Luqman Adenlibrustc: Take in account mutability when casting array...
2014-06-13 Daniel Micayremove unnecessary PaX detection
2014-06-13 Alex CrichtonAudit usage of NativeMutex
2014-06-13 Alex Crichtonrustc: [T, ..N] and [T, ..N+1] are not the same
2014-06-13 P1startClarify `Any` docs
2014-06-13 Jakub WieczorekFix the unused struct field lint for struct variants
2014-06-13 Renato Riccieri... Remove typo on collections::treemap::UnionItems
2014-06-13 Alex Crichtonconfigure: Don't sync unused submodules
2014-06-13 Patrick Waltonlibsyntax: Allow `+` to separate trait bounds from...
2014-06-13 Alex Crichtonstd: Rebase better errors on master
2014-06-13 Yehuda KatzImprove error messages for io::fs
2014-06-13 Patrick Waltonlibrustc: Fix the issue with labels shadowing variable...
2014-06-13 borsauto merge of #14604 : nikomatsakis/rust/issue-5527...
2014-06-13 Patrick Waltonlibrustc: Forbid enum-to-float casts.
2014-06-13 Niko MatsakisIntroduce VecPerParamSpace and use it to represent...
2014-06-13 Brendan ZabarauskasAdd Bitwise::{swap_bytes, rotate_left, rotate_right...
2014-06-13 borsauto merge of #14831 : alexcrichton/rust/format-intl...
2014-06-13 borsauto merge of #13222 : nick29581/rust/dxr4, r=brson
2014-06-13 Nick CameronDump results of analysis phase as CSV
2014-06-13 bachmadded get_mut() for [T]
2014-06-13 borsauto merge of #14858 : alexcrichton/rust/no-jemalloc...
2014-06-13 borsauto merge of #14819 : michaelwoerister/rust/unique_typ...
2014-06-13 borsauto merge of #14816 : theptrk/rust/unclear-comment...
2014-06-12 Alex Crichtontravis: Don't use a local jemalloc
2014-06-12 borsauto merge of #14813 : cmr/rust/once-docs-unsafe, r...
2014-06-12 borsauto merge of #14811 : forticulous/rust/refcell-show...
2014-06-12 Michael Woeristerdebuginfo: Fix issue with unique type IDs not being...
2014-06-12 Michael Woeristerdebuginfo: Generate cross-crate unique type identifiers...
2014-06-12 borsauto merge of #14809 : zzmp/rust/patch-2, r=alexcrichton
2014-06-12 borsauto merge of #14805 : zzmp/rust/patch-1, r=alexcrichton
2014-06-12 borsauto merge of #14801 : pcwalton/rust/name-shadowing...
2014-06-12 borsauto merge of #14800 : reem/rust/patch-1, r=alexcrichton
2014-06-12 borsauto merge of #14792 : alexcrichton/rust/local-jemalloc...
2014-06-12 Alex Crichtonmk: Allow using a locally compiled libuv.a
2014-06-12 Alex Crichtontravis: Use a pre-installed jemalloc
2014-06-12 Alex Crichtonmk: Allow usage of a local jemalloc install
2014-06-12 borsauto merge of #14799 : mcreinhard/rust/tilde-fix, r...
2014-06-12 borsauto merge of #14713 : darnuria/rust/Improve_std_os_doc...
2014-06-12 Axel VialaImprove docs and refactore std::os.
2014-06-11 Alex Crichtonstd: Remove i18n/l10n from format!
2014-06-11 borsauto merge of #14703 : alexcrichton/rust/no-more-owned...
2014-06-11 Alex Crichtonrustc: Remove ~[T] from the language
2014-06-11 Patrick Waltonlibrustc: Forbid identifiers that shadow in the same...
2014-06-11 borsauto merge of #14746 : alexcrichton/rust/libsync, r...
2014-06-11 borsauto merge of #14250 : alexcrichton/rust/gc, r=brson
2014-06-11 Alex Crichtonsync: Move underneath libstd
2014-06-11 Alex Crichtonrustc: Move the AST from @T to Gc<T>
2014-06-11 Alex Crichtonsyntax: Move the AST from @T to Gc<T>
2014-06-11 Alex Crichtonrustc: Update how Gc<T> is recognized
2014-06-11 borsauto merge of #14789 : aochagavia/rust/prelude, r=alexc...
2014-06-11 borsauto merge of #14788 : Sawyer47/rust/issue-13214, r...
2014-06-11 borsauto merge of #14787 : alexcrichton/rust/issue-14784...
2014-06-11 borsauto merge of #14786 : pcwalton/rust/enum-to-float...
2014-06-11 theptrkFix unclear wording of comment
2014-06-11 borsauto merge of #14777 : alexcrichton/rust/issue-14747...
2014-06-11 fortShow impl for Ref & RefMut
2014-06-11 borsauto merge of #14768 : riccieri/rust/detransmute-arena...
2014-06-11 Corey Richardsonsync: Once is no longer unsafe, update docs
2014-06-11 Zach PomerantzUpdate description to reflect language changes
2014-06-10 Zach PomerantzRemoved doubled wording.
2014-06-10 Jonathan ReemRemove outdated info about nested block comments. Fixes...
2014-06-10 borsauto merge of #14764 : jbcrail/rust/fix-more-comments...
2014-06-10 Michael ReinhardFix deprecated use of ~
2014-06-10 borsauto merge of #14752 : jakub-/rust/issue-11940, r=alexc...
2014-06-10 borsauto merge of #14696 : jakub-/rust/dead-struct-fields...
2014-06-10 Joseph CrailFix more misspelled comments and strings.
2014-06-10 Adolfo OchagavĂ­aPub use CheckedDiv in the prelude
2014-06-10 Piotr JawniakAdd test for issue #13214
2014-06-10 borsauto merge of #14606 : pcwalton/rust/fn-trait-sugar...
2014-06-10 borsauto merge of #14783 : alexcrichton/rust/rollup, r...
2014-06-10 Alex CrichtonTest fixes from rollup
2014-06-10 Alex Crichtonrustrt: Fix invalid reads caught by valgrind
2014-06-10 Patrick Waltonlibrustc: Use *signed* extension when converting enums...
2014-06-10 Renato ZannonRemove & -> &mut transmute from TypedArena
2014-06-10 Renato ZannonRemove & -> &mut transmute from Arena
2014-06-10 Patrick Waltonlibrustc: Implement sugar for the `FnMut` trait
next