]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-17 borsauto merge of #14976 : luqmana/rust/focwtc, r=pcwalton
2014-06-17 Luqman Adenlibrustc: Check regions for overloaded calls.
2014-06-17 borsauto merge of #14957 : alexcrichton/rust/rustdoc-fixups...
2014-06-17 Alex Crichtonrustdoc: Remove outdated syntax
2014-06-17 borsauto merge of #14970 : nkoep/rust/patch-1, r=huonw
2014-06-17 Niklas Koeptutorial.md: tiny correction for --crate-type=lib
2014-06-17 borsauto merge of #14818 : tomjakubowski/rust/emacs-attribu...
2014-06-17 borsauto merge of #14945 : alexcrichton/rust/issue-14940...
2014-06-17 Alex Crichtonstd: Chunk writing to stdout on windows
2014-06-17 borsauto merge of #14947 : zwarich/rust/check-loans-not...
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 Cameron ZwarichRename check_for_assignment_to_restricted_or_frozen_loc...
2014-06-16 Cameron ZwarichSwitch to each_in_scope_loan_affecting_path
2014-06-16 Cameron ZwarichAlways check assigned loan paths to the top of the...
2014-06-16 Cameron ZwarichRemove an unused return value
2014-06-16 Cameron ZwarichCall mark_variable_as_used_mut even after assignment...
2014-06-16 Cameron ZwarichAdd a new each_in_scope_loan_affecting_path helper...
2014-06-16 Cameron ZwarichRemove Restriction
2014-06-16 Cameron ZwarichRemove RestrictionSet
2014-06-16 Cameron ZwarichRemove an unused bkcerr_code constructor parameter
2014-06-16 Cameron ZwarichRemove the last actual usage of RestrictionSet
2014-06-16 Cameron ZwarichMake a new compatible_borrow_kinds helper function
2014-06-16 Cameron ZwarichRemove an unused closure parameter
2014-06-16 Cameron ZwarichRemove a pointless check for intersection with RESTR_MUTATE
2014-06-16 Cameron ZwarichRemove comments that no longer apply after the removal...
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...
next