]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-03-21 Brian Andersontest: Begin running the language ref examples. Mostly...
2012-03-21 Brian Andersondoc: Switch the tutorial to pandoc's method of tagging...
2012-03-21 Patrick Waltonrustc: Fix a few more instances of node ID stomping...
2012-03-21 Graydon HoareConditionalize test to only run double/byte/double...
2012-03-21 Patrick Waltonrustc: Make the quasiquote operator stop reusing nodes...
2012-03-21 Brian Andersondoc: Fix external links in tutorial
2012-03-21 Graydon HoareXfail struct-return test. x64 ABI is not quite right...
2012-03-21 Tim ChevalierClass methods WIP
2012-03-20 Graydon HoareSome tests for passing and returning structures by...
2012-03-20 Brian Andersondoc: Remove unary move operator from language ref....
2012-03-20 Brian Andersoncore: Rename unsafe::leak to unsafe::forget. Closes...
2012-03-20 Graydon HoareRemove unused "flav" parameter from function registrati...
2012-03-20 Graydon HoareFix naughty mangling-breakage from stringifying a node...
2012-03-20 Graydon HoareWork on fixing name mangling.
2012-03-20 Brian Andersonrustdoc: Refactor reexport_pass
2012-03-20 Brian Andersonrustdoc: Document impl reexports
2012-03-20 Brian Andersonrustdoc: Run the entire resolve pass
2012-03-20 Graydon HoareRemove object file directly rather than running "rm...
2012-03-20 Graydon HoareFail when there's an error starting a process. Close...
2012-03-20 Jyun-Yan Youmake native and crust functions conform to x86-64 ABI
2012-03-20 Graydon HoareMinor io fixlet to account for racing against last_os_e...
2012-03-20 Marijn Haverbekerustc: Be more careful about spans in 'unexpected token...
2012-03-20 Marijn HaverbekeRevert order of arguments to option::maybe and from_maybe
2012-03-20 Marijn HaverbekeFix caching bug in resolve, get rid of enumness kludge
2012-03-20 Marijn HaverbekeOnly make symbols external when they are actually exter...
2012-03-20 Marijn HaverbekeMove external-reachability checker to trans
2012-03-20 Brian Andersonrt: Remove an unused function
2012-03-20 Patrick Waltonrustc: Fix handling of the `self` region in method...
2012-03-20 Patrick Waltonrustc: Fix mutability checking when dereferencing a...
2012-03-19 Brian Andersontest: Remove pretty/issue-953. Doesn't typecheck
2012-03-19 Brian Andersoncore: Move unsafe conversions to str::unsafe
2012-03-19 Brian Andersoncore: Make converting from a C string unsafe
2012-03-19 Brian Andersonbuild: rm -f old tutorial snippets
2012-03-19 Brian Andersonbuild: Delete old tutorial tests before regenerating...
2012-03-19 Graydon HoareSend string concatenation to specialized upcall, shave...
2012-03-19 Brian Andersonrustc: Stop generating the flag_none #fmt flag. Issue...
2012-03-19 Brian Andersoncore: Remove a FIXME. Closes #1992
2012-03-19 Brian Andersoncore: Remove a FIXME. Closes #2002
2012-03-19 Marijn HaverbekeProperly check kinds when instantiating types
2012-03-19 Brian Andersonrustdoc: Print type params in fn sigs. Closes #2021
2012-03-19 Brian Andersonrt: Remove rust_task_thread::dead_tasks
2012-03-19 Brian Andersonrt: Remove rust_task_thread::newborn_tasks
2012-03-19 Brian Andersonrt: Convert rust_task_list to a typedef
2012-03-19 Brian Andersonrt: Don't store the name of the task state in rust_task...
2012-03-19 Brian Andersonrt: Use an enum to represent the task state
2012-03-19 Brian Andersoncore: Rename vec::*_from to _between to match str mod
2012-03-19 Brian Andersoncore: Rename vec::position_elt to position_elem
2012-03-19 Brian AndersonMerge pull request #2025 from damag/master
2012-03-19 Brian Andersonrt: Remove lock_held_by_current_thread
2012-03-18 Brian Andersoncore: Add vec::unshift
2012-03-18 Brian Andersoncore: Don't require a copyable T for vec::push
2012-03-18 Brian Andersoncore: Improve the docs and signature of vec::iter2
2012-03-18 Brian Andersoncore: vec::filter_map doesn't require a copyable T
2012-03-18 Damien Grassartrustc: Fix typo in error message
2012-03-18 Brian Andersonrt: Remove the recursive lock from rust_task_thread
2012-03-18 Brian Andersoncore: Don't copy elements in filter_map
2012-03-18 Brian Andersonrt: Ports don't need to ref their tasks
2012-03-18 Brian Andersonrt: Remove some bogus pthread settings from rust_task_t...
2012-03-17 Brian Andersoncompiletest: Remove FIXME. Closes #1984
2012-03-17 Brian Andersoncore: Fix signature of call_with_retptr. Closes #1987
2012-03-17 Brian AndersonRegister snapshots
2012-03-17 Brian Andersonbuild: Fix non-host libcore
2012-03-17 Tim ChevalierEncode both private and public class fields in metadata
2012-03-17 Tim ChevalierFix encoding of class ctors
2012-03-17 Josh MatthewsDon't break -g in the presence of monomorphization.
2012-03-17 Brian Andersonrustc: Unify impl self types in the opposite order...
2012-03-16 Brian Andersoncore: Resolve and remove some FIXMEs
2012-03-16 Brian Andersoncore: Remove str::init_elt
2012-03-16 Tim ChevalierClasses WIP
2012-03-16 Brian Andersoncore: Store reexporting result and either. Closes ...
2012-03-16 Brian Andersonrustdoc: Allow elipses to appear in brief descriptions...
2012-03-16 Niko Matsakisallow binding of fn~, make result fn@. fixes 1899.
2012-03-16 Brian Andersoncore: Add lots of string docs
2012-03-16 Patrick Waltonrustc: Give a better error message when references...
2012-03-16 Brian Andersoncore: Remove extra backslashes from docs
2012-03-16 Brian Andersonrustdoc: Escape backslashes
2012-03-16 Brian Andersoncore: Doc cleanup
2012-03-16 Brian Andersoncore: Escape some characters in comments
2012-03-16 Erick Tryzelaarstd: Add a a hashmap_from_vecs function
2012-03-16 Erick Tryzelaarstd: Add a function to iterate over a subset of a vec
2012-03-16 Erick TryzelaarAdd loop to the vim keyword list.
2012-03-16 Marijn HaverbekeCheck kind bounds when calling methods
2012-03-16 Marijn HaverbekeForbid boxed ifaces with self types or generic methods...
2012-03-16 Marijn HaverbekeRegister new snapshot
2012-03-16 Marijn HaverbekeRemove shared tydescs
2012-03-16 Niko Matsakismake it possible to use snapshot core lib
2012-03-16 Marijn HaverbekeSupport binding of methods off boxed iface values
2012-03-16 Marijn HaverbekeRegister new snapshots
2012-03-16 Tim ChevalierComments only: associate core::libc FIXMEs with issue...
2012-03-16 Tim ChevalierComments only: associate core::iter FIXMEs with issue...
2012-03-16 Tim ChevalierComments only: issue numbers for FIXMEs
2012-03-16 Tim ChevalierPut the OS error in the error string in io::mk_file_wri...
2012-03-16 Patrick Waltonrustc: Describe why regions failed to unify as part...
2012-03-16 Patrick Waltonrustc: Fix the AST map to actually map blocks. Also...
2012-03-16 Brian Andersoncore: Docs
2012-03-16 Tim ChevalierComments only: associate FIXMEs with issue numbers...
2012-03-16 Patrick Waltonrustc: Index blocks
2012-03-16 Tim ChevalierComments only: associate FIXMEs in float libs with...
2012-03-16 Patrick Waltontest: Add a test case for self regions and typeclass...
2012-03-16 Tim ChevalierAddress FIXMEs in extfmt / add issue numbers
next