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
/
middle
/
trans.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-5586
/
+0
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-160
/
+111
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-2
/
+3
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-14
/
+14
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-7
/
+15
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-24
/
+66
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-11
/
+7
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-1
/
+1
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-65
/
+62
2012-01-23
s/block()/fn()/g
Niko Matsakis
-4
/
+4
2012-01-21
unify size_of, align_of into one call (metrics)
Niko Matsakis
-2
/
+249
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-249
/
+2
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-2
/
+2
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
[next]