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
/
rustc
/
metadata
/
astencode.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Remove duplicate, un-used copy of astencode
Tim Chevalier
-940
/
+0
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-5
/
+5
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-15
/
+15
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-11
/
+11
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-1
/
+1
2012-05-16
pull out id visitor into ast_util from astencode
Niko Matsakis
-0
/
+940
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-1093
/
+0
2012-05-14
First cut at dtors for classes
Tim Chevalier
-0
/
+7
2012-05-13
rustc: Eliminate a simple dependency from metadata mod
Brian Anderson
-1
/
+1
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-1
/
+1
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-10
/
+8
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-4
/
+6
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-2
/
+1
2012-04-23
rustc: Eliminate trans dependency from metadata::tyencode
Brian Anderson
-1
/
+1
2012-04-23
encode the borrowing table, add a simple cross-crate borrowing test
Niko Matsakis
-0
/
+8
2012-04-20
Log decoded inline_items when debug is active.
Graydon Hoare
-0
/
+7
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-5
/
+16
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-4
/
+4
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-2
/
+27
2012-04-06
Re-rename option functions
Tim Chevalier
-13
/
+13
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-04-02
Rename some core::option functions
Tim Chevalier
-13
/
+13
2012-03-29
Require "self" as base expression for intra-class method or field references
Tim Chevalier
-6
/
+0
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-4
/
+3
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-6
/
+6
2012-03-26
rustc: Begin eliminating ext's dependency on the session
Brian Anderson
-9
/
+6
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-0
/
+1
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-1
/
+1
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-1
/
+9
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-0
/
+6
2012-03-15
switch over to using new serialize/deserialize code
Niko Matsakis
-20
/
+148
2012-03-15
Remove tests from astencode.rs
Marijn Haverbeke
-116
/
+0
2012-03-15
Make sure enum and resource constructors are inlined properly
Marijn Haverbeke
-0
/
+1
2012-03-15
Make sure resource destructors are properly monomorphized
Marijn Haverbeke
-0
/
+4
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-32
/
+33
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-1
/
+7
2012-03-15
Fix assumption that monomorphized method's impls are crate-local
Marijn Haverbeke
-1
/
+0
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-1
/
+1
2012-03-14
adjust auto_serialize to generate fns named serialize_T()
Niko Matsakis
-6
/
+6
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-1
/
+1
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-14
/
+15
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-6
/
+6
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+0
2012-03-09
rustc: Add region def ids to the AST
Patrick Walton
-1
/
+2
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-2
/
+1
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-1
/
+2
2012-03-08
Properly serialize is_last_use values
Marijn Haverbeke
-3
/
+21
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-1
/
+4
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-1
/
+1
[next]