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