]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Guillaume Pinotsimplify shootout-reverse-complement.rs
2014-10-26 Jakub BukajFix a typecheck regression with constant borrowed point...
2014-10-26 Piotr SzotkowskiGuide: Closures fix suggested by @cakebaker
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 Piotr SzotkowskiGuide: Closures: minor wording fixes
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 Cody P Schafersplit platform definitions out of mk/platform.mk
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 Piotr Czarneckiregex: The first range in a character class can start...
2014-10-24 Piotr Czarneckiregex: Escaped literals can end ranges
2014-10-24 Piotr Czarneckiregex: Fix control flow in the parser
2014-10-24 gamazepsChanges a little the description of take in the guide
2014-10-24 Julian Orthignore-android
2014-10-24 Julian OrthImprove shootout-reverse-complement
2014-10-24 borsauto merge of #17813 : P1start/rust/lint-field-shorthan...
2014-10-24 Niko MatsakisUse type-safe wrapper for TypeFlags
2014-10-24 John Kåre AlsakerPrint stack overflow messages for Windows, Linux and...
2014-10-24 borsauto merge of #17896 : mahkoh/rust/intmax, r=alexcrichton
2014-10-24 P1startAdd a lint for not using field pattern shorthands
2014-10-24 John Kåre AlsakerFix sigaction on OS X
2014-10-24 borsauto merge of #17960 : mahkoh/rust/clone_from_slice...
2014-10-23 Nick Camerons/vtable2/vtable
2014-10-23 Jakub BukajUpdate .mailmap
2014-10-23 borsauto merge of #17683 : gereeter/rust/ident-to-name...
2014-10-23 Markus SiemensFail immediately if linking returns status code != 0
2014-10-23 borsauto merge of #18253 : steveklabnik/rust/small_doc_fixe...
2014-10-23 Alex CrichtonRegister new snapshots
2014-10-23 Robin Glosterplugin-guide: nicer creation of the parser
2014-10-23 Simon SapinAdd syntax::print::pprint::view_item_to_string
2014-10-23 areskiImproved examples on Vec documentation
2014-10-23 Steve KlabnikImprove code in the intro.
2014-10-23 Steve Klabnikbuild the crates guide
2014-10-23 borsauto merge of #18217 : mikedilger/rust/bug_report_instr...
2014-10-23 Björn SteinbrinkFix codegen breaking aliasing rules for functions with...
2014-10-23 borsauto merge of #17868 : nick29581/rust/valgrind, r=alexc...
2014-10-23 Nick CameronError if we should be able to Valgrind but can't
2014-10-23 Jonathan SPart of #6993. Moved a bunch of uses of Ident to Name
2014-10-23 Nick CameronRemove support for .rc files from test.mk
2014-10-23 Nick CameronMake rpass-valgrind work with pretty
2014-10-23 Nick CameronMove some tests to run-pass-valgrind
2014-10-23 Nick CameronAdd run-pass-valgrind tests
2014-10-22 borsauto merge of #18224 : nikomatsakis/rust/issue-17594...
2014-10-22 areskiFixed single quote around string slice and simplify...
2014-10-22 borsauto merge of #18092 : michaelwoerister/rust/lldb-test...
2014-10-22 borsauto merge of #17846 : tomjakubowski/rust/rustdoc-hide...
2014-10-22 Niko MatsakisUse local cache when there are unbound type variables...
2014-10-22 borsauto merge of #18230 : cakebaker/rust/adapt_range_value...
2014-10-22 Daniel HofstetterGuide: Change >= to > in closure
2014-10-22 Daniel HofstetterGuide: Adapt range values to variable name
2014-10-22 borsauto merge of #18223 : nikomatsakis/rust/coherence...
2014-10-22 Michael Woeristerdebuginfo: Print more output in lldb_batchmode.py for...
2014-10-22 Michael Woeristerdebuginfo: Let LLDB tests run in parallel again since...
next