]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-01-09 Marijn HaverbekeRemove leftover comm.rs in std
2012-01-09 Marijn HaverbekeFix typo in example in libcore docs
2012-01-09 Marijn HaverbekeAdd cases for iface values to rust_shape.h
2012-01-09 Marijn HaverbekeDon't resolve upvars in fn() { ... } exprs
2012-01-09 Haitao Lirt: Fix build with clang on non-Mac
2012-01-09 Jesse RudermanFix bustage
2012-01-09 Jesse RudermanUpdate fuzzer
2012-01-09 Brian AndersonAdd Reuben Morais to AUTHORS.txt
2012-01-09 Reuben MoraisAllow Clang 3.1
2012-01-09 Brian AndersonUpdate license text for 2012
2012-01-09 Brian AndersonDeclare MIT license in crate attributes, not BSD
2012-01-08 Niko Matsakisadd spawn_connected
2012-01-08 Niko Matsakiscorrect long line
2012-01-08 Niko Matsakismodify last use to take into account cap clause, add...
2012-01-08 Niko Matsakismake spawned fn copy mode so that bare fns can be used
2012-01-08 Marijn HaverbekeFirst barely-working version of casting to iface
2012-01-08 Marijn HaverbekeAdd fall-through case for non-iface bounds typeck:...
2012-01-08 Marijn HaverbekeFix some bad code in the dict interner
2012-01-08 Brian Andersoncore: Update task spawning example
2012-01-08 Brian Andersondoc: typo
2012-01-07 Brian Andersonconfigure: Disable git submodule management when there...
2012-01-07 Niko Matsakisfix valgrind error: allocate enough space for all type...
2012-01-07 Niko Matsakischoose a new arbitrary value
2012-01-07 Niko Matsakisadd rust_util.h header file
2012-01-07 Niko Matsakisrewrite to use old C++-based mechanism
2012-01-07 Niko Matsakisupdate to use new spawn syntax
2012-01-07 Niko Matsakisreport unicode decode failures nicely
2012-01-07 Niko Matsakisrevert changes to trans_uniq.rs
2012-01-07 Niko Matsakisrevert metrics
2012-01-07 Niko Matsakisplug leak: free shared type descrs recursively, as...
2012-01-07 Niko Matsakishack the tydesc that is registered with a malloc to...
2012-01-07 Niko Matsakisfix how we walk functions to match new closure fmt
2012-01-07 Niko Matsakisrejigger impl to have an opaque closure ptr rather...
2012-01-07 Niko Matsakiscollapse sizeof, alignof into metrics, pass along an...
2012-01-07 Niko Matsakismake size_of and align_of take an optional value
2012-01-07 Niko Matsakisemit the take glue for closure tydescs
2012-01-07 Niko Matsakisport over the tests to use the new API
2012-01-07 Niko Matsakisrewrite task tests
2012-01-07 Niko Matsakissimplify task impl
2012-01-07 Niko Matsakisremove trailing whitespace
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
next