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-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
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
/
+164
2011-07-11
Move visit to newtype-style nominal type
Marijn Haverbeke
-129
/
+126
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
-40
/
+129
2011-07-11
Spill instead of copy when binding a pattern that's only a var binding
Marijn Haverbeke
-17
/
+11
2011-07-10
Add a missing case so nbody.rs can pp
Jesse Ruderman
-0
/
+1
2011-07-10
Export noop_fold_expr so the fuzzer can use it
Jesse Ruderman
-0
/
+1
2011-07-10
Make #fmt work from inside std. Issue #175
Brian Anderson
-10
/
+25
2011-07-10
Use more encapsulation for metadata::cstore
Brian Anderson
-25
/
+69
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-23
/
+48
2011-07-09
Generate code to load a crate's tests into the std test runner. Issue #428
Brian Anderson
-37
/
+218
2011-07-09
Collect functions that look like unit tests. Issue #428
Brian Anderson
-3
/
+31
2011-07-09
Track the path as we fold over the AST looking for unit tests. Issue #428
Brian Anderson
-4
/
+21
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
Alias-ify some prettyprinting functions
Tim Chevalier
-3
/
+4
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
Decode types across multiple crates. Closes #632
Brian Anderson
-27
/
+71
[prev]
[next]