]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-05-03 Brian Andersoncore: Wire up the unwinder to newsched again
2013-05-03 Brian Andersonrustc: Drop the visitor object from the visitor glue
2013-05-01 Brian Andersonmk: Fix pdf build
2013-05-01 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-29 Brian Andersoncore: Turn off the local heap in newsched in stage0...
2013-04-29 borsauto merge of #6080 : pcwalton/rust/demode-everything...
2013-04-29 Patrick Waltonlibstd: Fix merge fallout.
2013-04-29 Patrick Waltondoc: XFAIL mysterious failure on bots
2013-04-29 Patrick Waltonlibrustc: Fix merge fallout.
2013-04-29 Patrick Waltontest: Fix more tests.
2013-04-29 Patrick Waltonlibrustc: Forbid type implementations on typedefs.
2013-04-29 Patrick Waltonlibrustc: Change labels to use the lifetime notation...
2013-04-29 Patrick Waltontest: Fix tests.
2013-04-29 Patrick Waltonlibrustc: Remove the concept of modes from the compiler.
2013-04-29 Patrick Waltonlibrustc: Make `&fn` by-copy by default and remove...
2013-04-29 Patrick Waltontest: Remove #[legacy_modes] from the test suite.
2013-04-29 Patrick Waltonlibfuzzer: De-mode the fuzzer.
2013-04-29 Patrick Waltonlibrustc: Remove the legacy mode in the type visitor...
2013-04-29 Patrick Waltonlibrustc: Rename `reinterpret_cast` to `transmute_copy...
2013-04-29 Patrick Waltonlibrustc: Implement `reinterpret_cast` in terms of...
2013-04-29 Patrick Waltonlibrustc: Remove `ptr::addr_of`.
2013-04-29 Tim ChevalierRevert "libcore: remove unnecessary deref"
2013-04-29 borsauto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton
2013-04-29 borsauto merge of #6099 : danluu/rust/xfail_clone, r=catamo...
2013-04-29 Brendan ZabarauskasRevert "Merge Exponential and Hyperbolic traits"
2013-04-29 Brendan ZabarauskasMerge Exponential and Hyperbolic traits
2013-04-29 ILYONG CHOtutorial: Fix 'self' to 'Self'
2013-04-29 ILYONG CHOtutorial: Fix 'self' to 'Self'
2013-04-29 borsauto merge of #6083 : jbclements/rust/parser-cleanup...
2013-04-29 Brendan ZabarauskasRename 'divisible_by' method to 'is_multiple_of', add...
2013-04-29 John Clementsadd test case for enum disambiguation
2013-04-29 John Clementsfix typo in librstpkg tests, allowed by old parser
2013-04-29 Brendan ZabarauskasImplement Fractional for Ratio
2013-04-29 Brendan ZabarauskasMove appropriate functions out of Real and into separat...
2013-04-29 borsauto merge of #6056 : thestinger/rust/iter, r=catamorphism
2013-04-29 Daniel Micaymake way for a new iter module
2013-04-28 borsauto merge of #5646 : Aatch/rust/unwind-fix, r=brson
2013-04-28 borsauto merge of #6092 : gifnksm/rust/impl-integer-bigint...
2013-04-28 Dan LuuUpdated spawn / loop thread to work with current syntax
2013-04-28 Dan LuuRemove test for any type -> match type, which doesn...
2013-04-28 Dan LuuUpdate old xfailing spawn/bind/join test
2013-04-28 John Clementsparser comments
2013-04-28 John Clementss/one_tuple/trailing_comma (more accurate name)
2013-04-28 John Clementsremoved unneeded argument to parse_record
2013-04-28 John Clementss/parse_purity/parse_unsafety
2013-04-28 John Clementsremove 3-line used-once function
2013-04-28 John Clementsrename parse_instance_var to parse_name_and_ty
2013-04-28 John Clementsremove obsolete semicolon from list of suggestions
2013-04-28 John Clementsrename parse_single_class_item as well
2013-04-28 John Clementsrename parse_class_item to parse_struct_decl_field
2013-04-28 John Clementsneeds_comma was always true
2013-04-28 John Clementsfix for parsing x() as identifier pattern
2013-04-28 John Clementshard to read the implied double negative
2013-04-28 John Clementsremove unused functions, fix tiny lexing bug
2013-04-28 John Clementsremove unused flag to parse_local fn
2013-04-28 John Clementsremove unused RESTRICT_NO_CALL_EXPRS restriction
2013-04-28 John Clementsundo abstraction over whether to parse attrs in a block
2013-04-28 John Clementsrefactoring to split foreign_items from items
2013-04-28 John Clementsparser comments
2013-04-28 John Clementsget rid of prec.rs
2013-04-28 John Clementsreindent in parser
2013-04-28 John Clementsremove unnecessary function
2013-04-28 John Clementssimplify, based on invariant that items_allowed !=...
2013-04-28 John Clementsadding parse_path
2013-04-28 John Clementscomments, helper function for tests, more informative...
2013-04-28 John Clementsrefactor parse_fn_decl
2013-04-28 John Clementsparser comments only
2013-04-28 John Clementsrefactoring mod.rs
2013-04-28 John Clementschange stage1,stage2,stage2 into not(stage0)
2013-04-28 borsauto merge of #6097 : Blei/rust/fix-rand, r=pnkfelix
2013-04-28 Philipp Brüschweilerrand: Fix infinite recursion
2013-04-28 borsauto merge of #6075 : thestinger/rust/no-no_core, r...
2013-04-28 gifnksmlibstd: inlining almost every methods in bigint module.
2013-04-28 gifnksmlibstd: impl Integer for BigUint/BigInt.
2013-04-28 Daniel Micayonly use #[no_core] in libcore
2013-04-28 borsauto merge of #6082 : catamorphism/rust/mkdir_recursive...
2013-04-27 borsauto merge of #6081 : brson/rust/out-of-stack, r=thestinger
2013-04-27 borsauto merge of #6072 : cmr/rust/better_import_error...
2013-04-27 borsauto merge of #6071 : bjz/rust/numeric-traits, r=graydon
2013-04-27 borsauto merge of #6070 : thestinger/rust/tutorial, r=pcwalton
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-27 borsauto merge of #6064 : thestinger/rust/char, r=catamorphism
2013-04-27 borsauto merge of #6059 : Kimundi/rust/nice-fail, r=pcwalton
2013-04-27 borsauto merge of #6058 : huonw/rust/rt-isaac-update, r...
2013-04-27 Brendan ZabarauskasPropagate NaNs for Orderable methods impled on floating...
2013-04-27 Brendan ZabarauskasFix copy-paste mistakes
2013-04-27 borsauto merge of #6057 : cmr/rust/map_zip, r=graydon
2013-04-27 Brendan ZabarauskasRemove unnecessary fallbacks
2013-04-27 Brendan ZabarauskasRename `nextafter` to `next_after` to match method...
2013-04-26 borsauto merge of #6077 : brson/rust/valgrind, r=brson
2013-04-26 Brendan ZabarauskasAdd additional constants to primitive floating point...
2013-04-26 Tim Chevaliercore: Move mkdir_recursive from rustpkg into core::os
2013-04-26 Brian Andersonrt: Set the stack depth limit to 1GB. Abort on error.
2013-04-26 Brian AndersonSuppress all 'cond' errors in valgrind. #5856
2013-04-26 Daniel Micaytutorial-ffi: add example of a custom destructor
2013-04-26 Daniel Micaytutorial: rework the section on destructors
2013-04-26 Brendan ZabarauskasAdd mul_add and next_after methods to Float
2013-04-26 Brendan ZabarauskasAdd Orderable trait
2013-04-26 Huon Wilsonrt: use the [u]int[nn]_t types in the RNG.
2013-04-26 Uwe DauernheimFix typo
next