]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-10-18 Matt Brubeckdoc: 'if' expressions no longer require parens
2011-10-18 Matt Brubeckdoc: 'for' and 'for each' no longer use parens
2011-10-18 Matt Brubeckdoc: Fix typo (s/pay/may/)
2011-10-18 Brian AndersonEnforce variance rules for mutable types
2011-10-18 Brian AndersonAdd a variance transform for calculation of recursive...
2011-10-18 Brian AndersonIntroduce covariance, contravariance and invariance...
2011-10-17 Brian AndersonDon't unify from mutable? to immutable
2011-10-17 Brian AndersonSplit record_var_binding into methods for expected...
2011-10-17 Brian AndersonCorrect two more analyses of mutable? as mutable
2011-10-17 Brian AndersonDon't allow assignment to mutable-wha?
2011-10-17 David Rajchenbach... [Lib] int.rs, uint.rs: added max_value, min_value
2011-10-17 David Rajchenbach... [Lib] uint.rs: +min_value
2011-10-17 David Rajchenbach... [Lib] rand.rs: type rng now defines next_float
2011-10-17 David Rajchenbach... [Lib] u32.rs: created
2011-10-17 David Rajchenbach... [Lib] u8.rs, u64.rs: +min_value, max_value
2011-10-17 Brian AndersonChange the linkage order on linux and add -ldl
2011-10-16 Brian AndersonOnly link librt on linux
2011-10-16 Haitao LiFix link error by explicitly link needed DSOs
2011-10-15 Brian AndersonAdd Elly Jones to AUTHORS.txt
2011-10-15 Elly JonesUpdate LinkModules invocation to use new prototype
2011-10-15 Brian AndersonAdd LLVM 3.1svn to supported versions
2011-10-14 Marijn HaverbekeUse trans_expr_save_in instead of trans_expr when appro...
2011-10-14 Marijn HaverbekeDon't crash when reporting an unresolved import in...
2011-10-13 Brian AndersonRemove an unnecessary visitor from rustc::middle::fn_usage
2011-10-13 Brian AndersonFix a use of visit in rustc::middle::fn_usage
2011-10-13 Brian AndersonDon't allow the value of generic bare functions to...
2011-10-13 Brian AndersonRename rustc::middle::unsafeck to fn_usage
2011-10-13 Brian AndersonAdd a test that generic bare functions can be bound
2011-10-13 Marijn HaverbekeMake trans_anon_obj properly thread its bcx
2011-10-13 Marijn HaverbekeProperly fill single-variant zero-arg tag values.
2011-10-12 Brian AndersonCleanse usage of some unsafe functions on win32
2011-10-12 Niko Matsakisreimplement some of the unsafe stuff which got lost
2011-10-12 Niko Matsakisremove unsafe tags
2011-10-12 Niko Matsakisnew test
2011-10-12 Niko Matsakismake compiler emit more than 1 error in the case of...
2011-10-12 Niko Matsakisprohibit ptr deref unless in unsafe code
2011-10-12 Niko Matsakisfix error msg
2011-10-12 Niko Matsakisadd some new tests
2011-10-12 Niko Matsakisconvert a few tests from unsafe fns to fns with unsafe...
2011-10-12 Niko Matsakismake a good error msg if you try to use an unsafe fn...
2011-10-12 Niko Matsakisimprove the span used in test generation
2011-10-12 Niko Matsakisadd pass to check that unsafe fns cannot be used as...
2011-10-12 Niko Matsakisall tests pass
2011-10-12 Niko Matsakisall tests pass
2011-10-12 Niko Matsakiscontinue to annotate functions as unsafe where neccessary
2011-10-12 Niko Matsakiscontinue to annotate trans functions as unsafe where...
2011-10-12 Niko Matsakiscontinue to annotate trans functions as unsafe where...
2011-10-12 Niko Matsakisadd unsafe tags into various points in the translation...
2011-10-12 Niko MatsakisAdd unsafe tags to usage of LLVM funcs
2011-10-12 Niko Matsakismake treatment of unchecked/unsafe blocks more uniform
2011-10-12 Brian AndersonRevert "Test for #954"
2011-10-12 Brian AndersonTest for #954
2011-10-12 Brian AndersonRegister snapshots
2011-10-12 Brian AndersonIgnore stdtest::os::test_setenv. Fails periodically...
2011-10-12 Niko Matsakismake native functions markable as unsafe and incorporat...
2011-10-12 Niko Matsakisskip test, remove whitespace
2011-10-12 Niko Matsakiscorrect lines over 78 chars
2011-10-12 Niko Matsakisenable unsafe checking but only with a flag --check...
2011-10-12 Niko Matsakismake treatment of unchecked/unsafe blocks more uniform
2011-10-12 Niko Matsakisadd 'u' to one other place it was missing
2011-10-12 Niko Matsakisadd 'u' to decoder (kinda' important)
2011-10-12 Niko Matsakisfix test to include a main() function
2011-10-12 Niko Matsakisit is also legal to call unsafe functions from other...
2011-10-12 Niko MatsakisAdd unsafe blocks, unsafe functions, and two rudimentar...
2011-10-12 Niko MatsakisExtend the unchecked block stuff to allow unsafe blocks...
2011-10-12 Niko Matsakisexpand purity to include unsafe
2011-10-12 Niko Matsakismove ctags.rust into src/etc
2011-10-12 Niko Matsakisnew targets, TAGS.emacs and TAGS.vi. they must be manua...
2011-10-12 Brian AndersonMake build_environment and trans_bind_thunk GEP bound...
2011-10-12 Marijn HaverbekeSimplify copying of uniques
2011-10-12 David Rajchenbach... [Tests] added float tests
2011-10-12 David Rajchenbach... [Renaming] str_to_float is now float::from_str, float_t...
2011-10-12 David Rajchenbach... [Fix] float.rs: str_to_float reimplemented
2011-10-12 David Rajchenbach... [Optim] int.rs: reimplemented pow with fast exponentiation
2011-10-12 Lindsey KuperRevert "Merge pull request #1025 from elly/master"
2011-10-12 Lindsey KuperRevert "Revert "Add a test case for #898. Closes #898.""
2011-10-12 Lindsey KuperRevert "Add a test case for #898. Closes #898."
2011-10-12 Lindsey KuperMerge pull request #1025 from elly/master
2011-10-12 Elly JonesUpdate LinkModules invocation to use new prototype
2011-10-11 Brian AndersonAdd a test case for #898. Closes #898.
2011-10-11 Brian AndersonUse the correct function type for external bare functions
2011-10-11 Brian AndersonRegister snapshots
2011-10-11 Brian AndersonUse a non-ambiguous character for encoding bare functions
2011-10-11 Brian AndersonAdd a test for assignment of bare functions
2011-10-11 Brian AndersonAdd a test that bare functions are word-sized
2011-10-11 Brian AndersonAdd a test that uses a hypothetical bare-fn spawn signature
2011-10-11 Brian AndersonRemove the environment argument from bare functions
2011-10-11 Brian AndersonAdd a test for higher-order bare functions
2011-10-11 Brian AndersonAdd a test for binding bare functions
2011-10-11 Brian AndersonDon't allow bind to produce bare functions
2011-10-11 Brian AndersonIntroduce ast::proto_bare
2011-10-11 Brian AndersonAdd a temporary syntax for bare functions
2011-10-11 Brian AndersonAdd David Rajchenbach-Teller to AUTHORS.txt
2011-10-11 Brian AndersonFix test dependencies
2011-10-11 David Rajchenbach... [Move] Moved str_to_float, float_to_str from compiler...
2011-10-10 Marijn HaverbekeAdjust function signatures to allow for vecs being...
2011-10-10 Marijn HaverbekeMake vectors and strings immediates again
2011-10-10 Marijn HaverbekeMake bcx_tcx-style accessors return by reference
2011-10-10 Marijn HaverbekeMove type_is_immediate into ty.rs
2011-10-10 Marijn HaverbekeDon't spill immediates in order to drop them
next