]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-10-28 Brian KoropoffAdd regression test for issue #17361
2014-10-28 Brian KoropoffRespect mut in &mut str in astconv
2014-10-28 borsauto merge of #18144 : bkoropoff/rust/mighty-monomorphi...
2014-10-28 Brian KoropoffAdd regression test for issue #16791
2014-10-28 Brian KoropoffFix monomorphization of unboxed closures
2014-10-27 borsauto merge of #18368 : alexcrichton/rust/rollup, r...
2014-10-27 Alex Crichtonrollup merge of #18259 : alexcrichton/snapshots
2014-10-27 Alex CrichtonTest fixes and rebase conflicts from rollup
2014-10-27 Alex Crichtonrollup merge of #18334 : csherratt/arc-encodable
2014-10-27 Alex Crichtonrollup merge of #18366 : aochagavia/ascii
2014-10-27 Alex Crichtonrollup merge of #18364 : cakebaker/missing_a
2014-10-27 Alex Crichtonrollup merge of #18362 : kevinmehall/pprint-struct...
2014-10-27 Alex Crichtonrollup merge of #18356 : jakub-/const-pattern-suptype
2014-10-27 Alex Crichtonrollup merge of #18347 : cakebaker/ffi
2014-10-27 Alex Crichtonrollup merge of #18346 : aochagavia/closure-fields
2014-10-27 Alex Crichtonrollup merge of #18344 : aochagavia/show-arc
2014-10-27 Alex Crichtonrollup merge of #18337 : bkoropoff/unboxed-imm-upvar...
2014-10-27 Alex Crichtonrollup merge of #18332 : jbcrail/fix-comments
2014-10-27 Alex Crichtonrollup merge of #18329 : sfackler/memwriter-clear
2014-10-27 Alex Crichtonrollup merge of #18327 : vadimcn/17982
2014-10-27 Alex Crichtonrollup merge of #18326 : sfackler/cfg-final
2014-10-27 Alex Crichtonrollup merge of #18324 : jakub-/eneedstest
2014-10-27 Alex Crichtonrollup merge of #18321 : chastell/guide_refresh_testing...
2014-10-27 Alex Crichtonrollup merge of #18320 : chastell/guide_simplify_formatting
2014-10-27 Alex Crichtonrollup merge of #18316 : thestinger/raw
2014-10-27 Alex Crichtonrollup merge of #18315 : arielb1/constexpr-addr
2014-10-27 Alex Crichtonrollup merge of #18309 : cakebaker/fix_off_by_one
2014-10-27 Alex Crichtonrollup merge of #18303 : cgaebel/make-vec-match-slice
2014-10-27 Alex Crichtonrollup merge of #18266 : nick29581/vtable2.rs
2014-10-27 Alex Crichtonrollup merge of #18265 : jakub-/mailmap
2014-10-27 Alex Crichtonrollup merge of #18257 : globin/master
2014-10-27 Alex Crichtonrollup merge of #18256 : SimonSapin/view_item_to_string
2014-10-27 Alex Crichtonrollup merge of #18251 : steveklabnik/build_module_guide
2014-10-27 Alex Crichtonrollup merge of #18250 : dotdash/fix_aliasing
2014-10-27 Alex Crichtonrollup merge of #18244 : areski/pr-fix-string-doc
2014-10-27 Alex Crichtonrollup merge of #18239 : msiemens/fix-ice-rename-failed
2014-10-27 Alex Crichtonrollup merge of #18235 : nikomatsakis/issue-18209
2014-10-27 Alex Crichtonrollup merge of #18231 : cakebaker/fix_greater_than_for...
2014-10-27 Alex Crichtonrollup merge of #18229 : bjz/ttdelim
2014-10-27 Alex Crichtonrollup merge of #18221 : jkleint/guide-boxes
2014-10-27 borsauto merge of #17978 : arielb1/rust/remaining-garbage...
2014-10-27 Ariel Ben-YehudaRemove cat_discr
2014-10-27 Adolfo OchagavíaAdd test for issue 18343
2014-10-27 Adolfo OchagavíaShow a note when closure field is called as method
2014-10-27 Adolfo OchagavíaFix undefined behavior in std::ascii
2014-10-27 Daniel HofstetterGuide: Add missing "a"
2014-10-27 borsauto merge of #17890 : pnkfelix/rust/fsk-fix-issue...
2014-10-27 Felix S. Klock IIconfig.mk: Added variants of `valopt`/`opt` that do...
2014-10-27 borsauto merge of #18348 : michaelwoerister/rust/lldb-test...
2014-10-27 Kevin MehallPreserve struct field pattern shorthand in the prettypr...
2014-10-27 borsauto merge of #18130 : mahkoh/rust/udp, r=alexcrichton
2014-10-27 Colin SherrattAdded Encodable and Decodable for Arc<T>.
2014-10-27 John KleintGuide: motivate Box and Rc pointers with need, uses...
2014-10-26 Jakub BukajFix a typecheck regression with constant borrowed point...
2014-10-26 Michael Woeristerdebuginfo: Set RUST_TEST_TASKS to 1 again for LLDB...
2014-10-26 borsauto merge of #18143 : mahkoh/rust/reverse_complement...
2014-10-26 Daniel HofstetterGuide: Add link to FFI explanation
2014-10-26 Adolfo OchagavíaImplement Show for `Arc<T>`
2014-10-26 borsauto merge of #18212 : kmcallister/rust/unsafecell...
2014-10-26 Brian KoropoffAdd regression test for #18335
2014-10-26 Brian KoropoffAdd regression test for #18238 and #18336
2014-10-26 Brian KoropoffImprove diagnostics that result from the fix for #18335
2014-10-26 Brian KoropoffTweak mem categorization of upvar mutability
2014-10-26 Brian KoropoffEnsure unboxed closure upvars are marked as used mutably
2014-10-26 Joseph CrailFix spelling mistakes in comments.
2014-10-26 Steven FacklerAdd MemWriter::from_vec
2014-10-26 Vadim ChugunovFix bug #17982.
2014-10-26 Brendan ZabarauskasUpdate parse::test::string_to_tts_1 test
2014-10-25 Steven FacklerFinish cfg syntax transition
2014-10-25 Brendan ZabarauskasAdd a KleeneOp enum for clarity
2014-10-25 Brendan ZabarauskasReduce the size of the TokenTree
2014-10-25 Brendan ZabarauskasUse standard capitalisation for TokenTree variants
2014-10-25 Brendan ZabarauskasPrevent some vector reallocations
2014-10-25 Brendan ZabarauskasRename TokenTree variants for clarity
2014-10-25 Brendan ZabarauskasAdd Span and separate open/close delims to TTDelim
2014-10-25 Jakub BukajAdd test cases for E-needstest issues
2014-10-25 Piotr SzotkowskiGuide: update Testing output and fix contents to match
2014-10-25 Piotr SzotkowskiGuide: Cargo now adds bang and drops the semicolon...
2014-10-25 borsauto merge of #18293 : thestinger/rust/heap, r=cmr
2014-10-25 Piotr SzotkowskiGuide: drop :d formatting where unnecessary
2014-10-25 Daniel Micayfix sized deallocation documentation
2014-10-25 Daniel Micayreturn the new usable size from reallocate_inplace
2014-10-25 Daniel Micayget rid of libc_heap::{malloc_raw, realloc_raw}
2014-10-25 Daniel Micaymake the core::raw struct representation defined
2014-10-25 Ariel Ben-YehudaPrevent pointer -> int casts in constexprs
2014-10-25 Daniel Micayrm unnecessary libc allocator usage
2014-10-25 Björn SteinbrinkMake MIN_ALIGN a const to allow better optimization
2014-10-25 Daniel HofstetterGuide: Fix off-by-one error
2014-10-25 borsauto merge of #18176 : jkleint/rust/guide-borrow-wordin...
2014-10-25 Julian OrthDeprecate UdpStream
2014-10-25 borsauto merge of #18171 : jakub-/rust/match-typeck, r...
2014-10-25 Julian OrthMake UdpStream block until the next non-empty msg.
2014-10-25 Clark GaebelMake the Vec data structure layout match raw::Slice.
2014-10-25 borsauto merge of #18080 : veddan/rust/assume, r=thestinger
2014-10-24 Keegan McAllisterAdd as_unsafe_cell() for Cell and RefCell
2014-10-24 Jakub BukajUpdate tests with the new error messages
2014-10-24 Jakub BukajOverhaul typechecking of patterns
2014-10-24 Jakub BukajDo not accept functions in enum patterns past resolve
2014-10-24 borsauto merge of #16388 : Zoxc/rust/stmesg, r=alexcrichton
2014-10-24 Julian Orthignore-android
next