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
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-1
/
+1
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-17
/
+17
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-18
/
+5
2012-01-25
(FIX) Change encoder::encode_metadata to return a [u8] (which will become an ...
Kevin Cantu
-2
/
+2
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-7
/
+9
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-24
/
+24
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 4)
Kevin Cantu
-10
/
+10
2012-01-24
Replace uses of str::unsafe_from_byte
Kevin Cantu
-2
/
+2
2012-01-23
Add export{} syntax to encapsulate things that should be abstract
Tim Chevalier
-1
/
+1
2012-01-23
s/block()/fn()/g
Niko Matsakis
-5
/
+5
2012-01-21
rustc: Always resolve reexported names from original def
Haitao Li
-11
/
+62
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-2
/
+2
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-6
/
+6
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-4
/
+4
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-61
/
+61
2012-01-19
Use ctypes in native function declarations
Haitao Li
-1
/
+1
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-2
/
+4
2012-01-16
Don't write out type names when hashing types
Marijn Haverbeke
-3
/
+5
2012-01-16
Store type names in crate metadata
Marijn Haverbeke
-2
/
+16
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-3
/
+6
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-14
/
+18
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-1
/
+1
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-4
/
+4
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-59
/
+0
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-14
/
+15
2012-01-11
rustc: Don't allow empty link_name when nolink attribute is present
Brian Anderson
-9
/
+12
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-20
/
+1
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-26
/
+25
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-8
/
+6
2012-01-11
Fix regression in resolving of external impls
Marijn Haverbeke
-4
/
+4
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-1
/
+34
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-10
/
+10
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-2
/
+2
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-2
/
+11
2012-01-06
Disallow variable names that shadow tags in scope
Tim Chevalier
-5
/
+5
2012-01-05
Clean up translating of def_ids in metadata reader
Marijn Haverbeke
-188
/
+149
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-2
/
+2
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-101
/
+139
2012-01-05
Write the iface type of an impl in the crate data
Marijn Haverbeke
-4
/
+45
2012-01-04
"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")
Lenny222
-1
/
+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
-5
/
+5
2012-01-02
More resolving and typechecking of bounded type parameters.
Marijn Haverbeke
-0
/
+1
2012-01-02
Check that type parameter bounds are interface types
Marijn Haverbeke
-12
/
+23
2012-01-01
freebsd support
User Jyyou
-0
/
+1
2011-12-29
Box ty_param_bounds_and_ty
Marijn Haverbeke
-1
/
+1
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-95
/
+101
2011-12-23
Check impls methods against the type of their iface.
Marijn Haverbeke
-1
/
+1
2011-12-23
Parse `iface` items and interface references in `impl` items.
Marijn Haverbeke
-3
/
+12
2011-12-23
Use the same type of record in ty::ty_fn and ty::method
Marijn Haverbeke
-34
/
+22
[prev]
[next]