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-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
2011-07-12
rustc: Simplify tritv::copy; shaves a couple of seconds off typestate.
Patrick Walton
-17
/
+4
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-12
Update pretty-printing of '...' in record patterns to be ', _' instead
Marijn Haverbeke
-1
/
+4
2011-07-11
Fix pretty-printing of literals again. Issue #672
Brian Anderson
-1
/
+6
2011-07-11
Make the parser add correct spans to view_items
Tim Chevalier
-30
/
+19
2011-07-11
Pass command-line args to the test runner. Issue #428
Brian Anderson
-5
/
+28
2011-07-11
So... I can't spell 'ellipsis'.
Paul Stansifer
-8
/
+8
2011-07-11
Change "etc" syntax for record patterns from `{a:b ...}` to `{a:b, _}`.
Paul Stansifer
-5
/
+6
2011-07-11
Add elipses, reorganize the macro components into their own AST node.
Paul Stansifer
-103
/
+206
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-168
/
+330
2011-07-11
Add nodes for embedding types and blocks in expressions for macros.
Paul Stansifer
-45
/
+58
2011-07-11
Only print up to six lines on error. Print ^~~~~ to highlight error span.
Josh Matthews
-1
/
+50
2011-07-11
Hack to print lines when error spans are available.
Josh Matthews
-2
/
+55
2011-07-11
Visit the type argument in a port expression
Tim Chevalier
-1
/
+8
2011-07-11
Add parser::parse_crate_from_source_str
Brian Anderson
-0
/
+18
2011-07-11
In typeck, check for dynamically sized by-value arguments to thunks
Tim Chevalier
-11
/
+49
2011-07-11
Pull lexer creation out of new_parser
Brian Anderson
-15
/
+20
2011-07-11
Pull file reading out of the lexer
Brian Anderson
-10
/
+11
2011-07-11
rustc: Implement explicit global scope resolution via leading "::"; add a tes...
Patrick Walton
-31
/
+56
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
The lexer's get_mark_str should slice by byte position, not char. Closes #654
Brian Anderson
-3
/
+4
2011-07-11
Use some actual or-patterns in resolve.rs
Marijn Haverbeke
-70
/
+34
2011-07-11
Fix pretty-printing of record patterns
Marijn Haverbeke
-3
/
+3
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
[prev]
[next]