]> git.lizzy.rs Git - rust.git/history - src
auto merge of #14717 : zwarich/rust/borrowck-tests, r=cmr
[rust.git] / src /
2014-06-07 borsauto merge of #14717 : zwarich/rust/borrowck-tests...
2014-06-07 Cameron ZwarichClean up borrows in borrowck field-sensitivity tests
2014-06-07 Cameron ZwarichFix bad borrowck tests and move them from run-pass...
2014-06-07 Cameron ZwarichAdd more borrowck tests for functional update moves
2014-06-07 Cameron ZwarichMake borrowck test functions better match their names
2014-06-07 Cameron ZwarichMention the specific kind of use in borrowck test funct...
2014-06-07 borsauto merge of #14708 : gereeter/rust/faster-sem, r...
2014-06-07 borsauto merge of #14638 : alexcrichton/rust/librustrt...
2014-06-07 Alex Crichtonlibs: Fix miscellaneous fallout of librustrt
2014-06-07 Alex Crichtontest: Fix fallout of previous changes
2014-06-07 Alex Crichtonrustuv: Deal with the rtio changes
2014-06-07 Alex Crichtonnative: Deal with the rtio changes
2014-06-07 Alex Crichtonstd: Deal with fallout of rtio changes
2014-06-07 Alex Crichtonstd: Extract librustrt out of libstd
2014-06-07 Alex Crichtonrtio: Remove usage of `Path`
2014-06-07 Alex Crichtonrtio: Remove unused stuct
2014-06-07 borsauto merge of #14712 : alexcrichton/rust/rollup, r...
2014-06-07 Alex CrichtonTest fixes from the rollup
2014-06-07 Alex Crichtonrustdoc: Submit examples to play.rust-lang.org
2014-06-07 Alex Crichtondoc: Turn off special features for rustdoc tests
2014-06-07 Axel VialaRemoving unused wrapper to libc::close.
2014-06-07 Alex Crichtonrustc: Preserve reachable extern fns with LTO
2014-06-07 Alex Crichtonmk: Run doc tests with --cfg dox
2014-06-07 Huon Wilsonurl: encode small bytes correctly.
2014-06-07 Steven FacklerImplement Eq for HashSet and HashMap
2014-06-07 Aaron TuronRename Iterator::len to count
2014-06-07 fortRemove reference to ~str in documentation
2014-06-07 Alex Crichtonrustdoc: Inline static documentation across crates
2014-06-07 Alex Crichtonrustc: Avoid 16-byte filenames in rlibs
2014-06-07 Michael WoeristerAdd workaround for archive reading bug in LLDB.
2014-06-07 Luqman Adenlibrustc: Update AutoObject adjustment in writeback.
2014-06-07 Alex Crichtonrustc: Avoid UB with signed division/remainder
2014-06-07 Alex Crichtonrustc: Encode argument names for traits
2014-06-07 borsauto merge of #14702 : nikomatsakis/rust/issue-5527...
2014-06-06 Niko MatsakisFix resolve to not permit refs to type vars from outer fns
2014-06-06 Niko MatsakisAdd missing test case for contravariant trait matching
2014-06-06 Niko MatsakisStop passing around Option<&substs> in trans and just...
2014-06-06 Niko MatsakisMove Def out of syntax crate, where it does not belong
2014-06-06 Niko MatsakisSimplify MonoId not to include parameters which, given...
2014-06-06 Niko MatsakisMove subst data structures into subst.rs, fix capitaliz...
2014-06-06 borsauto merge of #14680 : Kimundi/rust/master, r=brson
2014-06-06 Jonathan SMake sync::raw::Sem use Unsafe to manage mutability...
2014-06-06 borsauto merge of #14318 : zwarich/rust/check-loans-refacto...
2014-06-06 Cameron ZwarichAdd a test for borrowck errors with multiple closure...
2014-06-06 Cameron ZwarichAdd new tests for borrowck field-sensitivity.
2014-06-06 Cameron ZwarichChange check_loans to use ExprUseVisitor.
2014-06-06 Cameron ZwarichAdd a kind_of_move_of_path method to FlowedMoveData.
2014-06-06 Cameron ZwarichUse the MoveReason to determine a more precise MoveKind...
2014-06-06 Cameron ZwarichAdd a move reason to the Move ConsumeMode.
2014-06-06 Cameron ZwarichAdd an Init mode to MutateMode.
2014-06-06 Cameron ZwarichFix mem_categorization to treat an AutoObject adjustmen...
2014-06-06 Cameron ZwarichClean up check_loans.
2014-06-06 borsauto merge of #14677 : alexcrichton/rust/issue-2665...
2014-06-06 borsauto merge of #14676 : brson/rust/double-rainbow, r...
2014-06-06 borsauto merge of #14673 : sylvestre/rust/master, r=alexcri...
2014-06-06 borsauto merge of #14671 : aochagavia/rust/patch-1, r=alexc...
2014-06-06 borsauto merge of #14668 : aochagavia/rust/pr3, r=alexcrichton
2014-06-06 borsauto merge of #14667 : aochagavia/rust/pr2, r=huonw
2014-06-06 Adolfo OchagavíaChange to_str().to_string() to just to_str()
2014-06-06 Adolfo OchagavíaDocument BigInt's new and from_slice methods
2014-06-06 Adolfo OchagavíaFix documentation for `slice()`
2014-06-06 borsauto merge of #14669 : TeXitoi/rust/relicense-shootout...
2014-06-06 borsauto merge of #14664 : reem/rust/lifetimes-guide-gramma...
2014-06-06 borsauto merge of #14653 : alexcrichton/rust/travis-opt...
2014-06-06 Alex Crichtonmk: Move rust_test_helpers out of libstd
2014-06-05 borsauto merge of #14641 : darnuria/rust/add_documentation_...
2014-06-05 borsauto merge of #14538 : alexcrichton/rust/libcollections...
2014-06-05 Alex CrichtonFallout from the libcollections movement
2014-06-05 Alex Crichtonstd: Recreate a `collections` module
2014-06-05 borsauto merge of #14647 : BurntSushi/rust/fix-14185, r...
2014-06-05 Marvin LöbelPurged "record" from the manual.
2014-06-05 borsauto merge of #14526 : pczarn/rust/hashmap-opt, r=alexc...
2014-06-05 Brian AndersonHow about a less cringe-worthy double-failure message?
2014-06-05 Axel VialaImprove documentation on std::os::env.
2014-06-05 borsauto merge of #14644 : alexcrichton/rust/more-no-runtim...
2014-06-05 borsauto merge of #14643 : jakub-/rust/infinite-loop-unreac...
2014-06-05 borsauto merge of #14642 : aochagavia/rust/pr, r=alexcrichton
2014-06-05 borsauto merge of #14640 : tomjakubowski/rust/fix-14636...
2014-06-05 Axel VialaAdding examples and possible failures for getcwd.
2014-06-05 Tom Jakubowskirustdoc: Include supertraits on inlined traits
2014-06-05 Guillaume Pinotrelicense shootout-meteor.rs
2014-06-05 borsauto merge of #14568 : erickt/rust/slice-update, r...
2014-06-05 Jonathan ReemFixed weird grammar in lifetimes guide.
2014-06-05 borsauto merge of #14592 : alexcrichton/rust/rustdoc-links...
2014-06-05 borsauto merge of #14610 : alexcrichton/rust/issue-14008...
2014-06-05 borsauto merge of #14529 : brson/rust/ptr, r=brson
2014-06-05 Brian Andersoncore: Apply stability attributes to ptr mod
2014-06-04 borsauto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton
2014-06-04 Andrew GallantFixes #14185.
2014-06-04 borsauto merge of #14630 : cmr/rust/rewrite-lexer, r=alexcr...
2014-06-04 Corey Richardsonsyntax: use doc comments in the interner
2014-06-04 Corey Richardsonsyntax: methodify the lexer
2014-06-04 Alex Crichtonstd: Improve non-task-based usage
2014-06-04 borsauto merge of #14623 : exscape/rust-fork/master, r...
2014-06-04 Piotr Czarneckicollections: optimize `HashMap`. Add `DefaultResizePolicy`.
2014-06-04 Jakub WieczorekFix an ICE when a function argument is of the bottom...
2014-06-04 Jakub WieczorekMark the exit of infinite loops as unreachable
2014-06-04 borsauto merge of #14616 : forticulous/rust/rc-show, r...
2014-06-04 Adolfo OchagavíaImplement Show for RingBuf
2014-06-04 Axel VialaAdd code example to std::os::getenv for unix.
next