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
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-16
/
+17
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-4
/
+4
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-7
/
+7
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-3
/
+4
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Switch tag type parameters to interior vectors
Patrick Walton
-2
/
+2
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-2
/
+2
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-36
/
+35
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-4
/
+4
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-7
/
+7
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-3
/
+4
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Switch tag type parameters to interior vectors
Patrick Walton
-2
/
+2
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-2
/
+2
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-3
/
+4
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-25
/
+28
2011-07-05
Require that the meta items in a use statement have unique names
Brian Anderson
-0
/
+2
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-41
/
+39
2011-07-04
rustc: Remove obsolete "The second has to be authed pure" comment
Patrick Walton
-4
/
+3
2011-07-04
Use metadata to avoid always passing -Lrustllvm to the linker.
Rafael Ávila de Espíndola
-3
/
+19
2011-07-04
Simplify.
Rafael Ávila de Espíndola
-11
/
+3
2011-07-01
rustc: Move path_to_str to front::ast
Patrick Walton
-1
/
+1
2011-07-01
Revert "rustc: Change methods in ty::t to use interior vectors"
Patrick Walton
-7
/
+7
2011-07-01
rustc: Change methods in ty::t to use interior vectors
Patrick Walton
-7
/
+7
2011-07-01
Cleanup attribute code. Issue #487
Brian Anderson
-26
/
+14
2011-07-01
Track def_ids of native types so that they can be distinguished
Marijn Haverbeke
-3
/
+11
2011-06-30
rustc: Change function argument types to interior vectors
Patrick Walton
-4
/
+4
2011-06-30
Kill unused variables
Tim Chevalier
-8
/
+4
2011-06-30
rustc: Use interior vectors for record types
Patrick Walton
-2
/
+2
2011-06-30
rustc: Use interior vectors for tuple types
Patrick Walton
-2
/
+2
2011-06-30
Move middle::attr to front::attr
Brian Anderson
-2
/
+2
2011-06-30
Support type parameters in resources
Marijn Haverbeke
-3
/
+9
2011-06-30
Make calling resource destructors work cross-crate
Marijn Haverbeke
-4
/
+9
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-6
/
+8
2011-06-29
Be more strategic about linking to rust crates
Brian Anderson
-0
/
+2
2011-06-29
Write metadata for sythesized name/vers items to the crate's link attr
Brian Anderson
-1
/
+66
2011-06-29
Fix resource encoding bugs.
Graydon Hoare
-2
/
+3
2011-06-28
Cleanup attribute code. Issue #487
Brian Anderson
-12
/
+15
2011-06-28
Remove the last traces of the distinction between export / local meta items
Brian Anderson
-30
/
+0
2011-06-28
Use span_fatal for failure to find crates
Brian Anderson
-6
/
+5
2011-06-28
Rework how linkage attributes are determined
Brian Anderson
-61
/
+25
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-0
/
+4
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-33
/
+65
2011-06-28
Write metadata for crate attributes. Issue #487
Brian Anderson
-22
/
+70
2011-06-28
Add emacs variables to encoder.rs
Brian Anderson
-0
/
+10
2011-06-28
List crate attributes when running rustc with '--ls'
Brian Anderson
-22
/
+60
[prev]
[next]