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-08-19
Use move semantics when returning a local var
Marijn Haverbeke
-1
/
+13
2011-08-19
Temporary work-around for issue #843
Marijn Haverbeke
-2
/
+3
2011-08-19
Revert "Disable warnings for unused function arguments. Temporary hack."
Tim Chevalier
-6
/
+1
2011-08-19
Disable warnings for unused function arguments. Temporary hack.
Tim Chevalier
-1
/
+6
2011-08-18
Don't pretty-print trailing whitespace for blank lines inside block comments
Brian Anderson
-2
/
+10
2011-08-18
Try harder to disambig blocks followed by various exprs in pprust. Closes #840
Brian Anderson
-15
/
+74
2011-08-18
Merge remote-tracking branch 'graydon/master'
Michael Sullivan
-1
/
+3
2011-08-18
rustc: Only emit gc root intrinsic calls if the GC flag is on, to work around...
Patrick Walton
-1
/
+3
2011-08-18
Kind check tuples. Closes #841.
Michael Sullivan
-0
/
+7
2011-08-18
Some cleanup in ty_to_str.
Michael Sullivan
-30
/
+27
2011-08-18
Print tag names in type error messages. Closes #834.
Michael Sullivan
-14
/
+31
2011-08-18
Handle sequential let semantics properly in typestate
Tim Chevalier
-16
/
+37
2011-08-18
Comments
Tim Chevalier
-1
/
+2
2011-08-18
Kill another case of a spurious blank line. Closes #809.
Graydon Hoare
-1
/
+1
2011-08-18
Get rid of equal_type_structures. Closes #514.
Michael Sullivan
-184
/
+1
2011-08-18
More misc ivec->vec renaming
Brian Anderson
-5
/
+5
2011-08-18
Rename T_vec to T_evec
Brian Anderson
-3
/
+3
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-12
/
+12
2011-08-18
Change ast::ty_ivec, ty::ty_ivec to ty_vec
Brian Anderson
-47
/
+47
2011-08-18
Rename some vec upcalls and trans functions from vec* to evec*
Brian Anderson
-9
/
+11
2011-08-18
Remove upcall_new_vec
Brian Anderson
-4
/
+0
2011-08-18
Remove ast::ty_vec
Brian Anderson
-157
/
+5
2011-08-18
Remove seq_kind from ast::expr_vec
Brian Anderson
-34
/
+27
2011-08-18
Simplify the _rust_main/rust_start interface
Brian Anderson
-14
/
+15
2011-08-18
Continue transition to an ivec-only main
Brian Anderson
-75
/
+19
2011-08-18
Pretty-print ivecs as []
Brian Anderson
-5
/
+1
2011-08-18
Fix long line
Marijn Haverbeke
-1
/
+2
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-184
/
+179
2011-08-18
Don't warn about unused vars whose name starts with _
Marijn Haverbeke
-2
/
+3
2011-08-17
rustc: Stub stack map generation machinery
Patrick Walton
-34
/
+115
2011-08-17
rustc: Use "rust" GC in Rust functions
Patrick Walton
-0
/
+1
2011-08-17
rustc: Use obstacks in lieu of dynamically-allocated frames only when the fra...
Patrick Walton
-5
/
+15
2011-08-17
rustc: Use explicit return blocks
Patrick Walton
-30
/
+36
2011-08-17
Revert "rt: Use obstacks in lieu of dynamically-sized frames"
Patrick Walton
-27
/
+21
2011-08-17
rustc: Remove dead i2p function
Patrick Walton
-4
/
+0
2011-08-17
rt: Use obstacks in lieu of dynamically-sized frames
Patrick Walton
-21
/
+27
2011-08-17
Track arguments in typestate
Tim Chevalier
-9
/
+28
2011-08-17
Stop parsing old-style vec types
Brian Anderson
-5
/
+0
2011-08-17
Trivial commit to test github AMQP hook
Graydon Hoare
-1
/
+1
2011-08-17
Trivial commit to test github AMQP hook
Graydon Hoare
-1
/
+0
2011-08-17
rustc: Add missing "bcx = "
Patrick Walton
-1
/
+1
2011-08-17
rustc: Run obstack cleanups at the end of each function
Patrick Walton
-6
/
+30
2011-08-17
rustc: Mark an obstack fencepost when entering a dynamically-sized frame
Patrick Walton
-12
/
+13
2011-08-17
rustc: Add the dynastack upcalls to upcall.rs
Patrick Walton
-2
/
+11
2011-08-17
Refactor resolve_import
Brian Anderson
-42
/
+13
2011-08-17
Refactor resolve_import
Brian Anderson
-43
/
+47
2011-08-17
Remove unused case in resolve
Brian Anderson
-4
/
+0
2011-08-17
Refactor import lookup in middle:resolve
Brian Anderson
-10
/
+14
2011-08-17
Allow multiple imports in a single statement
Brian Anderson
-3
/
+98
2011-08-17
Refactor ast::view_item to differentiate between [ident]s and paths
Brian Anderson
-2
/
+6
[prev]
[next]