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-03-02
Move src/comp to src/rustc
Graydon Hoare
-12548
/
+0
2012-03-02
emit mthd data if marked inline
Niko Matsakis
-11
/
+8
2012-03-02
restructure to better support method inlining
Niko Matsakis
-118
/
+124
2012-03-02
retool inline encoding to handle methods, fix tests
Niko Matsakis
-35
/
+136
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-14
/
+30
2012-02-29
Recognize last uses for copied closed-over variables
Marijn Haverbeke
-6
/
+3
2012-02-28
add ability to run multi-crate tests, run tests with --inline
Niko Matsakis
-2
/
+3
2012-02-28
enumerate ids for arguments too
Niko Matsakis
-1
/
+5
2012-02-28
change def's that are always local to use node_id, add --inline opt
Niko Matsakis
-33
/
+31
2012-02-28
correct freevar encoding, add more debugging output
Niko Matsakis
-3
/
+16
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-681
/
+9714
2012-02-23
Various cleanups and optimizations in core::str
Marijn Haverbeke
-1
/
+1
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-9
/
+4
2012-02-21
Include @ in crate_ctxt and fn_ctxt type definitions
Marijn Haverbeke
-2
/
+2
2012-02-17
rustc: Make resolve more forgiving of missing external crates
Brian Anderson
-3
/
+4
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-14
/
+14
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-9
/
+9
2012-02-15
Replace some explicit fails with 'alt check' invocations
Marijn Haverbeke
-2
/
+1
2012-02-15
Support 'alt check' syntax
Marijn Haverbeke
-1
/
+1
2012-02-14
rustc: Add crust functions to the AST
Brian Anderson
-1
/
+6
2012-02-13
Remove some needlessly repetetive casts in metadata code
Marijn Haverbeke
-94
/
+93
2012-02-13
Track purity/unsafety of iface and impl methods
Marijn Haverbeke
-10
/
+24
2012-02-13
add serialization library; convert ebml lib to use u64 internally
Niko Matsakis
-7
/
+7
2012-02-11
core: Change the argument order for vec::contains, vec::count
Brian Anderson
-2
/
+2
2012-02-11
core: Rename vec::member to vec::contains to match str mod
Brian Anderson
-2
/
+2
2012-02-11
correct fully qualified type names to include the crate; add tests (take 2)
Niko Matsakis
-1
/
+2
2012-02-11
Revert prior commit until I have time to track down the valgrind error
Niko Matsakis
-2
/
+1
2012-02-10
correct fully qualified type names to include the crate; add tests
Niko Matsakis
-1
/
+2
2012-02-10
create serialization lib and update serializer to use it
Niko Matsakis
-3
/
+3
2012-02-10
use absolute names when pretty-printing types
Niko Matsakis
-12
/
+12
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-13
/
+98
2012-02-10
create serializer project which autogenerates serialization code
Niko Matsakis
-0
/
+653
2012-02-10
update ebml interface
Niko Matsakis
-22
/
+21
2012-02-09
Further WIP on classes
Tim Chevalier
-0
/
+7
2012-02-09
Fix bug in decoding of method metadata
Marijn Haverbeke
-1
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-8
/
+0
2012-02-07
String split renaming:
Kevin Cantu
-1
/
+1
2012-02-07
Minor class-related tweaks to the AST
Tim Chevalier
-2
/
+2
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-0
/
+2
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-16
/
+15
2012-02-06
Self types for ifaces
Marijn Haverbeke
-0
/
+12
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-6
/
+2
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-0
/
+6
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-2
/
+2
2012-02-01
Remove support for native types
Marijn Haverbeke
-13
/
+0
2012-01-31
Change option::t to option
Tim Chevalier
-10
/
+10
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-1
/
+12
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-11
/
+11
2012-01-30
Revert self types
Marijn Haverbeke
-9
/
+7
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-14
/
+14
[next]