]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-03-12 Luqman AdenKeep everything tidy.
2013-03-12 Luqman AdenParse operands properly and add a way to indicate volat...
2013-03-12 Luqman AdenStop parsing __asm__.
2013-03-12 Luqman AdenCreate asm! syntax extension.
2013-03-12 Luqman AdenRequire unsafe block for inline assembly.
2013-03-12 Luqman AdenWrap llvm::InlineAsm::AsmDialect
2013-03-12 Luqman AdenParse inline assembly.
2013-03-12 borsauto merge of #5324 : brson/rust/relnotes, r=graydon
2013-03-12 borsauto merge of #5310 : thestinger/rust/treeset, r=graydon
2013-03-12 borsauto merge of #5304 : jld/rust/const-adjustments, r...
2013-03-12 borsauto merge of #5303 : brson/rust/newsched4, r=brson
2013-03-12 Brian Andersoncore: Add rt mod and add the new scheduler code
2013-03-12 Daniel Micaytreemap: fix a bug in the union implementation
2013-03-12 Daniel Micaytreemap: add more set tests
2013-03-12 Daniel Micaytreemap: refactor the set operation tests
2013-03-12 Brian AndersonWork on 0.6 release notes
2013-03-12 borsauto merge of #5292 : thestinger/rust/nil, r=graydon
2013-03-11 borsauto merge of #5322 : brson/rust/4812, r=brson
2013-03-11 Brian Andersoncore: Convert obsolete fn syntax
2013-03-11 Jeff Olsoncore: convert asserts to fail_unless!
2013-03-11 Jeff Olsoncore: link pthreads explicitly in linux build
2013-03-11 Jeff Olsoncore: formatting appeasement
2013-03-11 Jeff Olsoncore: fix broken tests on windows
2013-03-11 Jeff Olsoncore: change import of exchange_alloc for win32 os...
2013-03-11 Jeff Olsonrt/core: port os::list_dir to rust ref #4812
2013-03-11 Jeff Olsoncore: rt/core: impl os::env() in rust ref #4812
2013-03-11 Jeff Olsonrt/core: impl os::getcwd() in rust ref #4812
2013-03-11 borsauto merge of #5305 : brson/rust/mut_buf_as_slice,...
2013-03-11 Brian Andersoncore: Add vec::raw::mut_buf_as_slice
2013-03-11 borsauto merge of #5318 : jdm/rust/deriving_cell, r=pcwalton
2013-03-11 Josh MatthewsAdd deriving_eq to Cell.
2013-03-11 Daniel Micaytreemap: add more tests for set difference
2013-03-11 Daniel Micaytreemap: inline the TreeSet wrappers
2013-03-11 Daniel Micaytreemap: indentation fixes
2013-03-11 Daniel Micaytreemap: make set_advance public
2013-03-11 borsauto merge of #5314 : jld/rust/adt-simplification,...
2013-03-11 borsauto merge of #5291 : pcwalton/rust/drop-lint, r=pcwalton
2013-03-11 Patrick Waltonlibrustc: Lint the old `drop` destructor notation off
2013-03-11 Patrick Waltonlibrustc: Remove old-style operator overloading
2013-03-11 Patrick Waltontest: Fix tests. rs=tests
2013-03-11 Patrick Waltonlibsyntax: Stop parsing newtype enums
2013-03-11 Patrick Waltondoc: Remove documentation on newtype enums.
2013-03-11 Patrick Waltonlibsyntax: Remove newtype enums from libsyntax. rs...
2013-03-11 Patrick Waltonlibrustc: Remove newtype enums from librustc
2013-03-11 Patrick Waltonlibstd: Remove all newtype enums from std and core.
2013-03-11 Patrick Waltontest: Remove newtype enums from the test suite. rs...
2013-03-11 Patrick Waltonlibsyntax: Stop parsing bare functions in preparation...
2013-03-11 Patrick Waltonlibrustc: Replace all uses of `fn()` with `&fn()`....
2013-03-11 borsauto merge of #5122 : sanxiyn/rust/vec-match-tail-2...
2013-03-11 Seo SanghyeonAdd one more test for vector destructuring
2013-03-11 Seo SanghyeonImplement vector destructuring from tail
2013-03-11 Jed DavisGet rid of the `Unit` enum representation.
2013-03-11 Jed DavisSimplify struct representation.
2013-03-11 borsauto merge of #5308 : wanderview/rust/std-getopts-rustd...
2013-03-11 Ben KellyCorrect copyright year to be 2012-2013.
2013-03-10 Ben KellyFix formatting and errors in std::getopts example.
2013-03-10 borsauto merge of #5309 : nikomatsakis/rust/simplify_check_...
2013-03-10 Niko MatsakisSimplify the interface to check_fn by pulling some...
2013-03-10 Daniel Micayadd a TotalOrd impl for the unit type
2013-03-10 borsauto merge of #5285 : jld/rust/emacs-refix, r=brson
2013-03-10 Jed DavisConst dereference works now, so allow it.
2013-03-10 Jed DavisDon't copy const data to do an autoderef+autoref.
2013-03-10 Jed DavisAdd some tests for const auto-deref.
2013-03-10 Jed DavisDon't print addr_of(addr_of(e)) as `&&e`, which means...
2013-03-10 Jed DavisMake a const translation test match TESTNAME=const
2013-03-10 Jed DavisLet const_deref "dereference" newtypes.
2013-03-10 Jed DavisImplement most of adjustment handling for consts.
2013-03-10 Jed DavisBreak out const_addr_of.
2013-03-10 borsauto merge of #5302 : thestinger/rust/vec, r=nikomatsakis
2013-03-10 borsauto merge of #5296 : nikomatsakis/rust/region-syntax...
2013-03-10 Niko MatsakisRemove @ast::Region and replace with @ast::Lifetime.
2013-03-09 Daniel Micayvec: cleanup
2013-03-09 borsauto merge of #5295 : apasel422/rust/kate, r=brson
2013-03-09 Daniel Micayvec: renovate the BaseIter impl
2013-03-09 borsauto merge of #5294 : apasel422/rust/clone, r=nikomatsakis
2013-03-09 Andrew Paseltinerkate: remove assert keyword
2013-03-09 Andrew Paseltinerkate: add Not to list of traits
2013-03-09 Andrew Paseltinercore: implement Clone for primitive types
2013-03-09 borsauto merge of #5290 : bstrie/rust/dis, r=pcwalton
2013-03-09 Ben StriegelFinish de-implicit-selfing everything but the test...
2013-03-08 borsauto merge of #5287 : thestinger/rust/iter-trait, r...
2013-03-08 Daniel Micayimplement BaseIter for dlist (removing iter-trait)
2013-03-08 Jed Davisrust-mode.el uses the 'cl macros, so it should actually...
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5284 : thestinger/rust/iter-trait, r...
2013-03-08 Daniel Micayrm obsolete iter-trait/option.rs file
2013-03-08 borsauto merge of #5279 : alexcrichton/rust/no-dvec, r...
2013-03-08 Alex CrichtonFix dvec-related fallout in tests
2013-03-08 Alex Crichtoncore: Remove the dvec module
2013-03-08 Alex Crichtontest: Removing dvec uses
2013-03-08 Alex Crichtonsyntax: Remove uses of DVec
2013-03-08 Alex Crichtonrustc: Remove uses of DVec
2013-03-08 Alex Crichtonstd: Remove uses of DVec
2013-03-08 Alex Crichtoncore: Remove uses of DVec in io/repr
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibrustc: Add #[link_args] to metadata
2013-03-08 Patrick Waltontest: Fix tests.
2013-03-08 Patrick Waltonlibrustc: Stop parsing `assert`.
2013-03-08 Patrick Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
2013-03-08 Patrick Waltonlibrustc: Remove record patterns from the compiler
next