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
Age
Commit message (
Expand
)
Author
Lines
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-192
/
+181
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-220
/
+161
2012-01-27
Use the method name 'unary-' for overloading negation
Marijn Haverbeke
-1
/
+1
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-82
/
+105
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-28
/
+20
2012-01-26
Fix small bug in iface self types
Marijn Haverbeke
-1
/
+3
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-56
/
+81
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-139
/
+240
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-104
/
+32
2012-01-25
(FIX) Change encoder::encode_metadata to return a [u8] (which will become an ...
Kevin Cantu
-1
/
+1
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-62
/
+86
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-262
/
+246
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 3)
Kevin Cantu
-1
/
+1
2012-01-23
s/block()/fn()/g
Niko Matsakis
-22
/
+21
2012-01-23
Check that the names mentioned in tag exports are actually types (or variants)
Tim Chevalier
-2
/
+58
2012-01-23
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-0
/
+2
2012-01-21
wrap line
Niko Matsakis
-1
/
+2
2012-01-21
unify size_of, align_of into one call (metrics)
Niko Matsakis
-104
/
+346
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-263
/
+268
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-18
/
+18
2012-01-21
fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...
Graham Fawcett
-4
/
+4
2012-01-22
rustc: Specify lint checks via crate attributes
Haitao Li
-2
/
+97
2012-01-21
rustc: Always resolve reexported names from original def
Haitao Li
-22
/
+2
2012-01-20
Handle fail after return correctly in typestate
Tim Chevalier
-4
/
+18
2012-01-19
Handle predicates that recurse in a check() expression
Tim Chevalier
-9
/
+10
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-5
/
+5
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-163
/
+163
2012-01-19
rustc: Remove trailing whitespace
Patrick Walton
-1
/
+1
2012-01-19
Compute typestates for FRU exprs correctly, plus a bit of cleanup
Tim Chevalier
-50
/
+36
2012-01-19
Handle log expressions with a _|_-typed level
Tim Chevalier
-0
/
+6
2012-01-19
rustc: Fix long lines
Patrick Walton
-3
/
+4
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-109
/
+109
2012-01-19
In trans, allow _|_-typed things to be the argument to fail
Tim Chevalier
-1
/
+1
2012-01-19
treat fn*() as fn&()
Niko Matsakis
-3
/
+3
2012-01-19
rustc: Refactor lint check and avoid a segv fault
Haitao Li
-19
/
+7
2012-01-19
rustc: Name the lint-style check module `lint`
Haitao Li
-59
/
+75
2012-01-19
rustc: Add a usage pass to collect one-off analyses
Haitao Li
-29
/
+59
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-48
/
+47
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-724
/
+724
2012-01-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-96
/
+64
2012-01-18
correct use of GEP_tup_like in closure constr
Niko Matsakis
-28
/
+36
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-41
/
+48
2012-01-19
Use ctypes in native function declarations
Haitao Li
-89
/
+106
2012-01-19
rustc: Warn when int or uint is used in a native type decl
Haitao Li
-0
/
+29
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
Merge pull request #1544 from kevina/issue-1393
Graydon Hoare
-4
/
+4
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-3
/
+16
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-127
/
+327
2012-01-17
Use a memset upcall to zero things without static alignment
Marijn Haverbeke
-16
/
+16
[prev]
[next]