index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
Age
Commit message (
Expand
)
Author
Lines
2010-12-09
rustc: Decouple new_fn_ctxt from AST items so that we can use it to generate ...
Patrick Walton
-10
/
+12
2010-12-09
Simplify second pass of collect_item_types so I can understand it better.
Graydon Hoare
-34
/
+29
2010-12-09
Add a type abbreviation and redo first pass of collect_item_types to collect ...
Graydon Hoare
-7
/
+18
2010-12-09
First sketch of support for const items, not including most of trans.
Graydon Hoare
-3
/
+88
2010-12-09
rustc: Add gross eq_ty() and hash_ty() functions
Patrick Walton
-0
/
+11
2010-12-09
rustc: Mark constant strings as constants
Patrick Walton
-0
/
+1
2010-12-09
rustc: Fix indirection problem with tag constructors
Patrick Walton
-5
/
+1
2010-12-09
Remove redundant trans_drop_str, fix buggy branch in trans_if. Un-XFAIL drop-...
Graydon Hoare
-13
/
+7
2010-12-08
Fix boxed returns harder. Un-XFAIL output-slot-variants.rs.
Graydon Hoare
-6
/
+5
2010-12-08
Fix structure returns harder.
Graydon Hoare
-0
/
+9
2010-12-08
Fix boxed returns.
Graydon Hoare
-13
/
+27
2010-12-08
Fix structure-returns.
Graydon Hoare
-1
/
+8
2010-12-08
Fix log upcall translation bug. Un-XFAIL rec-auto.rs.
Graydon Hoare
-20
/
+12
2010-12-08
Add missing case to parse_ty, un-XFAIL cast.rs.
Graydon Hoare
-0
/
+1
2010-12-08
Implement binop= forms. Un-XFAIL bitwise.rs.
Graydon Hoare
-113
/
+127
2010-12-08
Fix missing case in resolve, un-XFAIL rec-tup.rs.
Graydon Hoare
-0
/
+1
2010-12-07
rustc: Allow callees to use alias args
Patrick Walton
-6
/
+9
2010-12-07
rustc: Translate function calls with alias parameters (though the callee can'...
Patrick Walton
-8
/
+49
2010-12-07
rustc: Implement is_lval
Patrick Walton
-0
/
+9
2010-12-06
Null slots on missing init, null-check box ptrs on drop. Works around missing...
Graydon Hoare
-11
/
+23
2010-12-06
rustc: Run the verifier over LLVM modules before writing them out
Patrick Walton
-1
/
+35
2010-12-06
rustc: Translate tag constructors. Can't call them at the moment due to lack ...
Patrick Walton
-4
/
+75
2010-12-06
rustc: Make copy_args_to_allocas not insist on a function type so it's easier...
Patrick Walton
-10
/
+13
2010-12-03
Drop rec and tup alloca temporariles on block exit.
Graydon Hoare
-12
/
+13
2010-12-03
rustc: Make new_fn_ctxt and copy_args_to_allocas receive a list of args rathe...
Patrick Walton
-6
/
+6
2010-12-03
rustc: Add def ids to variant arguments so we can turn them into function arg...
Patrick Walton
-18
/
+20
2010-12-03
Parse layer and effect annotations.
Graydon Hoare
-15
/
+77
2010-12-03
rustc: Remove LLVM unions and represent tags as (discriminant, byte blob) pairs
Patrick Walton
-39
/
+80
2010-12-03
rustc: Set data layout and target triple
Patrick Walton
-0
/
+23
2010-12-03
Add load_non_structural and use it.
Graydon Hoare
-9
/
+27
2010-12-03
rustc: Handle n-ary tag constructors in iter_structural_ty (which lets us pro...
Patrick Walton
-7
/
+20
2010-12-03
Trim whitespace.
Graydon Hoare
-3
/
+3
2010-12-03
Change 'stratum' to the friendlier term 'layer'.
Graydon Hoare
-4
/
+4
2010-12-03
rustc: Translate nullary tag constructors
Patrick Walton
-72
/
+174
2010-12-02
Drop slots on the way out of scopes. Un-XFAIL box.rs.
Graydon Hoare
-6
/
+22
2010-12-02
Modify block ctxt / cleanup handling to only occur on scope blocks.
Graydon Hoare
-15
/
+40
2010-12-02
Implement translation for deref unop.
Graydon Hoare
-2
/
+10
2010-12-02
Change order of basic blocks in copy_ty, makes nicer disassembly.
Graydon Hoare
-1
/
+1
2010-12-02
Don't drop context returned from decl-init call to copy_ty.
Graydon Hoare
-2
/
+2
2010-12-02
Improve translations of unary box operator and drop_ty on boxes.
Graydon Hoare
-22
/
+46
2010-12-02
rustc: Change fn_names and fn_ids to item_names and item_ids in trans, since ...
Patrick Walton
-12
/
+12
2010-12-02
rustc: Remove the premature optimization for nullary tag constructors, since ...
Patrick Walton
-5
/
+4
2010-12-02
Add ty_boxed to typeck.type_is_boxed.
Graydon Hoare
-0
/
+1
2010-12-02
Fix fold bug on expr_unary.
Graydon Hoare
-1
/
+3
2010-12-02
Typecheck the box and deref unops properly.
Graydon Hoare
-1
/
+17
2010-12-02
rustc: Remove the overly complex variant_indices and n_ary_variant_indices ta...
Patrick Walton
-25
/
+33
2010-12-01
rustc: Add stub support for tag constructors in trans
Patrick Walton
-1
/
+139
2010-12-01
Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...
Graydon Hoare
-13
/
+81
2010-12-01
rustc: Annotate variants with their types. This may be useful for trans!
Patrick Walton
-9
/
+20
2010-12-01
rustc: Typecheck tag constructors
Patrick Walton
-1
/
+36
[prev]
[next]