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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
/
middle
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Fix take glue for slices.
Michael Sullivan
-0
/
+3
2012-07-10
Don't fail when emitting free glue for fixed and region evecs.
Michael Sullivan
-3
/
+0
2012-07-10
Mop up merge collision.
Graydon Hoare
-8
/
+6
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-89
/
+133
2012-07-10
Make old_vecs an error.
Michael Sullivan
-1
/
+1
2012-07-10
Disallow implicitly binding methods in typechecker. Closes #2189.
Michael Sullivan
-79
/
+104
2012-07-10
Remove the empty tuple of tydescs from closures. Closes #2531.
Michael Sullivan
-8
/
+5
2012-07-10
Get rid of a lot of bind related cruft as part of Issue #2189.
Michael Sullivan
-290
/
+41
2012-07-10
Clean up the tydesc handling code in trans.
Michael Sullivan
-119
/
+80
2012-07-10
rustc: Resolve expressions in literal and range patterns
Patrick Walton
-1
/
+11
2012-07-09
rustc: Handle foreign item purity correctly in resolve3
Patrick Walton
-1
/
+1
2012-07-09
Allow folds to drop items.
Paul Stansifer
-2
/
+2
2012-07-09
rustc: Fix the collision with Tim's change
Patrick Walton
-0
/
+5
2012-07-09
rustc: Allow import resolutions to be inferred from external crates in resolve3
Patrick Walton
-4
/
+50
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-15
/
+15
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-5
/
+7
2012-07-09
change borrowck error msg: 'declared in outer block' -> 'captured in a closur...
Ben Blum
-2
/
+4
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-113
/
+346
2012-07-08
Revert "change borrowck error msg: 'declared in outer block' -> 'captured in ...
Brian Anderson
-4
/
+2
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-346
/
+113
2012-07-06
change borrowck error msg: 'declared in outer block' -> 'captured in a closure'
Ben Blum
-2
/
+4
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-113
/
+346
2012-07-06
Be less eager about implicit borrowing when doing method resolution. Closes #...
Michael Sullivan
-15
/
+24
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-10
/
+10
2012-07-06
Rip out a bunch more append code from trans.
Michael Sullivan
-90
/
+0
2012-07-06
Remove tvec::trans_add
Eric Holk
-45
/
+0
2012-07-06
Move string append to libraries. Closes #2710.
Michael Sullivan
-2
/
+2
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-1
/
+16
2012-07-05
Clean up error message punctuation/capitalization
Lindsey Kuper
-7
/
+7
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-7
/
+5
2012-07-05
Consider slices to be a structural type. Closes #2748.
Michael Sullivan
-4
/
+6
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-258
/
+258
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-483
/
+473
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-80
/
+80
2012-07-04
Fix trans typo noticed by fuzzer. Close #2148.
Graydon Hoare
-1
/
+1
2012-07-03
rustc: Make the error names in resolve3 conform more closely to what the comp...
Patrick Walton
-6
/
+3
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-10
/
+14
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-14
/
+10
2012-07-03
Change crust -> extern.
Graydon Hoare
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-26
/
+26
2012-07-03
rustc: Add X-ray functionality to resolve3 so the test runner works
Patrick Walton
-34
/
+58
2012-07-03
rustc: Record the main function in the session in resolve3
Patrick Walton
-0
/
+25
2012-07-03
Fix some indentation in check::vtable.
Michael Sullivan
-52
/
+52
2012-07-02
rustc: Remove some comments from resolve3 that are being misparsed as attributes
Brian Anderson
-4
/
+4
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-40
/
+4028
2012-07-02
Implemented better error message for missing do statements.
Armin Ronacher
-0
/
+14
2012-07-01
Convert to new closure syntax
Brian Anderson
-1202
/
+1176
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-524
/
+522
2012-06-30
Check in changes I forgot to check in
Tim Chevalier
-7
/
+7
2012-06-30
Descend into ty_boxes in type_use
Tim Chevalier
-25
/
+46
[next]