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
Age
Commit message (
Expand
)
Author
Lines
2011-07-12
Add missing files
Tim Chevalier
-111
/
+44
2011-07-12
Fix potential use-before-init bug in trans
Tim Chevalier
-5
/
+9
2011-07-11
Add elipses, reorganize the macro components into their own AST node.
Paul Stansifer
-4
/
+4
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-11
/
+8
2011-07-11
In typeck, check for dynamically sized by-value arguments to thunks
Tim Chevalier
-11
/
+36
2011-07-11
rustc: Implement explicit global scope resolution via leading "::"; add a tes...
Patrick Walton
-18
/
+27
2011-07-11
Unify the rhs and lhs types in a send
Tim Chevalier
-0
/
+1
2011-07-11
rustc: Implement pointer dereference; add a test case
Patrick Walton
-2
/
+5
2011-07-11
Fix comparisons of the nil type to do something sensible.
Michael Sullivan
-21
/
+19
2011-07-11
Use some actual or-patterns in resolve.rs
Marijn Haverbeke
-70
/
+34
2011-07-11
Fix autoderef of function calls when the function is not an lval.
Michael Sullivan
-18
/
+4
2011-07-11
Fix handling of derived tydescs in bind.
Michael Sullivan
-4
/
+10
2011-07-11
Fix bind to work with boxed arguments with type parameters.
Michael Sullivan
-2
/
+6
2011-07-11
Implement record patterns
Marijn Haverbeke
-2
/
+90
2011-07-11
Move visit to newtype-style nominal type
Marijn Haverbeke
-17
/
+16
2011-07-11
Output a meaningful error when too few or too many type parameters given
Marijn Haverbeke
-3
/
+11
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-22
/
+76
2011-07-11
Spill instead of copy when binding a pattern that's only a var binding
Marijn Haverbeke
-17
/
+11
2011-07-10
Use more encapsulation for metadata::cstore
Brian Anderson
-2
/
+2
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-23
/
+48
2011-07-08
Propagate constraints through copy, move, and swap
Tim Chevalier
-133
/
+442
2011-07-08
Minor refactoring
Tim Chevalier
-3
/
+11
2011-07-08
Improve impossible-case handling in ty::get_element_type
Tim Chevalier
-4
/
+5
2011-07-08
Improve the error message for import glob collisions. Closes #482
Brian Anderson
-17
/
+31
2011-07-08
rustc: Use interior vectors for the union-find in rustc
Patrick Walton
-21
/
+24
2011-07-08
rustc: Fix a level-of-indirection problem by using size_of() to compute dynam...
Patrick Walton
-4
/
+2
2011-07-08
Add just enough logic to the driver so that we can link std statically.
Rafael Ávila de Espíndola
-0
/
+3
2011-07-08
rustc: Do dynamic size calculations properly when concatenating interior vect...
Patrick Walton
-23
/
+40
2011-07-08
Don't export tyencode from the metadata module
Brian Anderson
-4
/
+0
2011-07-08
Make the interface to metadata::csearch more consistent
Brian Anderson
-5
/
+6
2011-07-08
Begin splitting metadata::decoder into decoding and crate search modules
Brian Anderson
-13
/
+12
2011-07-08
Move external crate/lib resolution to its own pass
Brian Anderson
-2
/
+0
2011-07-08
Move crate_map from resolve to cstore
Brian Anderson
-7
/
+4
2011-07-08
Replace the crate cache in session with the one in cstore
Brian Anderson
-2
/
+4
2011-07-08
Ignore current scope when resolving self-shadowing imports
Marijn Haverbeke
-18
/
+15
2011-07-08
Don't unbox types in ty::is_binopable, do it on typeck side instead
Marijn Haverbeke
-17
/
+4
2011-07-08
Remove useless return value in typeck::check_decl_local
Marijn Haverbeke
-6
/
+2
2011-07-08
Auto-bind generic functions when their value is taken in non-call context
Marijn Haverbeke
-4
/
+28
2011-07-08
Avoid superfluous take/drop for temp values passes as arguments
Marijn Haverbeke
-8
/
+16
2011-07-08
Make for-each bodies close over their parent's iterbody
Marijn Haverbeke
-6
/
+19
2011-07-07
rustc: Check iter return types. Closes #638.
Patrick Walton
-0
/
+2
2011-07-07
rustc: Fix long line
Patrick Walton
-1
/
+2
2011-07-07
rustc: Make trans use interior vectors
Patrick Walton
-679
/
+651
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-14
/
+11
2011-07-07
Fix a bug that was interfering with method overriding. Issue #543.
Lindsey Kuper
-23
/
+36
2011-07-07
Merge pull request #634 from robarnold/upstream-stable
Patrick Walton
-6
/
+26
2011-07-07
Remove duplicate definition of def_to_str from middle::ty
Brian Anderson
-4
/
+0
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-191
/
+208
2011-07-07
Command line changes for adding support for static libraries.
Rafael Ávila de Espíndola
-4
/
+4
2011-07-07
Clean up trans_arg_expr
Marijn Haverbeke
-45
/
+25
[prev]
[next]