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-14
Consolidate some arguments in typeck by just passing the record they came from.
Michael Sullivan
-12
/
+12
2011-07-14
Factor out build_environment's code to find a variable in a function context.
Michael Sullivan
-18
/
+24
2011-07-14
Factor out closure construction from trans_for_each.
Michael Sullivan
-14
/
+24
2011-07-14
Fix array out of bounds index in load_environment.
Michael Sullivan
-3
/
+3
2011-07-14
rustc: Move metadata::encoder over to interior vectors
Patrick Walton
-52
/
+56
2011-07-14
Add a facility for ignoring tests. Issue #428
Brian Anderson
-8
/
+31
2011-07-14
Fix long line.
Graydon Hoare
-1
/
+2
2011-07-14
Move rustc to the new llvm type system. Requires an update to llvm trunk.
Rafael Ávila de Espíndola
-55
/
+40
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-336
/
+337
2011-07-14
rustc: First stab at interior string literals, untested as of yet
Patrick Walton
-12
/
+86
2011-07-14
The test runner's main returns unit, not int. Issue #428
Brian Anderson
-1
/
+1
2011-07-14
Revert "Allow main to return int"
Brian Anderson
-4
/
+1
2011-07-14
Flag --test implies '--cfg test'. Issue #428
Brian Anderson
-6
/
+59
2011-07-14
Keep a pointer to rust_object_type.
Rafael Ávila de Espíndola
-7
/
+9
2011-07-14
Main part of the type system rewrite:
Rafael Ávila de Espíndola
-75
/
+87
2011-07-13
Allow main to return int
Brian Anderson
-1
/
+4
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-10
/
+77
2011-07-13
rustc: Remove some interior vectors from ty, except the ones that I think wer...
Patrick Walton
-35
/
+8
2011-07-13
Small cleanups that were missing in the last patch.
Rafael Ávila de Espíndola
-4
/
+3
2011-07-13
Next step in the type system change. Add task_type to the context.
Rafael Ávila de Espíndola
-37
/
+43
2011-07-13
rustc: Remove exterior vectors from resolve again
Patrick Walton
-29
/
+26
2011-07-13
First step in the typesystem rewrite:
Rafael Ávila de Espíndola
-84
/
+84
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-210
/
+210
2011-07-13
Use more precise spans in error messages for bad FRU exprs
Tim Chevalier
-9
/
+15
2011-07-13
Parse nullary ret correctly
Tim Chevalier
-9
/
+7
2011-07-13
Add some missing cases to token::can_begin_expr
Tim Chevalier
-0
/
+4
2011-07-13
Refactor out some repetetive code in trans_alt
Marijn Haverbeke
-59
/
+46
2011-07-13
Add box patterns
Marijn Haverbeke
-13
/
+56
2011-07-13
box patterns, expect for the trans part
Marijn Haverbeke
-3
/
+35
2011-07-13
Do not allow moving out of obj fields, properly check move inits
Marijn Haverbeke
-87
/
+85
2011-07-12
Revert "rustc: Remove some exterior vectors from ty.rs"
Patrick Walton
-15
/
+42
2011-07-12
Revert "rustc: Remove exterior vectors from resolve"
Patrick Walton
-26
/
+29
2011-07-12
rustc: Remove the last few exterior vectors from typeck
Patrick Walton
-42
/
+25
2011-07-12
rustc: Remove a few scattered uses of exterior vectors from typestate
Patrick Walton
-18
/
+6
2011-07-12
rustc: Remove exterior vectors from resolve
Patrick Walton
-29
/
+26
2011-07-12
rustc: Remove some exterior vectors from ty.rs
Patrick Walton
-42
/
+15
2011-07-12
rustc: Remove some useless std::vec imports
Patrick Walton
-5
/
+0
2011-07-12
Fix fast-check target by disabling code snippet printing on warnings (broken ...
Graydon Hoare
-1
/
+4
2011-07-12
Simplify the code for generating tests. Issue #428
Brian Anderson
-17
/
+10
2011-07-12
Log the synthesized __test module. Issue #428
Brian Anderson
-4
/
+8
2011-07-12
Elide existing main function when building a test runner. Issue #428
Brian Anderson
-1
/
+25
2011-07-12
Fix type inference of fn tail expressions. Closes #680
Brian Anderson
-4
/
+5
2011-07-12
rustc: Remove some interior vectors from typestate and some useless vec-relat...
Patrick Walton
-26
/
+7
2011-07-12
rustc: Move ppaux away from exterior vectors
Patrick Walton
-22
/
+14
2011-07-12
rustc: Complete the transition of pprust to interior vectors
Patrick Walton
-80
/
+48
2011-07-12
rustc: Remove exterior vectors from front::attr
Patrick Walton
-12
/
+11
2011-07-13
Use switches rather than chained conditionals to compile alt matches
Marijn Haverbeke
-219
/
+433
2011-07-12
Make resolve check for type-variable name-shadowing
Tim Chevalier
-5
/
+18
2011-07-12
Remove some obsolete comments.
Lindsey Kuper
-9
/
+0
2011-07-12
"Narrow scope forgives many sins." -- M. Schwern
Lindsey Kuper
-15
/
+14
[prev]
[next]