]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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
2012-07-23 Ben BlumFix and un-xfail task-killjoin-rsrc.rs
2012-07-23 Elliott SlaughterAdd debug flag to turn off landing pads.
2012-07-23 Ben BlumAdd task::spawn_unlinked and start migrating away from...
2012-07-23 Ben Blumremove unneeded export local_data in task.rs (#2945)
2012-07-23 Patrick WaltonMerge pull request #2996 from elliottslaughter/fix...
2012-07-23 Elliott SlaughterAdd rustrt wrapper functions to export list.
2012-07-23 Patrick WaltonMerge pull request #2884 from elliottslaughter/rust...
2012-07-23 Elliott SlaughterMoved malloc and free upcalls into rust runtime.
2012-07-23 Elliott SlaughterMove fail upcall into rust libcore.
2012-07-23 Lindsey KuperFurther revisions suggested by nmatsakis (#2990).
2012-07-23 Lindsey KuperTutorial revisions (among other things, closes #2990).
2012-07-21 Graydon HoareMerge tag 'release-0.3.1' into incoming
2012-07-21 Graydon HoareRelease 0.3.1
2012-07-21 Tim ChevalierRemove what's left of resolve1
2012-07-20 Tim ChevalierFix failing tutorial test case. Fixes build breakage
2012-07-20 Ben Blum[4/4 for #2365, #2671] Reassign one last fixme to ...
2012-07-20 Ben Blum[3/4 for #2365, #2671] Fix exit/kill race with scheds...
2012-07-20 Ben Blum[2/4 for #2365, #2671] Fix exit/kill race with tasks...
2012-07-20 Ben Blum[1/4 for #2365, #2671] Fix create/kill race with schedu...
2012-07-20 Tim ChevalierFix markup in rust.md
2012-07-20 Ben Blum*Properly* ignore the hanging linked failure test
2012-07-20 Ben Blumtask.rs rename supervise to linked internally
2012-07-20 Tim ChevalierFix string
2012-07-20 Tim ChevalierMerge pull request #2910 from gwillen/bug-2360
2012-07-20 Tim ChevalierEdit for style
2012-07-20 Tim ChevalierMerge remote-tracking branch 'Havvy/master' into Havvy...
2012-07-20 Tim ChevalierAdd Jed Davis to AUTHORS
2012-07-20 Tim ChevalierMerge pull request #2939 from jld/randomfloat
2012-07-20 Paul StansiferAdd a badge to the tutorial and reference docs indicati...
2012-07-19 Graydon HoareSwitch io::print and io::println to take slices.
2012-07-19 Graydon HoareGeneralize leak suppression slightly, user reported...
2012-07-19 Ben BlumAdd bonus linked failure test, #[ignore]d
2012-07-19 Graydon HoareEven simpler attempt at solving the .dSYM mess.
2012-07-19 Graydon HoareRevert "Try less complicated trick for solving the...
2012-07-19 Niko MatsakisFix intersection of two region params in infer, cc...
2012-07-19 Patrick WaltonRevert "accept naked exprs with commas in pattern arms...
2012-07-19 Patrick Waltontest: XFAIL some more in an effort to unbreak the tree
2012-07-19 Patrick Waltontest: Change the expected error message on iface-test...
2012-07-19 Patrick Waltontest: XFAIL issue-1466.rs due to cycle collector crashes.
2012-07-19 Niko Matsakisaccept naked exprs with commas in pattern arms
2012-07-19 Ben BlumLinked failure: add {un,}linked {un,}parented fail...
2012-07-19 Ben BlumLinked failure: unidirectional failure with parented...
2012-07-19 Tim ChevalierRemove nonexistent imports
2012-07-19 Patrick Waltonrustc: Make vtable do duplicate-impl checking. Closes...
2012-07-19 Tim ChevalierIn resolve3, error on non-existent imports
2012-07-19 Tim ChevalierRemove non-existent imports
next