]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-07-04 Luqman AdenAdd x64 windows to platform.mk and mingw64 header fixes.
2013-07-04 Daniel Micayforce LLVM clean
2013-07-04 borsauto merge of #7542 : alexcrichton/rust/patch-rusti...
2013-07-03 borsauto merge of #7534 : bblum/rust/soundness-messages...
2013-07-03 borsauto merge of #7566 : huonw/rust/vec-kill, r=cmr
2013-07-03 Huon WilsonConvert vec::{as_imm_buf, as_mut_buf} to methods.
2013-07-03 Huon WilsonConvert vec::windowed to an external iterator, and...
2013-07-03 Huon WilsonConvert vec::{split, splitn, rsplit, rsplitn} to extern...
2013-07-03 Huon WilsonRemove standalone comparison functions in vec, make...
2013-07-03 Huon WilsonRemove vec::reversed, replaced by iterators.
2013-07-03 Huon WilsonRemove vec::{filter, filtered, filter_map, filter_mappe...
2013-07-03 Huon WilsonImplement consuming iterators for ~[], remove vec:...
2013-07-03 borsauto merge of #7531 : sankha93/rust/master, r=bblum
2013-07-03 borsauto merge of #7523 : huonw/rust/uppercase-statics...
2013-07-03 borsauto merge of #7518 : graydon/rust/stats-improvements...
2013-07-03 borsauto merge of #7474 : Seldaek/rust/clean-iter, r=thestinger
2013-07-03 borsauto merge of #7510 : Dretch/rust/missing-trait-message...
2013-07-03 borsauto merge of #7498 : luqmana/rust/cow, r=catamorphism
2013-07-02 Daniel MicayMerge pull request #7187 from nikomatsakis/issue-3238...
2013-07-02 Brian Andersondoc: Update links to 0.7
2013-07-02 Alex CrichtonCompletely disable rusti on 32-bit hosts
2013-07-02 Brian AndersonIgnore all rusti tests harder. #7541
2013-07-02 Brian AndersonIgnore all rusti tests. #7541
2013-07-02 Niko MatsakisCorrect merge errors, broken tests
2013-07-02 Niko MatsakisAdd copyright notice and kill broken test
2013-07-02 Niko MatsakisAdjust documentation to describe how closures and closu...
2013-07-02 Niko MatsakisMove existing docs into doc.rs
2013-07-02 Niko Matsakisconvert region_inference into a module, so I can attach...
2013-07-02 Niko Matsakismove docs into doc.rs
2013-07-02 Niko MatsakisCorrect handling of if/match, and make explicit computa...
2013-07-02 Niko MatsakisDefer reasoning about region relationships until after...
2013-07-01 Ben BlumAdd a run-pass test for recursive copyable stack closures.
2013-07-01 Ben BlumFix filenames of some compile-fail tests.
2013-07-01 Ben BlumBetter error messages in report_use_of_moved_value...
2013-07-01 Sankha Narayan... Improve the attempted dynamic environment-capture error...
2013-07-01 borsauto merge of #7409 : alexcrichton/rust/threadsafe...
2013-07-01 Alex CrichtonTurn on using LLVM threadsafely
2013-07-01 borsauto merge of #7488 : yichoi/rust/sanitize_utf8, r...
2013-07-01 borsauto merge of #7443 : yjh0502/rust/fix_field_dup, r...
2013-07-01 borsauto merge of #7521 : thestinger/rust/vec, r=Aatch
2013-07-01 Huon Wilsonrustc: add a lint to enforce uppercase statics.
2013-07-01 Huon Wilsonlint: make the non_camel_case_types lint work with...
2013-07-01 borsauto merge of #7492 : yichoi/rust/fix_cleanllvm, r...
2013-07-01 Young-il Choilibrustc: apply changes of char::escape_unicode
2013-07-01 Young-il Choilibrustc: back::link::sanitize support esacpe_utf8
2013-07-01 borsauto merge of #7487 : huonw/rust/vec-kill, r=cmr
2013-07-01 Brian AndersonUpdate verison numbers in README.md
2013-07-01 Daniel Micaypass exchange_malloc an alignment, not a tydesc
2013-07-01 Daniel Micayglobal_heap: inline get_box_size and align_to
2013-07-01 Daniel Micayvec: implement exchange vector reserve in Rust
2013-07-01 Daniel Micayglobal_heap: inline malloc_raw and add realloc_raw
2013-07-01 borsauto merge of #7517 : brson/rust/0.7, r=brson
2013-07-01 Graydon Hoareextra: docs, tests and new functionality for the extra...
2013-06-30 Jordi BoggianoMove most iter functionality to extra, fixes #7343
2013-06-30 Jordi BoggianoAdd an EnumSetIterator and EnumSet::iter
2013-06-30 Brian AndersonBump version from 0.7-pre to 0.7
2013-06-30 Brian AndersonMore 0.7 release notes
2013-06-30 borsauto merge of #7495 : thestinger/rust/exchange, r=cmr
2013-06-30 garethWhen an impl references an unknown trait, mention what
2013-06-30 Daniel Micayadd a closure_exchange_malloc lang item
2013-06-30 Daniel Micaystop copying the tydesc in unique box take glue
2013-06-30 Daniel Micaymanaged: rm RC_EXCHANGE_UNIQUE constant
2013-06-30 Daniel Micaystop initializing ref_count in exchange_alloc
2013-06-30 Brian Andersonrustpkg: Ignore a test that's failing on the dist-snap bot
2013-06-30 borsauto merge of #7465 : alexcrichton/rust/issue-4432...
2013-06-30 Alex CrichtonSpecialize to_str_common for floats/integers in strconv
2013-06-30 Alex CrichtonChange char::escape_{default,unicode} to take callbacks...
2013-06-30 Huon WilsonRemove vec::{map, mapi, zip_map} and the methods, excep...
2013-06-30 borsauto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
2013-06-30 Huon WilsonConvert vec::{grow, grow_fn, grow_set} to methods.
2013-06-30 Huon WilsonConvert vec::dedup to a method.
2013-06-30 Huon WilsonConvert vec::{bsearch, bsearch_elem} to methods.
2013-06-30 Huon Wilsonetc: update etc/unicode.py for the changes made to...
2013-06-30 Huon WilsonConvert vec::{reverse, swap} to methods.
2013-06-30 Huon WilsonConvert vec::{rposition, rposition_elem, position_elem...
2013-06-30 Huon WilsonRemove vec::[r]position_between, replaced by slices...
2013-06-30 Huon WilsonRemove vec::{rfind, rfind_between, find_between}, repla...
2013-06-30 borsauto merge of #7468 : cmr/rust/great_renaming, r=pcwalton
2013-06-30 Daniel Micayvec: use contains_managed instead of box header
2013-06-30 Daniel Micayadd a contains_managed intrinsic
2013-06-30 Daniel Micaysimplify the exchange allocator
2013-06-30 borsauto merge of #7490 : mozilla/rust/rollup, r=thestinger
2013-06-30 Luqman Adenconfigure: Require one of wget or curl.
2013-06-30 borsauto merge of #7475 : Seldaek/rust/fixsplit, r=cmr
2013-06-30 Young-il Choimk: clean-llvm for cross-compile
2013-06-30 borsauto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr
2013-06-30 jihyunFixes #7377
2013-06-29 borsauto merge of #7452 : dotdash/rust/self_indirection...
2013-06-29 Daniel Micayminor vec cleanup
2013-06-29 Jordi BoggianoAdd -v/--version support to rust binary
2013-06-29 Daniel Micayfix code block syntax in two docstrings
2013-06-29 borsauto merge of #7449 : yichoi/rust/std_test, r=cmr
2013-06-29 borsauto merge of #7342 : alexcrichton/rust/assort-cleanup...
2013-06-29 Björn SteinbrinkAvoid double indirection for the "self" arg in methods
2013-06-29 Björn SteinbrinkFix handling of temp cleanups for the "self" argument
2013-06-29 Alex CrichtonRemove mutability from unique boxes in the AST
2013-06-29 Alex CrichtonRemoving a lot of usage of '&const'
2013-06-29 Corey RichardsonWarning cleanup
2013-06-29 Corey RichardsonFix merge fallout
2013-06-29 Corey RichardsonGreat renaming: propagate throughout the rest of the...
next