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
/
tydecode.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-426
/
+0
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-2
/
+2
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-5
/
+5
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-5
/
+5
2012-02-13
Remove some needlessly repetetive casts in metadata code
Marijn Haverbeke
-46
/
+52
2012-02-10
use absolute names when pretty-printing types
Niko Matsakis
-4
/
+2
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-2
/
+0
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-0
/
+1
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-1
/
+1
2012-02-06
Self types for ifaces
Marijn Haverbeke
-0
/
+7
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-1
/
+1
2012-02-01
Remove support for native types
Marijn Haverbeke
-1
/
+0
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-2
/
+2
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-4
/
+0
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-1
/
+1
2012-01-24
Replace uses of str::unsafe_from_byte
Kevin Cantu
-2
/
+2
2012-01-23
s/block()/fn()/g
Niko Matsakis
-2
/
+2
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1
/
+1
2012-01-16
Store type names in crate metadata
Marijn Haverbeke
-0
/
+7
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-10
/
+13
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-18
/
+0
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-5
/
+5
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-1
/
+1
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-1
/
+8
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
-75
/
+68
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-1
/
+1
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-13
/
+12
2012-01-02
Box arrays of parameter bounds
Marijn Haverbeke
-1
/
+1
2012-01-02
Check that type parameter bounds are interface types
Marijn Haverbeke
-4
/
+11
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-15
/
+27
2011-12-23
Check impls methods against the type of their iface.
Marijn Haverbeke
-1
/
+1
2011-12-23
Use the same type of record in ty::ty_fn and ty::method
Marijn Haverbeke
-16
/
+7
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-5
/
+5
2011-12-16
extend with ty_send_type and ty_opaque_closure
Niko Matsakis
-0
/
+2
2011-12-14
push changes through to get things compiling, if not running.
Niko Matsakis
-10
/
+13
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+2
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-10
/
+10
2011-11-30
Box ast::path values
Marijn Haverbeke
-7
/
+7
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-5
/
+0
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-7
/
+1
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-1
/
+1
2011-11-18
Add a pass-by-copy parameter passing convention
Marijn Haverbeke
-1
/
+2
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-3
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-1
/
+1
2011-11-09
rustc: Rename native_abi_c_stack_cdecl to native_abi_cdecl
Brian Anderson
-1
/
+1
2011-11-09
rustc: Rename native_abi_c_stack_stdcall to native_abi_stdcall
Brian Anderson
-1
/
+1
2011-11-09
Remove native "x86stdcall" ABI
Brian Anderson
-1
/
+0
[next]