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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
trans.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-14
/
+14
2012-01-19
Handle log expressions with a _|_-typed level
Tim Chevalier
-0
/
+6
2012-01-19
rustc: Fix long lines
Patrick Walton
-2
/
+2
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-19
/
+19
2012-01-19
In trans, allow _|_-typed things to be the argument to fail
Tim Chevalier
-1
/
+1
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-15
/
+15
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-151
/
+151
2012-01-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-91
/
+57
2012-01-18
correct use of GEP_tup_like in closure constr
Niko Matsakis
-0
/
+7
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-22
/
+24
2012-01-19
Use ctypes in native function declarations
Haitao Li
-28
/
+33
2012-01-17
use 64-bit memset on 64-bit platforms. Fixes #1546. Fixes #843.
Niko Matsakis
-22
/
+12
2012-01-17
roll back commit 1c7a62
Niko Matsakis
-16
/
+16
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-8
/
+16
2012-01-17
Use a memset upcall to zero things without static alignment
Marijn Haverbeke
-16
/
+16
2012-01-16
Remove misguided indirect return in trans_closure
Marijn Haverbeke
-8
/
+4
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-4
/
+13
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-5
/
+5
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-230
/
+69
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-5
/
+5
2012-01-12
add tydescs into shape, rewrite walk_fn_contents()
Niko Matsakis
-5
/
+4
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-32
/
+34
2012-01-12
Implement passing cast-to-vtable values as bounded params
Marijn Haverbeke
-18
/
+4
2012-01-11
Pass type with params intact as item_type for method callees
Marijn Haverbeke
-5
/
+4
2012-01-10
Add support for casting enum-like tags to scalar values.
Kevin Atkinson
-1
/
+15
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-18
/
+10
2012-01-10
rustc: Remove sret attributes from functions
Brian Anderson
-5
/
+0
2012-01-09
Change all uses of 'when' in alt-patterns to 'if'
Austin Seipp
-1
/
+1
2012-01-08
First barely-working version of casting to iface
Marijn Haverbeke
-16
/
+28
2012-01-06
revert metrics
Niko Matsakis
-73
/
+91
2012-01-06
plug leak: free shared type descrs recursively, as we ought to
Niko Matsakis
-1
/
+4
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-54
/
+14
2012-01-06
collapse sizeof, alignof into metrics, pass along an instance if avail
Niko Matsakis
-45
/
+65
2012-01-06
make size_of and align_of take an optional value
Niko Matsakis
-88
/
+92
2012-01-06
Statically allocate static dicts
Marijn Haverbeke
-0
/
+1
2012-01-05
Use precise return type to allocate retslot in trans_args
Marijn Haverbeke
-4
/
+11
2012-01-05
require a non-semi expr acting as a stmt to have unit return type
Niko Matsakis
-1
/
+3
2012-01-05
Clean up some FIXMEs related to impls
Marijn Haverbeke
-4
/
+2
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-2
/
+3
2012-01-04
Use the right types for methods in trans_impl
Marijn Haverbeke
-6
/
+1
2012-01-03
Add missing ty_constr cases to trans::type_of_inner and ty::fold_ty.
Tim Chevalier
-0
/
+5
2012-01-03
More work on translating dictionary-passing
Marijn Haverbeke
-42
/
+76
2012-01-02
Write out vtables for interface implementations
Marijn Haverbeke
-11
/
+26
2012-01-02
Drop two useless sub-passes from trans
Marijn Haverbeke
-96
/
+55
2012-01-02
Create a trans_impl module
Marijn Haverbeke
-16
/
+1
2012-01-02
Key tcx.ty_param_bounds on node_ids, not def_ids
Marijn Haverbeke
-1
/
+1
2012-01-02
Box arrays of parameter bounds
Marijn Haverbeke
-3
/
+3
2012-01-02
Pass bounds to trans::type_of_fn
Marijn Haverbeke
-25
/
+38
2012-01-02
More resolving and typechecking of bounded type parameters.
Marijn Haverbeke
-1
/
+4
2012-01-02
Check that type parameter bounds are interface types
Marijn Haverbeke
-1
/
+2
[next]