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
/
rustc
/
middle
/
trans
Age
Commit message (
Expand
)
Author
Lines
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-1
/
+1
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-7
/
+8
2012-05-07
rustc: Put all boxes into addrspace 1
Brian Anderson
-7
/
+52
2012-05-04
new cap clause syntax
Niko Matsakis
-8
/
+8
2012-05-03
Turn constants in back::abi into uints, and propagate types
Tim Chevalier
-154
/
+140
2012-05-03
Implement better shape code for evec, estr.
Graydon Hoare
-32
/
+21
2012-05-03
rustc: Fix comment about ABI in trans::native
Brian Anderson
-1
/
+1
2012-05-03
rustc: Link to original Clay x86 classification code
Brian Anderson
-0
/
+3
2012-05-03
add forgotten index and fix array type
Jyun-Yan You
-16
/
+18
2012-05-02
rustc: Hack around some FFI bustage. Unbreak servo
Brian Anderson
-0
/
+24
2012-04-27
rustc: Remove old align_of intrinsic
Brian Anderson
-6
/
+1
2012-04-27
rustc: Clean up some enum code
Brian Anderson
-16
/
+5
2012-04-27
core: Split sys::align_of into min_align_of, pref_align_of
Brian Anderson
-4
/
+4
2012-04-27
rustc: Add min_align_of, pref_align_of intrinsic, deprecate align_of
Brian Anderson
-1
/
+11
2012-04-26
rustc: Add llalign_of_min
Brian Anderson
-0
/
+6
2012-04-26
rustc: Rename llalign_of_real to llalign_of_pref
Brian Anderson
-8
/
+10
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-5
/
+5
2012-04-25
Be a bit more cautious about marking things no-throw.
Graydon Hoare
-3
/
+0
2012-04-25
Set no-unwind on glue functions that don't drop resources.
Graydon Hoare
-0
/
+3
2012-04-25
Set no-unwind attribute on all upcalls other than fail.
Graydon Hoare
-0
/
+5
2012-04-25
rustc: Use LLVM named structs for enum types
Brian Anderson
-76
/
+138
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+0
2012-04-24
Revert "rustc: Use LLVM named structs for enum types"
Brian Anderson
-138
/
+76
2012-04-24
rustc: Use LLVM named structs for enum types
Brian Anderson
-76
/
+138
2012-04-24
Workarounds for bug #2280: add some temporaries for borrowing.
Graydon Hoare
-1
/
+4
2012-04-24
rustc: Remove a bitcast. Issue #2276
Brian Anderson
-1
/
+1
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-9
/
+17
2012-04-23
Rename option::get_or_default to get_default, for consistency
Tim Chevalier
-1
/
+1
2012-04-23
Fix bug with * patterns in trans_alt
Tim Chevalier
-1
/
+2
2012-04-23
Guard against infinitely expanding generic/inline functions
Marijn Haverbeke
-6
/
+19
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-6
/
+6
2012-04-23
Fix broken determination of external method type param count
Marijn Haverbeke
-4
/
+6
2012-04-21
rustc: Cache constant C strings. Closes #2264
Brian Anderson
-0
/
+11
2012-04-20
Get borrowing working on fixed evecs.
Graydon Hoare
-8
/
+15
2012-04-20
Add new syntax for patterns that match the head constructor only
Tim Chevalier
-4
/
+4
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-65
/
+78
2012-04-19
Get evec slices and unique-evec slice-borrowing working.
Graydon Hoare
-2
/
+12
2012-04-19
Disallow rebinding / matching against consts in alts
Tim Chevalier
-35
/
+35
2012-04-19
Get fixed-size evecs working.
Graydon Hoare
-56
/
+111
2012-04-18
Fix [] on str to exclude the trailing null.
Graydon Hoare
-5
/
+9
2012-04-18
Fix oversight in type_use.rs
Marijn Haverbeke
-0
/
+15
2012-04-18
Stop duplicating non-generic resource destructors
Marijn Haverbeke
-6
/
+17
2012-04-18
Add a needs_drop intrinsic
Marijn Haverbeke
-1
/
+5
2012-04-18
Fix use of wrong block context in return-from-loop code
Marijn Haverbeke
-2
/
+2
2012-04-17
Implement slice-borrowing on estr-uniq and str values.
Graydon Hoare
-64
/
+69
2012-04-17
new debug flag, new test
Niko Matsakis
-1
/
+1
2012-04-16
Get explicit unique estrs working.
Graydon Hoare
-20
/
+22
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-2
/
+2
2012-04-14
implement evec/estr subtyping/lub/glb/etc
Niko Matsakis
-1
/
+1
2012-04-13
integrate simple notion of borrowing into trans
Niko Matsakis
-12
/
+69
[prev]
[next]