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-02-01
Remove support for native types
Marijn Haverbeke
-79
/
+15
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-125
/
+101
2012-01-31
Change option::t to option
Tim Chevalier
-152
/
+152
2012-01-31
Don't compute pre- and postconditions for item_consts
Tim Chevalier
-16
/
+1
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-285
/
+591
2012-01-31
Move walk_ty to stack closure
Marijn Haverbeke
-56
/
+32
2012-01-31
Don't consider references to nullary tag variants lvals in kind.rs
Marijn Haverbeke
-1
/
+16
2012-01-30
Remove ternary operator
Paul Woolcock
-14
/
+0
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-34
/
+79
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-293
/
+190
2012-01-30
Revert self types
Marijn Haverbeke
-81
/
+50
2012-01-30
Remove trailing whitespace in debuginfo.rs
Marijn Haverbeke
-1
/
+1
2012-01-30
Only build debuginfo blocks for blocks that appear in the program text
Marijn Haverbeke
-81
/
+104
2012-01-29
Fix mistake in previous commit
Marijn Haverbeke
-1
/
+2
2012-01-29
Fix bug where resolve didn't descend method ty params
Marijn Haverbeke
-1
/
+1
2012-01-28
Merge remote-tracking branch 'mozilla/master'
Josh Matthews
-30
/
+56
2012-01-28
Disable lexical block and function debug info caches to improve compilation t...
Josh Matthews
-19
/
+18
2012-01-27
rustc: Make 'attempted access of field' error non-fatal
Brian Anderson
-1
/
+3
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-2
/
+2
2012-01-27
Make occurs check in ty::fixup_vars more reliable
Marijn Haverbeke
-11
/
+19
2012-01-27
Allow moving out of mutable unsafe pointers
Marijn Haverbeke
-10
/
+12
2012-01-27
Properly check enum types for recursion
Marijn Haverbeke
-6
/
+20
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
[next]