]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-17 borsauto merge of #14955 : alexcrichton/rust/rollup, r...
2014-06-17 Alex CrichtonTest fixes from rollup
2014-06-17 Alex CrichtonFix --disable-rpath and tests
2014-06-17 Christopher... Update Sublime Rust github link
2014-06-17 Daniel Micayfix typo in the libc crate
2014-06-17 Brian AndersonUpdate repo location
2014-06-17 theptrkUpdate "use" to "uses" ln186
2014-06-17 Alex Crichtondoc: Fix a link in the FAQ
2014-06-17 Alex Crichtonrustc: Don't mark type parameters as exported
2014-06-17 Alex Crichtonstd: Don't fail the task when a Future is dropped
2014-06-17 Jorge AparicioMove `num_cpus` from `std::rt::util` to `std::os`....
2014-06-17 Michael Woeristerdebuginfo: Correctly handle indirectly recursive types.
2014-06-17 Andrew GallantAdd a Syntastic plugin for Rust.
2014-06-17 John SchmidtChange prints: @T -> Gc<T> , ~T -> Box<T>
2014-06-17 Kevin Butlerrustc: Improve span for error about using a method...
2014-06-17 Alex Crichtonalloc: Refactor OOM into a common routine
2014-06-17 Alex Crichtonalloc: Allow disabling jemalloc
2014-06-17 Alex Crichtonalloc: Format heap.rs to 80-char max
2014-06-17 borsauto merge of #14855 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14852 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14781 : alexcrichton/rust/issue-14724...
2014-06-16 borsauto merge of #14551 : alexcrichton/rust/issue-14467...
2014-06-16 Alex Crichtonstd: Improve pipe() functionality
2014-06-16 Alex Crichtonstd: Support consuming a Process without waiting
2014-06-16 borsauto merge of #14877 : Seldaek/rust/commdocs, r=alexcri...
2014-06-16 Jordi BoggianoAdd examples of how to read from a channel with a timeo...
2014-06-16 borsauto merge of #14882 : pcwalton/rust/drop-underscore...
2014-06-16 borsauto merge of #14932 : Sawyer47/rust/json-smallfix...
2014-06-16 borsauto merge of #14906 : P1start/rust/rustdoc-lifetimes...
2014-06-16 P1startFix rustdoc's formatting of lifetimes
2014-06-16 borsauto merge of #14900 : alexcrichton/rust/snapshots...
2014-06-16 borsauto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
2014-06-16 Alex CrichtonRegister new snapshots
2014-06-16 Valerii HioraPotential fix for Win32 build
2014-06-15 Piotr JawniakSmall improvement for json PrettyEncoder
2014-06-14 Valerii HioraUpdated compiler-rt
2014-06-14 borsauto merge of #14835 : alexcrichton/rust/no-more-at...
2014-06-14 Alex Crichtonrustc: Obsolete the `@` syntax entirely
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-14 Patrick Waltonlibrustc: Remove useless code to handle `let _ = ...`
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 Valerii HioraThere should be no metadata to read on iOS
2014-06-13 bachmadded get_mut() for [T]
2014-06-13 Valerii HioraCosmetic fixes & comments
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 Guillaume PinotRelicense shootout-binarytrees.rs
2014-06-12 borsauto merge of #14813 : cmr/rust/once-docs-unsafe, r...
2014-06-12 Guillaume PinotRelicense shootout-pidigits.rs
2014-06-12 borsauto merge of #14811 : forticulous/rust/refcell-show...
2014-06-12 Valerii HioraBetter dylib skipping based on Alex Crichton code
2014-06-12 Valerii HioraBasic iOS support
2014-06-12 Valerii HioraDisable generating split-stack code
2014-06-12 Valerii HioraRuntime support for arm on iOS
2014-06-12 Valerii HioraPlatform configuration
2014-06-12 Valerii HioraUpdated deps
2014-06-12 Michael Woeristerdebuginfo: Fix issue with unique type IDs not being...
next