]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-01-29 Tim ChevalierMerge pull request #4664 from thestinger/fuzzy
2013-01-29 Daniel Micayimplement fuzzy_eq with fuzzy_eq_eps
2013-01-29 Patrick Waltonlibstd: De-export libstd. rs=deexport
2013-01-29 Patrick Waltonlibcore: De-export libcore. rs=deexporting
2013-01-29 Patrick Waltonlibsyntax: Implement the `impl Trait for Type` syntax
2013-01-29 Tim ChevalierLong line
2013-01-29 Tim Chevalierdocs: Add a note to CONTRIBUTING.md about copyright...
2013-01-29 Tim ChevalierMerge pull request #4668 from ILyoan/i2673
2013-01-29 Patrick Waltonlibrustc: De-implicit-self the visitor. r=graydon
2013-01-29 Patrick Waltonlibrustc: Disallow trait bounds in types, enumerations...
2013-01-29 Patrick Waltonlibstd: Remove "dual impls" from the language and enfor...
2013-01-29 Tim ChevalierMerge pull request #4672 from alexcrichton/linearmap...
2013-01-29 Alex CrichtonFix the len() method on LinearMap during popping
2013-01-29 ILyoanfix #2673: avoid visiting the same crate twice
2013-01-29 William TingAdd support for Ubuntu named clang packages.
2013-01-29 Tim Chevaliertestsuite: De-record most bench tests
2013-01-29 Tim Chevaliertestsuite: De-record pretty tests
2013-01-29 Tim Chevaliertestsuite: Remove structural records from remaining...
2013-01-29 Tim Chevalierrustc: Check struct field types when heap memory lint...
2013-01-29 Tim Chevaliersyntax: Don't add an extra space before the last comma...
2013-01-29 Tim Chevaliertestsuite: Allow structural records in two tests that...
2013-01-29 Tim Chevaliertestsuite: Add #[allow(structural_records)] to pipes...
2013-01-29 Tim Chevaliercompiletest: Allow legacy records
2013-01-29 Tim Chevaliercore: Allow legacy records in in a few modules
2013-01-29 Tim ChevalierAdd #[legacy_records] crate attribute
2013-01-29 Tim Chevalierrustc: In lint, forbid structural records unless legacy...
2013-01-29 Tim Chevalierrustc: Add legacy_records field to the type context
2013-01-29 Brian AndersonRevert readline optimization and add test
2013-01-29 Daniel Micayadd a FuzzyEq method that accepts an epsilon value
2013-01-29 Tim ChevalierRevert "Revert "Merge pull request #4633 from thestinge...
2013-01-29 Daniel Micayupdate FuzzyEq to explicit self
2013-01-29 Daniel Micayfix std::cmp docstring
2013-01-28 Brian AndersonAdd Michael Neumann to AUTHORS
2013-01-28 Brian AndersonTidy
2013-01-28 Michael NeumannSlightly optimize read_line()
2013-01-28 Michael NeumannGreatly improve performance for TcpSocketBuf.read
2013-01-28 Michael NeumannConvert log(debug, ...) to debug!(...)
2013-01-28 Michael NeumannFix example code
2013-01-28 Brian AndersonMerge remote-tracking branch 'thestinger/hashmap' into...
2013-01-28 Brian AndersonMerge remote-tracking branch 'codeblack08/treemap-ord...
2013-01-28 Daniel Micayget rid of LinearMap's find_copy method
2013-01-28 Niko MatsakisChange "// WARN" in tidy to "// NOTE" as requested...
2013-01-28 Niko MatsakisAddress @catamorphism's comments regarding docs
2013-01-28 Niko Matsakisloan: Track whether or not the current path owns the...
2013-01-28 Niko Matsakisremove unused variable
2013-01-28 Niko Matsakisremove hacks now that #3148 is fixed
2013-01-28 Niko MatsakisRewrite the coercion code to be more readable, more...
2013-01-28 Niko Matsakisrename assign to coerce, remove some bad copies
2013-01-28 Niko MatsakisRefactor to make inference code around unification...
2013-01-28 Niko MatsakisDo not try to encode/decode inference types, should...
2013-01-28 Niko MatsakisAdd to_str() definitions for some AST types
2013-01-28 Niko MatsakisRemove bounds from type decl of smallintmap
2013-01-28 Niko MatsakisExtend region guarantor logic to handle autoref, which...
2013-01-28 Niko MatsakisMake tidy actually work
2013-01-28 Niko MatsakisDetect "// WARN" in tidy and print out, well, a warning...
2013-01-28 Niko MatsakisIntegrate vec patterns into borrow checker.
2013-01-28 Niko MatsakisLink the lifetimes of regions resulting from borrows...
2013-01-27 Cody Schroederstd: implement lexicographical Ord for TreeMap/TreeSet
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream2'
2013-01-26 Graydon Hoareregister more-conservative linux snap
2013-01-26 Tim Chevaliertestsuite: Eliminate structural records from run-fail...
2013-01-26 Tim Chevalierfuzzer: Remove structural records
2013-01-26 Tim Chevaliercargo: remove structural records
2013-01-26 Tim Chevaliercore: Remove structural records in library tests
2013-01-26 Tim Chevaliertestsuite: Eliminate uses of structural records from...
2013-01-26 Tim ChevalierMerge pull request #4646 from codeblack08/fix-contribut...
2013-01-26 Cody SchroederFix links in CONTRIBUTING.md
2013-01-26 Tim ChevalierAdd Tyler Bindon to AUTHORS
2013-01-26 Tim ChevalierMerge pull request #4644 from martica/camel-case-option
2013-01-26 Tim Chevalierrustc: Make build_wrap_ret compile on Windows and unrev...
2013-01-26 Tyler BindonFix Option camel case in a compile-fail test
2013-01-26 Tyler BindonFix Option camel case in commented portion of test
2013-01-26 Tyler BindonFix Option camel case in debug messages
2013-01-26 Tyler BindonFix Option camel case in xfailed/ignored tests
2013-01-26 Tyler BindonFix Option camel case in comments
2013-01-26 Tyler BindonFix Option camel case in error message
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream'
2013-01-26 Tim ChevalierAdd Cody Schroeder to AUTHORS
2013-01-26 Tim ChevalierMerge pull request #4642 from codeblack08/unwrap-pub
2013-01-26 Cody SchroederDeclare std::arc::unwrap to be pub
2013-01-26 Tim Chevaliertestsuite: Fix Windows breakage harder in x86stdcall2
2013-01-25 Graydon Hoaretest: fix x86stdcall test, r=burningtree.
2013-01-25 Graydon Hoareregister snapshots
2013-01-25 Brian AndersonStart running the libsyntax unit tests. #4618
2013-01-25 Tim ChevalierRevert "Merge pull request #4633 from thestinger/treemap"
2013-01-25 John Clementsdoc typo
2013-01-25 Tim ChevalierMerge pull request #4625 from thestinger/container
2013-01-25 Tim ChevalierMerge pull request #4633 from thestinger/treemap
2013-01-25 Daniel Micayuse mut function argument syntax in priority_queue
2013-01-25 Daniel Micayuse mutable function argument syntax in treemap
2013-01-25 Brian AndersonStop using oldcomm in uv_global_loop tests
2013-01-25 Tim Chevalierstd: Mop up Mac/Linux breakage
2013-01-25 Tim Chevalierrustc: Address an XXX in middle::mode
2013-01-25 Tim Chevalierrustc: Less copy
2013-01-25 Tim Chevaliercore: Mop up Windows breakage
2013-01-25 Daniel Micayremove remaining is_not_empty functions/methods
2013-01-25 Tim Chevalierstd: Fix broken Windows function
2013-01-25 Daniel Micayimplement Mutable trait for vec
2013-01-25 Daniel Micayreplace ConstVector trait with the Container trait
2013-01-25 Tim ChevalierMerge pull request #4623 from thestinger/map
next