]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-07-26 Paul StansiferMerge branch 'master' of github.com:paulstansifer/rust
2012-07-26 Paul StansiferRegister snapshots.
2012-07-26 Eric HolkMake parsing about 0.3 seconds faster.
2012-07-26 Eric Holk3x faster typechecking
2012-07-26 Eric HolkAdd #[inline(never)], and also fixed inlining on vec...
2012-07-26 Paul StansiferChange `#macro` to `macro_rules!` in some cases.
2012-07-26 Paul StansiferAllow old-style syntax extensions to be called with...
2012-07-25 Ben BlumFix asserts & short-read bug in isaac_seed (#2870)
2012-07-25 Ben BlumFix os::env race (#2870)
2012-07-25 Graydon HoareMerge pull request #3014 from elliottslaughter/fix...
2012-07-25 Elliott SlaughterFix build by xfailing tests which produce irreducible...
2012-07-25 Eric HolkPolymorphic protocols work well enough to do MapReduce.
2012-07-25 Eric HolkBounded protocols work well enough to compile core...
2012-07-25 Eric HolkThread spans through the pipe compiler. They aren't...
2012-07-25 Eric HolkMore purity to make it easier to borrow strings in...
2012-07-25 Eric HolkAdded infrastructure to spin for a bit on recv. A spin...
2012-07-25 Eric HolkAdded a benchmark of bounded vs unbounded. Bounded...
2012-07-25 Eric HolkCompiled a bounded version of pingpong.
2012-07-25 Eric HolkGenerate buffer type for bounded protocols
2012-07-25 Eric HolkRefactor the bounded pingpong example to avoid needing...
2012-07-25 Eric HolkAllow logging slices
2012-07-25 Eric HolkHand-written bounded pingpong implementation.
2012-07-25 Eric HolkRefactoring pipes to allow implementing bounded protocols.
2012-07-25 Eric HolkStarted playing with macros to make receiving easier
2012-07-25 Eric HolkTighten pipe exports, and refactor traits.
2012-07-25 Ben Blum(minor) remove config_notify from rustrt.def.in
2012-07-25 Ben Blumminor rt cleanup
2012-07-25 Ben BlumRemove notification channels in runtime (closes #1078)
2012-07-25 Ben BlumHandle notification channels in task.rs
2012-07-25 Graydon HoareMerge pull request #3009 from elliottslaughter/utf8...
2012-07-25 Niko Matsakisadjust deprecated_use not to warn about sugared closures
2012-07-25 Niko Matsakisfix oversight in ty_decode.
2012-07-25 Niko Matsakisadd new deprecated_mode lint pass
2012-07-25 Niko Matsakisavoid capture of bound regions when infering types...
2012-07-25 Niko Matsakiscomment various region-related things better
2012-07-25 Niko Matsakismake unique pointers inherit mutability from owner
2012-07-25 Niko Matsakisfrom_fn and ref_set do not require copy bound
2012-07-25 Niko Matsakisrange() is pure
2012-07-25 Niko Matsakiscorrect treatment of mutability for deref'd components
2012-07-25 Patrick Waltonvim: Highlight "struct"
2012-07-25 Ben Blumrust_cond_lock acquire/release should be inside the...
2012-07-25 Ben BlumAdd 2-degree familial relations linked failure tests...
2012-07-25 Elliott SlaughterRemove rustllvm functions which have moved upstream.
2012-07-25 Graydon HoareBump LLVM, clang and compiler-rt, integrating eds'...
2012-07-25 Zack CorrOnly initialize targets that are actually supported...
2012-07-25 Zack CorrAllow 3.0, 3.1, 3.0svn and 3.1svn for llvm-root
2012-07-25 Graydon HoareAdd core::hash containing SipHash-2-4 implementation...
2012-07-25 Patrick Waltonrustc: Write impl attributes into the metadata
2012-07-24 Patrick Waltontest: Add a max/min classes test case
2012-07-24 Patrick Waltonrustc: Parse new-style impl declarations
2012-07-24 Elliott SlaughterFix test floating point comparison to tolerate imprecis...
2012-07-24 Patrick Waltonrustc: Don't require that structs have constructors
2012-07-24 Ben BlumChange yield() and wait_event() to be MUST_CHECK and...
2012-07-24 Ben BlumChange task linked failure interface in manual
2012-07-24 Eric HolkFix xfail comment
2012-07-24 Eric HolkTest case for #3005
2012-07-24 Ben Blumtiny runtime cleanup
2012-07-24 Ben BlumRemove unsupervise
2012-07-24 Ben Blumtask.rs remove old builder interface
2012-07-24 Ben BlumAdd option::unwrap_expect
2012-07-24 Graydon HoareFix more windows breakage.
2012-07-24 Patrick Waltonrustc: Translate struct literals
2012-07-24 Graydon HoareFix windows breakage.
2012-07-24 Graydon HoareMerge pull request #3003 from elliottslaughter/free...
2012-07-24 Graydon HoareFix whitespace.
2012-07-24 Graydon HoareUpdate some str functions to slices, merge as_buf and...
2012-07-24 Ben BlumAdd 'do atomically { .. }' for exclusives
2012-07-24 Elliott SlaughterDon't emit invoke instructions inside landing pads.
2012-07-24 Paul StansiferBugfix: enable transcription to deal with zero-repetiti...
2012-07-24 Paul StansiferImprove an error message a little.
2012-07-24 Paul StansiferBugfix: make the parser handle the case where zero...
2012-07-24 Paul StansiferAdd `5.timesi() |idx| { ... }`
2012-07-24 Paul StansiferMake rustdoc deal with macros. Rustdoc still fails...
2012-07-24 Patrick Waltonrustc: Typecheck struct literals
2012-07-24 Eric HolkImport reader_util
2012-07-24 Tim ChevalierTypos in tutorial
2012-07-24 Patrick Waltonrustc: Resolve struct names in struct literals
2012-07-24 Patrick Waltonsyntax: Expect the closing brace after struct literals
2012-07-24 Ted Horstcall task::yield in comm::peek
2012-07-24 Glenn WillenAdd to_str for hashmap.
2012-07-24 Erick TryzelaarSwitch reader to work with preallocated vecs
2012-07-24 Erick Tryzelaartests: Rename to avoid colliding with real rust-zmq.
2012-07-24 Erick Tryzelaarlibcore: whitespace cleanup.
2012-07-24 Erick Tryzelaarlibcore: add vec memcpy and memmove fns
2012-07-24 Erick Tryzelaarlibcore: add vec::{mut_view, const_view}.
2012-07-24 Erick Tryzelaarlibcore: Modernize a docstring
2012-07-24 Ben BlumConvert std::test to new task_builder interface
2012-07-24 Ben BlumConvert bench and run-pass tests to new task_builder...
2012-07-24 Ben BlumConvert os/priv/uv to new task_builder interface
2012-07-24 Ben BlumGet rid of task::future_task
2012-07-24 Ben BlumAdd task::task_builder interface for improved spawning...
2012-07-23 Graydon HoareMerge pull request #2998 from elliottslaughter/no-landi...
2012-07-23 Patrick Waltonrustc: Max/min classes: Add struct literal syntax
2012-07-23 Daniel PattersonAdding simple net::url module to parse and format urls.
2012-07-23 Tim ChevalierAdd Damian Gryski to AUTHORS
2012-07-23 Tim ChevalierMerge pull request #3000 from dgryski/master
2012-07-23 Ben BlumOops, xfail-win32 task-killjoin-rsrc
2012-07-23 Damian GryskiFix formatting of multi-line blocks in asm-comments
2012-07-23 Patrick Waltonsyntax: Remove reference to typestate in a comment
2012-07-23 Patrick Waltonrustc: Make vtables use the coherence tables
next