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
/
ast_map.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-5
/
+5
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-10
/
+10
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-2
/
+2
2011-08-15
Use span stacks to track macro expansion for less troublesome error messages.
Paul Stansifer
-4
/
+4
2011-08-11
Add ast_map::node_span function
Brian Anderson
-0
/
+57
2011-07-29
Enable kind checking on typarams, fix kind constraints in library and comp.
Graydon Hoare
-8
/
+8
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-44
/
+41
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-4
/
+4
2011-07-21
Add some support for using a map like a set.
Michael Sullivan
-0
/
+5
2011-07-11
Move visit to newtype-style nominal type
Marijn Haverbeke
-1
/
+1
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-1
/
+2
2011-06-28
Replace common::new_seq_hash with an adapter around std::smallintmap
Brian Anderson
-1
/
+69
2011-06-26
Add a very simple map implementation for sequential integer keys
Brian Anderson
-1
/
+1
2011-06-21
Move names and ids of native items into their recs, rather than their tags
Marijn Haverbeke
-5
/
+1
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-1
/
+1
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-0
/
+56
[prev]