]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-01-05 Marijn HaverbekeUse precise return type to allocate retslot in trans_args
2012-01-05 Niko Matsakismake test typecheck
2012-01-05 Niko Matsakisfix pretty printer to correctly insert parens for disamb
2012-01-05 Niko Matsakisupdate test on disambig to reflect that some cases...
2012-01-05 Niko Matsakiscorrect test to reference right value
2012-01-05 Niko Matsakisrequire a non-semi expr acting as a stmt to have unit...
2012-01-05 Niko Matsakismake parser handle parenthesized block-sugar exprs...
2012-01-05 Graydon HoareMerge pull request #1440 from boggle/kmath
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Stefan PlantikowMoved generic float::min, max to core::math and cleaned...
2012-01-05 Marijn HaverbekeClean up translating of def_ids in metadata reader
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeSwitch to new param kind bound syntax
2012-01-05 Marijn HaverbekeClean up some FIXMEs related to impls
2012-01-05 Marijn HaverbekeGet external interfaces / impls working
2012-01-05 Marijn HaverbekeRegister new snapshot
2012-01-05 Marijn HaverbekeFix bad spans for ast::ty parsing
2012-01-05 Marijn HaverbekeWrite the iface type of an impl in the crate data
2012-01-05 Marijn HaverbekeRemove ty::bind_params_in_type
2012-01-05 Marijn HaverbekeExpress some list primitives in a way that doesn't...
2012-01-05 Josh MatthewsAdd more item types to the ast_map so the test suite...
2012-01-05 Stefan Plantikowadded preliminary support for per-architecture generati...
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-04 Niko Matsakismake scanning more efficient by avoiding recomputation
2012-01-04 Niko Matsakisextend tester so that error msgs can be attached to...
2012-01-04 Marijn HaverbekeUse the right types for methods in trans_impl
2012-01-04 Marijn Haverbekexfail-pretty iface-generic.rs until i have time to...
2012-01-04 Tim ChevalierReformat typestate error messages so as not to confuse...
2012-01-04 Marijn HaverbekeAdd test for generic iface methods
2012-01-04 Marijn HaverbekePrevent typenames in param bounds from resolving to...
2012-01-04 Marijn HaverbekeAdd visit_ty_params to visit.rs
2012-01-04 Marijn HaverbekeAdd either::is_left and either::is_right
2012-01-04 Marijn HaverbekeProperly typecheck and compile invocations of generic...
2012-01-04 Lenny222"str": rename "str_from_cstr" to "from_cstr" (analogous...
2012-01-04 Lenny222"char": use shorter names "to_lower"/"to_upper", analog...
2012-01-04 Lenny222implement str::is_whitespace using char::is_whitespace
2012-01-03 Tim ChevalierAdd missing ty_constr cases to trans::type_of_inner...
2012-01-03 Niko MatsakisAllow tail expressions even in no_value blocks. Type...
2012-01-03 Niko Matsakisnew tests
2012-01-03 Niko Matsakisextend parser so that expressions that do not require...
2012-01-03 Niko Matsakisrewrite to put blk as 2nd arg
2012-01-03 Niko Matsakisminimal changes to permit fn blocks in expr
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-03 Marijn HaverbekeMake resolution of dictionaries on bounded params work
2012-01-03 Marijn HaverbekeWire in resolution of param bounds for method calls
2012-01-03 Marijn HaverbekeMake syntax for impls less magical
2012-01-03 Marijn HaverbekeMore work on translating dictionary-passing
2012-01-02 Brian Andersonllvm: Revert unneeded debugging change
2012-01-02 Marijn HaverbekeFix expected error messages for better printing of...
2012-01-02 Marijn HaverbekeAdd a clause ty_ptr to ppaux::ty_to_str
2012-01-02 Marijn HaverbekeAdd 'copy' bounds to functions that were faultily accep...
2012-01-02 Marijn HaverbekeProperly handle expression blocks in kind.rs
2012-01-02 Lenny222typo
2012-01-02 Marijn HaverbekeWrite out vtables for interface implementations
2012-01-02 Marijn HaverbekeDrop two useless sub-passes from trans
2012-01-02 Marijn HaverbekeCreate a trans_impl module
2012-01-02 Marijn HaverbekeKey tcx.ty_param_bounds on node_ids, not def_ids
2012-01-02 Marijn HaverbekeBox arrays of parameter bounds
2012-01-02 Marijn HaverbekePass bounds to trans::type_of_fn
2012-01-02 Marijn HaverbekeMore resolving and typechecking of bounded type parameters.
2012-01-02 Marijn HaverbekeCheck that type parameter bounds are interface types
2012-01-02 Marijn HaverbekeFix confusing information in tutorial chapter about...
2012-01-02 Marijn HaverbekeMake last-use pass properly handle closed-over variables
2012-01-02 Brian Andersonllvm: Upgrade LLVM with FreeBSD segmented stack support
2012-01-02 Brian AndersonAdd Jyun-Yan You to AUTHORS.txt
2012-01-02 Jyun-Yan Youlink with gcc44+
2012-01-02 Jyun-Yan Youfix link error
2012-01-02 Jyun-Yan Youadd missing library, enable segmented stacks for freebsd
2012-01-02 Jyun-Yan Youforgot to add parentheses
2012-01-02 User Jyyoufreebsd support
2012-01-01 Brian AndersonMerge pull request #1407 from erickt/master
2012-01-01 Lenny222"str": extract to_upper/lower_case() into "char"
2011-12-31 Erick Tryzelaartutorial: Mention by-value argument passing style.
2011-12-31 Stefan Plantikowcore: added support for bessel functions
2011-12-31 Stefan PlantikowRemoved now obsolete mtypes module
2011-12-31 Stefan Plantikowcore: killed all math wrappers
2011-12-31 Stefan PlantikowTrying to remove wrappers from float
2011-12-31 Stefan Plantikowadded more ops to cmath
2011-12-31 Stefan Plantikowremoves std::mtypes
2011-12-31 Stefan Plantikowadded useful constants to math
2011-12-31 Niko Matsakisadd cap clause to pretty printer, with a test
2011-12-30 Graydon HoarePrint usage messages to rustc and rustdoc when invoked...
2011-12-30 Graydon HoareDocument copy/move/swap/assign expressions more accurat...
2011-12-30 Graydon HoareMake install and check targets depend on all. Close...
2011-12-30 Graydon HoareMake clean cleaner.
2011-12-30 Lenny222add test for list:is_empty()
2011-12-30 Niko Matsakissplit proto from fn_decl, as not all fn_decls know...
2011-12-30 Graydon HoarePurge some obsolete and/or not-implemented stuff from...
2011-12-30 Graydon HoareOf course there were overlong lines.
2011-12-30 Graydon HoareTeach unicode script to emit canonical and compat decom...
2011-12-29 Graydon HoareAdd support in lexer for utf8 identifiers. No NFKC...
2011-12-29 Lenny222list: use predicate to enforce non-empty requirement
2011-12-29 Graydon HoareSave and restore xmm regs across the call to UPCALL_NEW...
2011-12-29 Graydon HoareRemove obsolete comments.
2011-12-29 Marijn HaverbekeBox ty_param_bounds_and_ty
2011-12-28 Graydon HoareOn second thought, re-land pull request #1385 with...
2011-12-28 Graydon HoareMerge pull request #1385 from Lenny222/quotes
2011-12-28 Graydon HoareMerge pull request #1389 from erickt/master
2011-12-28 Marijn HaverbekeMove the kind datatype to middle::ty
2011-12-28 Marijn HaverbekeChange representation of type params to handle interfac...
next