]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2010-12-25 Graydon HoareAdd Rafael to AUTHORS.
2010-12-25 Rafael Ávila... Handle missing ocaml bindings for LLVM.
2010-12-24 Graydon HoareModify translation of obj methods to accept an initial...
2010-12-24 Graydon HoarePrint recursive LLVM types.
2010-12-23 Patrick Waltonrustc: Add a type_has_dynamic_size predicate
2010-12-23 Graydon HoareCopy body tydesc and args into obj bodies.
2010-12-22 Graydon HoareCorrect bug in typechecking ctor arguments to nonempty...
2010-12-22 Graydon HoareAllocate heap cells to store non-empty object bodies.
2010-12-22 Patrick Waltonrustc: Move unification out of typeck.rs; trans will...
2010-12-22 Patrick Waltonrustc: Reference count the function context in typechec...
2010-12-22 Graydon HoareSort methods in object types.
2010-12-22 Patrick Waltonrustc: Move type logic out of typeck so trans doesn...
2010-12-21 Patrick Waltonrustboot: Only bottom out at opaque IL types after...
2010-12-21 Graydon HoareAdd std.sort, with a simple mergesort.
2010-12-21 Patrick Waltonrustc: Sanitize names better. Puts out burning tinderbo...
2010-12-21 Patrick Waltonrustc: Add bind expressions to the AST
2010-12-21 Graydon HoareNull-check on obj box ptr, init to null. Un-XFAIL simpl...
2010-12-21 Graydon HoareSupport ty_obj in trans_field; simple-obj.rs compiles...
2010-12-21 Graydon HoareMop up cases of s/copy/take/, remove 'binding' terminol...
2010-12-20 Patrick Waltonrustc: Use the passed-in tydescs for take and drop...
2010-12-20 Patrick Waltonrustc: Print the type when we die in trans.make_drop_gl...
2010-12-20 Patrick Waltonrustc: Add a type param ID -> type descriptor mapping...
2010-12-20 Graydon HoarePut out burning tree (sizeof / alignof bug).
2010-12-20 Graydon HoareUse gvars for vtbls rather than returning const immediates.
2010-12-20 Graydon HoareTrailing whitespace police.
2010-12-20 Patrick Waltonrustc: Build tydescs for types, and make all take and...
2010-12-18 Patrick Waltonrustc: Remove the unused "name" parameter from trans...
2010-12-18 Patrick Waltonrustc: Make some no-op take and drop glue for scalar...
2010-12-18 Graydon HoareSplit part of typeck.check_fn out into typeck.check_ite...
2010-12-18 Patrick Waltonrustc: Make all drop and take glue have the same signat...
2010-12-18 Graydon HoareRecord type annotations for methods.
2010-12-18 Patrick Waltonrustc: Zero out slots after dropping them
2010-12-17 Graydon HoareTrans methods more correctly, and store vtbl pointer...
2010-12-17 Graydon HoareRemove calltup fields from ABI, add binding fields.
2010-12-17 Graydon HoareUn-XFAIL tag.rs.
2010-12-17 Graydon HoareSketch trans_vtbl.
2010-12-17 Patrick Waltonrustc: Translate parametric function signatures into...
2010-12-16 Graydon HoareStub out translation of obj ctors (no vtbl or body...
2010-12-16 Patrick Waltonrustc: Add a type fold mechanism to the typechecker
2010-12-16 Patrick Waltonrustc: Only generalize on definition types that can...
2010-12-16 Patrick Waltonrustc: Write types back when typechecking "ret" statements
2010-12-16 Patrick Waltonrustc: Make trans.type_of handle parameter types
2010-12-16 Patrick Waltonrustc: Infer the types of type-parametric functions
2010-12-16 Graydon HoareAnnotate obj items while folding ast in typeck.
2010-12-16 Graydon HoareCollect obj items, translate obj-name references and...
2010-12-16 Graydon HoareTypecheck object method calls.
2010-12-16 Graydon HoareConvert obj item type to ctor type rather than obj...
2010-12-15 Patrick Waltonrustc: Move next_var_id back to the crate context in...
2010-12-15 Patrick Waltonrustc: Resolve type params
2010-12-15 Graydon HoareTeach typeck to stringify obj types.
2010-12-15 Patrick Waltonrustc: Un-XFAIL alt-pattern-simple.rs
2010-12-15 Patrick Waltonrustc: Fix bug involving extracting any variant element...
2010-12-15 Patrick Waltonrustc: Resolve tag names in the typechecker
2010-12-15 Patrick Waltonrustc: Lex '_' as an underscore, not as an identifier
2010-12-15 Patrick Waltonrustc: Translate pattern matching
2010-12-15 Graydon HoareTeach typeck.ty, typeck.collect_item_types and typeck...
2010-12-15 Graydon HoareAdd ty_obj to ast and parser.
2010-12-15 Graydon HoareTeach resolve about obj items.
2010-12-15 Graydon HoareMove call_expr parse rule to the place where it needs...
2010-12-15 Graydon HoareTeach fold about objs.
2010-12-14 Graydon HoareAdd obj items to AST and parser.
2010-12-14 Graydon HoareSome terminology updates to talk about layers.
2010-12-14 Patrick WaltonMake failing to resolve a symbol an error
2010-12-14 Graydon HoareFix a couple bugs in iter_sequence, un-XFAIL vec-drop.rs.
2010-12-14 Patrick Waltonrustc: Typecheck pattern bindings
2010-12-14 Patrick Waltonrustc: Check patterns before arm blocks in alt expressi...
2010-12-14 Patrick Waltonrustc: Hack to get rid of passing i1 types for unit...
2010-12-13 Graydon HoareSet the new vec fill-size on the compiler side, as...
2010-12-13 Graydon HoareSyntax tweak: move 'mutable' from pseudo-ty-param on...
2010-12-13 Patrick Waltonrustc: Typecheck "alt" expressions and patterns
2010-12-13 Patrick Waltonrustc: Propagate types for vector, tuple, record, assig...
2010-12-13 Patrick WaltonRevert "rustc: Propagate types for vector, tuple, recor...
2010-12-13 Patrick Waltonrustc: Fix nonexhaustive match failure on unresolved...
2010-12-13 Patrick Waltonrustc: Resolve variant names in patterns
2010-12-13 Patrick Waltonrustc: "resoling" -> "resolving" typo
2010-12-13 Patrick Waltonrustc: Add a definition ID to tag patterns
2010-12-12 Patrick Waltonrustc: Propagate types for vector, tuple, record, assig...
2010-12-12 Patrick Waltonrustc: Make return value inference use next_ty_var...
2010-12-12 Patrick Waltonrustc: Move next_var_id from typeck.crate_ctxt to typec...
2010-12-12 Patrick Waltonrustc: Remove "update_env_for_arm" debugging message
2010-12-11 Patrick Waltonrustc: Resolve pattern bindings
2010-12-11 Patrick Waltonrustc: Add update_env_for_arm to fold; we'll need it...
2010-12-11 Graydon HoareFix bad GEP and missing branch in iter_sequence; vec...
2010-12-11 Graydon HoareImplement expr_vec.
2010-12-11 Graydon HoareFix trans_index implementation.
2010-12-11 Patrick Waltonrustc: Add def ids to pattern bindings
2010-12-11 Patrick Waltonrustc: Add tag support to ty_of_item in typeck
2010-12-11 Patrick Waltonrustc: Add LLVM typedefs for rust_crate and rust_task...
2010-12-11 Patrick Waltonrustc: Declare LLVM typedefs appropriately
2010-12-11 Patrick Waltonrustc: Move refcount incrementing out of line too
2010-12-11 Graydon HoarePreliminary translation of expr_index.
2010-12-10 Patrick Waltonrustc: Move refcount decrement-and-free (drop) logic...
2010-12-10 Patrick Waltonrustc: Change lazy "and" and "or" to use scope contexts...
2010-12-10 Graydon HoareTypecheck vec and index exprs.
2010-12-10 Patrick Waltonrustc: Decouple new_fn_ctxt() from AST function argumen...
2010-12-10 Graydon HoareFix another bug in expr_index parse rule.
2010-12-10 Graydon HoareFix bug in parse rule for expr_index.
2010-12-10 Graydon HoareAdd 'unexpected' fn to parser.
2010-12-10 Graydon HoareFix token span tracking in lexer.
2010-12-10 Graydon HoareUn-XFAIL lazy-and-or.rs and operator-associativity.rs.
next