]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-03-08 Brian AndersonMerge branch 'master' into recursive-elseif
2011-03-08 Patrick Waltonrustc: Cast the LLVM representations of tag types when...
2011-03-07 Patrick Waltonrustc: Truncate or zero-extend indexes appropriately...
2011-03-07 Graydon HoareParse opacity (and drop on the floor), so std.rc parses...
2011-03-07 Patrick WaltonModernize test/run-pass/generic-recursive-tag.rs. Un...
2011-03-07 Graydon HoareUn-XFAIL 5 more tests that pass lately.
2011-03-07 Patrick Waltonrustc: Un-XFAIL box-unbox.rs
2011-03-07 Graydon HoarePoison ty_param values in trans; fix buggy parametric...
2011-03-07 Marijn HaverbekeAdd a pretty-printer
2011-03-07 Rafael Ávila... Construct the wrappers to native functions. Hello world...
2011-03-07 Graydon HoarePermit view items in native modules.
2011-03-07 Graydon HoareStage the last compile fix to put out fire. Thanks...
2011-03-07 Graydon HoareComplain on unexpected native symbol, rather than faili...
2011-03-07 Graydon HoareYell louder when a linkage error in rt occurs, as compi...
2011-03-07 Graydon HoareAdd Marijn to AUTHORS.txt.
2011-03-07 Marijn Haverbekeuse a precedence table for operator parsing
2011-03-07 Graydon HoareUn-XFAIL str-concat.rs.
2011-03-07 Graydon HoareSet the cleanup on the post-growth vector, not the...
2011-03-07 Graydon HoareFix off-by-one in vector append code.
2011-03-07 Graydon HoareFurther work on vec-append. Almost working.
2011-03-06 Brian AndersonRemove typestate workarounds
2011-03-06 Brian AndersonFlatten conditionals in rustc.rs. Remove FIXME
2011-03-06 Brian AndersonChange io.fileflag to a tag type. Remove FIXME
2011-03-06 Brian AndersonMake _str.bytes use _vec.init_fn. Remove FIXME.
2011-03-06 Graydon HoareFix return value on trans_vec_add.
2011-03-06 Graydon HoareCorrect signatures and arguments associated with call...
2011-03-05 Graydon HoareMake ret and fail stmts have 0 out-edges, Closes #250.
2011-03-05 Patrick Waltonrustc: Use copy_ty() when initializing N-ary tag varian...
2011-03-05 Patrick Waltonrustc: Don't recurse forever if type glue needs to...
2011-03-04 Patrick Waltonrustc: Remove "translating variants" debug string
2011-03-04 Patrick Waltonrustc: Don't use recursive types for tags; remove tag_i...
2011-03-04 Graydon HoareParse (and generally ignore) constraints and constraine...
2011-03-04 Rafael Ávila... Build empty wrappers. This lets us compile hello world...
2011-03-04 Rafael Ávila... Remove unused argument.
2011-03-04 Graydon HoareParse meta directives in crates.
2011-03-04 Graydon HoareAssortment of additional work on vec-append. Not done...
2011-03-04 Patrick Waltonrustc: Make tag discriminants per-tag-ID, not per-tag...
2011-03-04 Graydon HoareFactor out and generalize sequence pointer walking...
2011-03-04 Patrick WaltonRevert "rustc: Add support for folding over tag types...
2011-03-04 Patrick Waltonrustc: Add support for folding over tag types
2011-03-04 Patrick Waltonrustc: Remove dead code that used to generate tag const...
2011-03-03 Patrick Waltonrustc: Teach trans_tag_variant() about generic tags
2011-03-03 Graydon HoareRewrite rustboot's flow-graph wiring passes to be less...
2011-03-03 Patrick WaltonTurn on Valgrind for Mac
2011-03-03 Patrick Waltonrustc: Disallow calling type_of() on dynamically-sized...
2011-03-03 Patrick Waltonrustc: Don't call type_of() in GEP_tup_like() if there...
2011-03-03 Rafael Ávila... Handle native types in calls.
2011-03-03 Patrick Waltonrustc: Make populate_fn_ctxt_from_llself() generic...
2011-03-03 Brian AndersonRemove some erroneous FIXMEs from #fmt parser
2011-03-03 Patrick Waltonrustc: Use llsize_of rather than size_of in trans_mallo...
2011-03-03 Patrick Waltonrustc: Have make_generic_glue pass an opaque type inste...
2011-03-03 Patrick Waltonrustc: Remove unused call to type_of() in trans_tup()
2011-03-03 Patrick Waltonrustc: Rework the API for trans_malloc() to be generic...
2011-03-03 Graydon HoareSketch out some more pieces of vec-append.
2011-03-03 Patrick Waltonrustc: Teach iter_structural_ty about dynamically-sized...
2011-03-03 Patrick Waltonrustc: For derived tydescs, explicitly store 0 for...
2011-03-03 Patrick Waltonrustc: Don't have type_of_arg() rely on the particular...
2011-03-02 Graydon HoareComment-out some logging chatter in extfmt.
2011-03-02 Graydon HoareParse, add to AST, and otherwise ignore 'export' view...
2011-03-02 Graydon HoareComment-out TRACK_ALLOCATIONS again. Leave a note about it.
2011-03-02 Brian AndersonFinish #fmt string parsing. Completely untested.
2011-03-02 Brian AndersonAdd debug logging for #fmt conv. Implement peek_num fn
2011-03-02 Brian AndersonWhitespace cleanup
2011-03-02 Brian AndersonRemove unused is_ext_expr
2011-03-02 Brian AndersonMake the expanded expression in expr_ext not optional
2011-03-02 Brian AndersonAdd pretty printing for expr_call, expr_path, and more...
2011-03-02 Brian AndersonAdd more #fmt tests
2011-03-02 Brian AndersonRemove debug logging from extfmt
2011-03-02 Brian AndersonImplement #fmt conversion for int and uint
2011-03-02 Brian AndersonStart generating AST nodes for #fmt
2011-03-02 Brian AndersonBegin an AST pretty-printer
2011-03-02 Brian AndersonRewrite expand_syntax_ext to avoid a mysterious memory...
2011-03-02 Brian AndersonParse parameter types for fmt extension
2011-03-02 Brian AndersonAdd fold, typecheck and trans for expr_ext
2011-03-02 Brian AndersonBegin work on #fmt parsing
2011-03-02 Brian AndersonBegin implementing #fmt in rustc
2011-03-02 Brian AndersonRemove parens from nullary tag constructors in docs
2011-03-02 Brian AndersonRemove reference to deceased rustboot LLVM backend
2011-03-02 Graydon HoareParse (and ignore) dtors on objs.
2011-03-02 Patrick Waltonrustc: Remove the static "size" field from the tag...
2011-03-02 Graydon HoareImplement the gross rustboot hack for contextual parser...
2011-03-02 Patrick Waltonrustc: Add in the size of the discriminant to generic_s...
2011-03-02 Patrick Waltonrustc: Add logic for generic tags to dynamic_size_of().
2011-03-02 Patrick Waltonrustc: Factor out the align-elements logic in dynamic_s...
2011-03-01 Graydon HoarePopulate default compilation environment as in rustboot.
2011-03-01 Graydon HoareFix typo in comment.
2011-03-01 Graydon HoareImplement structured compare for rec, tup, tag. Un...
2011-03-01 Patrick Waltonrustc: Switch from storing nullary tags as constants...
2011-03-01 Patrick Waltonrustc: Mark tags that have subtypes with dynamic size...
2011-03-01 Patrick Waltonrustc: Trivial cleanup: Remove unused "arity" tag
2011-03-01 Graydon HoareMore complete sketch of structural compare. Still not...
2011-03-01 Graydon HoareGroundwork for structural comparison. Still lacking...
2011-03-01 Patrick Waltonrustc: Write tag variant discriminants into the crate...
2011-02-28 Rafael Ávila... Declare wrappers to the native functions and use those...
2011-02-28 Rafael Ávila... Update the function declarations with rust abi. A cdecl
2011-02-26 Patrick Waltonrustc: Make the tag info table keyed by both tag ID...
2011-02-26 Patrick Waltonrustc: Eliminate the "ty_params" field from the tag...
2011-02-26 Patrick Waltonrustc: Eliminate the "variants" field from the tag...
2011-02-26 Patrick Waltonrustc: Make iter_structural_ty() not use the "variants...
2011-02-26 Patrick WaltonAdd a tag_variant_count() function to trans that doesn...
next