]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-01-07 Jesse RudermanGet these files compiling again
2012-01-07 Niko Matsakistest exposing memory management failure for #1078
2012-01-07 Brian AndersonRevert "rt: Reduce mac red zone to 6K"
2012-01-07 Brian Andersoncargo: Print rustc's stdout when compilation fails
2012-01-07 Brian Andersonrt: Reduce mac red zone to 6K
2012-01-07 Brian Andersonrustc: Use std::homedir to locate /home/banderson
2012-01-07 Brian Andersonstd: Untabify
2012-01-07 Brian Andersonstd: Add fs::homedir
2012-01-07 Brian Andersonrt: Fail the scheduler immediately on task failure...
2012-01-06 Tim ChevalierDisallow variable names that shadow tags in scope
2012-01-06 Tim ChevalierEliminate a use of map::get in freevars
2012-01-06 Graydon HoareMerge pull request #1450 from erickt/master
2012-01-06 Marijn HaverbekeAdd some basic comments to trans_imp.rs
2012-01-06 Marijn HaverbekeMake binding of fns with bounded type parameters work
2012-01-06 Marijn HaverbekeSupport interface casting in the typechecker
2012-01-06 Marijn HaverbekeDon't delete css and js files in doc/ when making clean
2012-01-06 Marijn HaverbekeStatically allocate static dicts
2012-01-06 Marijn HaverbekeFix pretty-printing of ty params in iface methods
2012-01-06 Marijn HaverbekeFix bug in method type parameter passing
2012-01-06 Erick Tryzelaarlibstd: rename c_vec::size to len.
2012-01-06 Niko Matsakisadd alignment to i386 for good measure, though we do...
2012-01-06 Erick Tryzelaarlibcore: add [u8] helper functions to vec.
2012-01-06 Erick Tryzelaarlibstd: switch map to use libcore's hash functions.
2012-01-06 Erick Tryzelaarlibcore: add a trivial uint hash function.
2012-01-06 Erick Tryzelaarlibcore: Add binop functions to u32 and u64
2012-01-06 Niko Matsakisfix alignment of registers structure
2012-01-06 Brian Andersonbuild: Don't delete llvm files as part of make clean
2012-01-06 Brian Andersonlibcore: Use correct link name for lgamma_r on win32
2012-01-06 Graydon HoareStop configure early if git or subconfigures fail.
2012-01-06 Brian Andersonrustc: Stop exported back::rpath::test
2012-01-06 Brian Andersonrustc: Allow the test runner to run unexported tests
2012-01-06 Graydon HoareAttempt to fix build breakage due to lgammaf_r having...
2012-01-06 Brian Andersonrustc: Configure out #[test] functions when not testing
2012-01-06 Graydon HoareSimplify NSIS package script.
2012-01-06 Graydon HoareFix a couple paths in the dist target.
2012-01-06 Graydon HoareFix LICENSE.txt pointing to the wrong filenames.
2012-01-06 Brian Andersonrustc: Add cargo's lib directory to search paths
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
next