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-06-17
rustc: Use correct version key in metadata
Brian Anderson
-1
/
+1
2011-06-17
rustc: Fix a bunch of memory management bugs relating to generic interior vec...
Patrick Walton
-7
/
+94
2011-06-17
Revert "rustc: Fix a bunch of memory management bugs relating to generic inte...
Patrick Walton
-87
/
+6
2011-06-17
rustc: Fix a bunch of memory management bugs relating to generic interior vec...
Patrick Walton
-6
/
+87
2011-06-17
Implemented enough of deep_copy that we can pass scalars and channels to task...
Eric Holk
-35
/
+39
2011-06-17
Started using deep_copy for spawn arguments.
Eric Holk
-15
/
+86
2011-06-17
rustc: Support both meta tags and attributes for crate metadata
Brian Anderson
-0
/
+4
2011-06-17
rustc: Remove metadata from the session.
Brian Anderson
-8
/
+2
2011-06-17
Put std in stageN/lib. This avoids windows trying to load stageN/std.ll when
Rafael Ávila de Espíndola
-2
/
+2
2011-06-17
rustc: Add a type_owns_heap_mem() predicate
Patrick Walton
-0
/
+33
2011-06-17
rustc: Cast to opaque interior vector types in trans_vec_append if necessary....
Patrick Walton
-2
/
+13
2011-06-17
rustc: Copy the contents of generic interior vectors
Patrick Walton
-83
/
+73
2011-06-17
Revert "rustc: Copy the contents of generic interior vectors"
Patrick Walton
-73
/
+83
2011-06-17
rustc: Copy the contents of generic interior vectors
Patrick Walton
-83
/
+73
2011-06-17
rustc: Demand that if conditions have bool type
Brian Anderson
-0
/
+3
2011-06-17
rustc: Fail to unify if two ty_vars don't unify
Brian Anderson
-1
/
+6
2011-06-17
rustc: Demand unification of both sides of a binop
Brian Anderson
-0
/
+5
2011-06-17
Automatically add a -L to the directory the binary is in.
Rafael Ávila de Espíndola
-4
/
+5
2011-06-16
Consistify ast::local.
Paul Stansifer
-70
/
+75
2011-06-16
rustc: Fix dominance issue when translating generic interior vectors
Patrick Walton
-21
/
+64
2011-06-16
Add better error messages for bad attributes in .rc files
Brian Anderson
-1
/
+2
2011-06-16
rustc: Fix regressed handling of bad attributes
Brian Anderson
-1
/
+6
2011-06-16
rustc: Change print_file to print_crate
Brian Anderson
-11
/
+16
2011-06-16
rustc: Parse crate attributes in standalone .rs files
Brian Anderson
-1
/
+5
2011-06-16
rustc: Parse attributes in crate files
Brian Anderson
-5
/
+15
2011-06-16
rustc: Parse inner items of file-level modules linked from crate files
Brian Anderson
-4
/
+8
2011-06-16
rustc: Implement type walking and comparison glue for unsafe pointers
Patrick Walton
-0
/
+25
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-440
/
+454
2011-06-16
rustc: Parse T[mutable?]
Patrick Walton
-1
/
+6
2011-06-16
rustc: Work around leak when translating interior vectors. Un-XFAIL interior-...
Patrick Walton
-2
/
+6
2011-06-16
rustc: Add cases for istr and ivec to visit
Patrick Walton
-6
/
+18
2011-06-16
rustc: Pretty print module inner attributes
Brian Anderson
-7
/
+17
2011-06-16
rustc: Correctly mark attributes as inner attributes
Brian Anderson
-8
/
+14
2011-06-16
rustc: Parse inner attributes of modules
Brian Anderson
-17
/
+49
2011-06-16
Pretty-print if-check
Tim Chevalier
-37
/
+46
2011-06-16
rustc: Parse interior vector types in which the base type is a path properly
Patrick Walton
-14
/
+36
2011-06-16
rustc: Pretty print interior vector types
Patrick Walton
-0
/
+6
2011-06-16
Removing dead upcall_join. Closes #509.
Eric Holk
-2
/
+0
2011-06-16
Clean up whitespace oddities perpetrated by pretty-printer.
Lindsey Kuper
-12
/
+12
2011-06-16
Bring back if-check
Tim Chevalier
-129
/
+215
2011-06-16
Get rid of old vec_append glue.
Michael Sullivan
-4
/
+0
2011-06-16
Translate the swap operator.
Michael Sullivan
-0
/
+18
2011-06-16
Fix bug in move on structure types.
Michael Sullivan
-2
/
+2
2011-06-16
Bring swap through typechecking and typestate.
Michael Sullivan
-0
/
+34
2011-06-16
Parse swap.
Michael Sullivan
-5
/
+15
2011-06-16
Add "<->" to the token definition and the lexer.
Michael Sullivan
-1
/
+9
2011-06-16
rustc: Fix LLVM type error when generating cmp glue for interior vectors
Patrick Walton
-4
/
+20
2011-06-16
rustc: Change interior vector syntax to `T[]`
Patrick Walton
-6
/
+21
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-382
/
+311
2011-06-15
Improve and test failure behavior for malformed attributes
Brian Anderson
-1
/
+13
[prev]
[next]