]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-10-27 Steve KlabnikFix some wording about errors
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 borsauto merge of #18130 : mahkoh/rust/udp, r=alexcrichton
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 borsauto merge of #18212 : kmcallister/rust/unsafecell...
2014-10-25 borsauto merge of #18293 : thestinger/rust/heap, r=cmr
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 Micayrm unnecessary libc allocator usage
2014-10-25 Björn SteinbrinkMake MIN_ALIGN a const to allow better optimization
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 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
2014-10-24 Julian OrthImprove shootout-reverse-complement
2014-10-24 borsauto merge of #17813 : P1start/rust/lint-field-shorthan...
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 borsauto merge of #17683 : gereeter/rust/ident-to-name...
2014-10-23 borsauto merge of #18253 : steveklabnik/rust/small_doc_fixe...
2014-10-23 Steve KlabnikImprove code in the intro.
2014-10-23 borsauto merge of #18217 : mikedilger/rust/bug_report_instr...
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 borsauto merge of #18092 : michaelwoerister/rust/lldb-test...
2014-10-22 borsauto merge of #17846 : tomjakubowski/rust/rustdoc-hide...
2014-10-22 borsauto merge of #18230 : cakebaker/rust/adapt_range_value...
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...
2014-10-22 Michael Woeristerdebuginfo: Enable LLDB test suite on Darwin.
2014-10-22 Michael Woeristerdebuginfo: Make some path LLDB-related paths in the...
2014-10-22 Michael Woeristerdebuginfo: Gate all LLDB debuginfo tests on a minimum...
2014-10-22 borsauto merge of #18141 : phildawes/rust/master, r=brson
2014-10-22 borsauto merge of #18213 : pcwalton/rust/pcg-default, r...
2014-10-22 Niko MatsakisAdd test for issue #17594
2014-10-22 Niko MatsakisAdjust orphan rules to consider all input types, not...
2014-10-22 Mike DilgerFix issue #17848 (Questionable advice in bug report...
2014-10-22 borsauto merge of #18121 : nikomatsakis/rust/method-call...
2014-10-21 Stuart Pernsteinerenable parallel codegen by default
2014-10-21 Niko MatsakisPatch up broken error messages
2014-10-21 borsauto merge of #18203 : mahkoh/rust/cstring, r=thestinger
2014-10-21 Niko MatsakisAddress nits by @pcwalton
2014-10-21 Niko MatsakisCoherence tests that seemed to be missing.
2014-10-21 Niko MatsakisTests for method resolution in the face of various...
2014-10-21 Niko MatsakisVarious minor cases where errors are reported in slight...
2014-10-21 Niko MatsakisTest where the old infrastructure failed to detect...
2014-10-21 Niko MatsakisThe new method lookup mechanism typechecks calls agains...
2014-10-21 Niko MatsakisCorrect case where the old version of method lookup...
2014-10-21 Niko MatsakisChange method lookup infrastructure to use the trait...
2014-10-21 Tom Jakubowskirustdoc: hide private traits in strip-private pass
2014-10-21 Niko MatsakisGeneralize the replace-late-bound-regions function...
2014-10-21 Niko MatsakisPermit DST types to unify like other types.
2014-10-21 Niko MatsakisImplement "method matching". Similar to trait matching...
2014-10-21 Niko MatsakisPrune unused parameters.
2014-10-21 borsauto merge of #18201 : Gankro/rust/option-what, r=alexc...
2014-10-21 John KleintGuide: articulate the advantages of ownership over...
2014-10-21 borsauto merge of #17508 : vberger/rust/stability_lint_for_...
2014-10-21 borsauto merge of #18194 : jmesmon/rust/libbacktrace-env...
2014-10-21 Julian OrthUse strlen in CString::len
2014-10-21 Alexis BeingessnerFix crazy-pants match in Option docs
2014-10-21 borsauto merge of #17555 : steveklabnik/rust/module_guide...
2014-10-20 borsauto merge of #17453 : steveklabnik/rust/gh17340, r...
2014-10-20 Victor BergerStability lint checker now handles nested macros.
2014-10-20 Steve KlabnikNew Guide: crates and modules
2014-10-20 borsauto merge of #18145 : neilpa/rust/master, r=steveklabnik
2014-10-20 Steve KlabnikSome String Guide improvements.
2014-10-20 Cody P Schafermk/rt: "export CC" does not seem to work (gcc observed...
2014-10-20 borsauto merge of #18186 : cakebaker/rust/fix_test_count...
2014-10-20 borsauto merge of #18070 : alexcrichton/rust/spring-cleanin...
2014-10-20 Alex CrichtonTest fixes and rebase conflicts
2014-10-20 Daniel HofstetterGuide: Fix test count
2014-10-20 borsauto merge of #18184 : cakebaker/rust/typo_in_path...
2014-10-20 Daniel HofstetterGuide: Fix typo in path
2014-10-20 borsauto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichton
2014-10-20 Huon WilsonHandle negative numbers in `sqrt` properly.
2014-10-20 borsauto merge of #18108 : mahkoh/rust/buffered_reader...
2014-10-19 Julian OrthOptimize BufferedReader::read for large buffers.
2014-10-19 borsauto merge of #18160 : koshlo/rust/to-source-fix, r...
next