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
Age
Commit message (
Expand
)
Author
Lines
2011-07-01
rustc: Fix memory corruption with ivectors-inside-ivectors by duplicating *fi...
Patrick Walton
-2
/
+2
2011-07-01
rustc: Move path_to_str to front::ast
Patrick Walton
-19
/
+19
2011-07-01
Introduce --cfg argument for providing additional configuration. Issue #489
Brian Anderson
-4
/
+27
2011-07-01
Add some FIXMEs for issue #607
Brian Anderson
-1
/
+5
2011-07-01
Add some logging to attr when reading crate link attributes
Brian Anderson
-2
/
+1
2011-07-01
Revert "rustc: Change methods in ty::t to use interior vectors"
Patrick Walton
-48
/
+43
2011-07-01
rustc: Change methods in ty::t to use interior vectors
Patrick Walton
-43
/
+48
2011-07-01
Export only what's in use from front::eval. Issue #604
Brian Anderson
-0
/
+2
2011-07-01
Remove unused imports from front::eval
Brian Anderson
-7
/
+0
2011-07-01
Remove remaining unused eval methods. Issue #604
Brian Anderson
-46
/
+0
2011-07-01
Remove the concept of crate directive let statements. Issue #604
Brian Anderson
-123
/
+0
2011-07-01
Remove the concept of crate directive expressions. Issue #604
Brian Anderson
-66
/
+1
2011-07-01
Remove the environment concept from front::eval
Brian Anderson
-75
/
+51
2011-07-01
Cleanup attribute code. Issue #487
Brian Anderson
-28
/
+23
2011-07-01
Add some helper functions to front::attr
Brian Anderson
-0
/
+20
2011-07-01
Track def_ids of native types so that they can be distinguished
Marijn Haverbeke
-30
/
+49
2011-07-01
Allow dereferencing of single-variant, single-argument tag values
Marijn Haverbeke
-81
/
+141
2011-07-01
Allow 'newtype' syntax for tags
Marijn Haverbeke
-16
/
+47
2011-07-01
Do not store a tag num for single-variant tags
Marijn Haverbeke
-119
/
+142
2011-07-01
Make sure the pretty-printer understand resources
Marijn Haverbeke
-1
/
+4
2011-07-01
Implement autoderef for function calls.
Michael Sullivan
-23
/
+51
2011-07-01
Move autoderefed_ty to ty.rs and rename it type_autoderef.
Michael Sullivan
-14
/
+15
2011-06-30
rustc: Duplicate heap data of interior vectors when passing them by value
Patrick Walton
-1
/
+15
2011-06-30
Minor pp cleanups.
Graydon Hoare
-4
/
+4
2011-06-30
Preserve hard \n\n pairs from source when pretty-printing, as explicit format...
Graydon Hoare
-13
/
+32
2011-06-30
rustc: Remove unused variables from last commit
Patrick Walton
-2
/
+0
2011-06-30
rustc: Change function argument types to interior vectors
Patrick Walton
-75
/
+97
2011-06-30
Pretty-print view items in mod items
Brian Anderson
-5
/
+4
2011-06-30
Use attributes for conditional compilation in std.rc
Brian Anderson
-2
/
+24
2011-06-30
Conditionally compile items declared as statements. Issue #489
Brian Anderson
-1
/
+30
2011-06-30
Get rid of remaining unused variables
Tim Chevalier
-6
/
+4
2011-06-30
Don't warn about unused for-loop index variables
Tim Chevalier
-0
/
+4
2011-06-30
Kill unused variables
Tim Chevalier
-91
/
+37
2011-06-30
Warn for unused variables
Tim Chevalier
-69
/
+122
2011-06-30
rustc: Use interior vectors for record types
Patrick Walton
-27
/
+24
2011-06-30
rustc: Make mk_imm_tup() take an interior vector
Patrick Walton
-48
/
+65
2011-06-30
rustc: Use interior vectors for tuple types
Patrick Walton
-23
/
+27
2011-06-30
Added a nanosecond timer to time.rs, support for some floating point casts, a...
Eric Holk
-1
/
+16
2011-06-30
Add a pass to fold out items that do not belong in the current configuration
Brian Anderson
-0
/
+71
2011-06-30
Add missing item variants to fold_item_underscore
Brian Anderson
-0
/
+3
2011-06-30
Add missing expression variants to fold_expr
Brian Anderson
-0
/
+15
2011-06-30
Fold the crate-level module in front::fold
Brian Anderson
-1
/
+2
2011-06-30
Move middle::attr to front::attr
Brian Anderson
-4
/
+4
2011-06-30
Convert the eval::env to an ast::crate_cfg
Brian Anderson
-4
/
+19
2011-06-30
Introduce a config property to the crate AST node
Brian Anderson
-4
/
+12
2011-06-30
Switch rustc's crate metadata to use the link attribute
Brian Anderson
-4
/
+5
2011-06-30
Support type parameters in resources
Marijn Haverbeke
-66
/
+151
2011-06-30
Make calling resource destructors work cross-crate
Marijn Haverbeke
-29
/
+60
2011-06-30
Second try to remove -lssp.
Rafael Ávila de Espíndola
-5
/
+2
2011-06-29
More fixes to fast-check.
Graydon Hoare
-2
/
+10
[prev]
[next]