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
/
rustc
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
-133
/
+172
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
-12
/
+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
Get rid of places that expected foo.bar to implicitly bind.
Michael Sullivan
-5
/
+5
2012-07-10
Clean up the tydesc handling code in trans.
Michael Sullivan
-119
/
+80
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-2
/
+6
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
-4
/
+4
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-20
/
+3
2012-07-09
rustc: Fix the collision with Tim's change
Patrick Walton
-1
/
+17
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-3
/
+20
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-20
/
+3
2012-07-09
rustc: Allow import resolutions to be inferred from external crates in resolve3
Patrick Walton
-4
/
+50
2012-07-09
Tag re-exports differently in metadata
Tim Chevalier
-9
/
+19
2012-07-09
Merge branch 'incoming' of github.com:/mozilla/rust into incoming
Graydon Hoare
-6
/
+24
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-18
/
+18
2012-07-09
rustc: Conditionally compile view items. #2357
Brian Anderson
-6
/
+24
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-6
/
+9
2012-07-09
rustc: Add some changes I missed
Patrick Walton
-3
/
+20
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
-133
/
+350
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
-350
/
+133
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
-133
/
+350
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
-11
/
+11
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
paper over #2586 by not failing when the key is not found
Niko Matsakis
-0
/
+4
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
/
+18
2012-07-05
Clean up error message punctuation/capitalization
Lindsey Kuper
-7
/
+7
2012-07-05
Remove duplicate, un-used copy of astencode
Tim Chevalier
-940
/
+0
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-9
/
+7
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
-312
/
+312
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-502
/
+484
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-95
/
+95
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
rustc: Make a note of the fact that each_path doesn't handle path nesting pro...
Patrick Walton
-0
/
+3
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-11
/
+15
2012-07-03
rustc: Speed up def ID parsing in the metadata
Patrick Walton
-10
/
+11
[prev]
[next]