| Age | Commit message (Expand) | Author | Lines |
| 2014-07-03 | auto merge of #15370 : alexcrichton/rust/fix-cargo, r=pnkfelix | bors | -1/+1 |
| 2014-07-03 | rustc: Fix a call to with_path in trans_unboxing_shim | Alex Crichton | -1/+1 |
| 2014-07-03 | auto merge of #15338 : pfalabella/rust/rational-impl-2, r=alexcrichton | bors | -17/+28 |
| 2014-07-03 | auto merge of #15331 : Derecho/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-03 | auto merge of #15199 : michaelwoerister/rust/cross-crate-stability, r=luqmana | bors | -184/+744 |
| 2014-07-03 | auto merge of #15078 : jakub-/rust/pattern-matching-refactor-vol-2, r=pnkfelix | bors | -507/+111 |
| 2014-07-03 | Improve code reuse between trans/_match.rs and check_match.rs | Jakub Wieczorek | -507/+111 |
| 2014-07-03 | auto merge of #15324 : sneves/rust/master, r=alexcrichton | bors | -2/+20 |
| 2014-07-03 | auto merge of #15087 : iliekturtles/rust/13810-make-install-mingw32, r=brson | bors | -2/+67 |
| 2014-07-03 | auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelix | bors | -43/+200 |
| 2014-07-02 | install: Correct libdir for Windows installs. | Mike Boutin | -2/+67 |
| 2014-07-02 | Fix rotate_{left, right} for multiple of bitsize rotation amounts | Samuel Neves | -2/+20 |
| 2014-07-02 | auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichton | bors | -10/+171 |
| 2014-07-02 | Change exhaustiveness analysis to permit multiple constructors per pattern | Jakub Wieczorek | -204/+413 |
| 2014-07-02 | Rationals that have a 1 denom should print like ints | Paolo Falabella | -17/+28 |
| 2014-07-02 | auto merge of #15286 : alexcrichton/rust/channel-stability, r=cmr | bors | -0/+40 |
| 2014-07-02 | Apply stability attributes to std::comm | Alex Crichton | -0/+40 |
| 2014-07-02 | auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brson | bors | -0/+72 |
| 2014-07-02 | debuginfo: Make names of types in debuginfo reliable and omit source location... | Michael Woerister | -184/+744 |
| 2014-07-02 | auto merge of #15265 : omasanori/rust/udp, r=alexcrichton | bors | -55/+68 |
| 2014-07-02 | Fix example in docs on documentation | Derecho | -1/+1 |
| 2014-07-02 | auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton | bors | -16/+121 |
| 2014-07-02 | auto merge of #15085 : brson/rust/stridx, r=alexcrichton | bors | -87/+101 |
| 2014-07-01 | librustc: Properly compare implementation method type parameter bounds | Patrick Walton | -43/+200 |
| 2014-07-02 | auto merge of #15069 : luqmana/rust/cia, r=pcwalton | bors | -26/+133 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -87/+101 |
| 2014-07-02 | auto merge of #15229 : steveklabnik/rust/if, r=cmr | bors | -10/+221 |
| 2014-07-01 | Guide: variable bindings. | Steve Klabnik | -0/+210 |
| 2014-07-02 | auto merge of #15295 : TeXitoi/rust/relicense-shootout-mandelbrot, r=brson | bors | -8/+40 |
| 2014-07-02 | Add `recvfrom` and `sendto`. | OGINO Masanori | -0/+13 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -55/+55 |
| 2014-07-01 | librustc: Fix `expr_use_visitor` (and, transitively, the borrow check) | Patrick Walton | -10/+171 |
| 2014-07-01 | auto merge of #15292 : alxgnon/rust/vim_syntax_cleanup, r=cmr | bors | -15/+20 |
| 2014-07-01 | auto merge of #15251 : AlisdairO/rust/master, r=alexcrichton | bors | -9/+134 |
| 2014-07-01 | test: Add tests for issue #12223, "drop allowed while active borrows | Patrick Walton | -0/+72 |
| 2014-07-01 | doc: Clarify that an error is a compiler error | Brian Anderson | -1/+1 |
| 2014-07-01 | Improve rustdocs for Rc, add examples | Alisdair Owens | -9/+134 |
| 2014-07-01 | Re-arrange TOC. | Steve Klabnik | -11/+12 |
| 2014-07-01 | auto merge of #15301 : jasonthompson/rust/docs/str2, r=alexcrichton | bors | -2/+28 |
| 2014-07-01 | Add examples for from_utf8_owned, from_char, from_chars, from_byte | Jason Thompson | -2/+28 |
| 2014-07-01 | std: move the hash docstring over to std::hash. | Erick Tryzelaar | -1/+52 |
| 2014-07-01 | auto merge of #15289 : aturon/rust/libstd-stability, r=alexcrichton | bors | -0/+41 |
| 2014-07-01 | auto merge of #15288 : brson/rust/cleanslice, r=alexcrichton | bors | -459/+505 |
| 2014-07-01 | relicense shootout-mandelbrot.rs | Guillaume Pinot | -8/+40 |
| 2014-07-01 | auto merge of #15263 : aturon/rust/rustdoc-stability-index, r=alexcrichton | bors | -172/+282 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+41 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -172/+282 |
| 2014-07-01 | Vim syntax file types and traits cleanup | Alexandre Gagnon | -15/+20 |
| 2014-07-01 | auto merge of #15281 : alexcrichton/rust/show-for-show, r=kballard | bors | -0/+6 |
| 2014-07-01 | auto merge of #15242 : pcwalton/rust/self-in-trait-methods, r=alexcrichton | bors | -21/+309 |