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
Age
Commit message (
Expand
)
Author
Lines
2012-08-17
rustc: Remove all the code dealing with named implementations in resolve3
Patrick Walton
-227
/
+33
2012-08-17
rustc: Remove the impl map
Patrick Walton
-186
/
+5
2012-08-17
rustc: Get rid of the impl_map in the encoder
Patrick Walton
-26
/
+20
2012-08-17
rustc: Prevent destructors from being run twice with the repeated vector syntax
Patrick Walton
-0
/
+25
2012-08-17
rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ...
Patrick Walton
-6
/
+7
2012-08-17
rustc: Remove a bunch of unused metadata tags from common
Patrick Walton
-9
/
+0
2012-08-17
rustc: Remove tag_paths and all of the associated encoding
Patrick Walton
-214
/
+0
2012-08-17
make borrowck more conservative around rvalues.
Niko Matsakis
-49
/
+89
2012-08-17
rustc: Remove resolve_path
Patrick Walton
-56
/
+0
2012-08-17
rustc: Remove a user of tag_paths.
Patrick Walton
-31
/
+11
2012-08-17
Stop parsing `iface`.
Lindsey Kuper
-11
/
+3
2012-08-17
Remove a `match check`
Lindsey Kuper
-3
/
+8
2012-08-17
More and better debug messages for method typechecking
Lindsey Kuper
-6
/
+18
2012-08-17
rustc: Remove lookup_defs; unused.
Patrick Walton
-14
/
+1
2012-08-17
rustc: Encode reexports in the metadata and don't have each_path search tag_p...
Patrick Walton
-67
/
+161
2012-08-17
Move select macro into another file, so it can be including in multiple tests.
Eric Holk
-59
/
+67
2012-08-17
Track spans better in the protocol compiler so we can get better error messages.
Eric Holk
-17
/
+34
2012-08-17
Forbid pattern-matching structs until the next snapshot (#3215)
Ben Blum
-0
/
+3
2012-08-17
Work around #3215/#3217 use-after-free in typeck::check::alt
Ben Blum
-1
/
+4
2012-08-17
rustc: upcall_alloc_c_stack doesn't exist
Brian Anderson
-3
/
+0
2012-08-17
Default methods with self-calls make it as far as trans.
Lindsey Kuper
-3
/
+21
2012-08-17
Change node_id to def_id in self_info.
Lindsey Kuper
-7
/
+11
2012-08-17
Remove the class keyword
Brian Anderson
-179
/
+178
2012-08-16
libstd: Add a function to borrow a cell
Patrick Walton
-1
/
+8
2012-08-16
Add option::get_ref
Ben Blum
-0
/
+16
2012-08-16
Fix issue-506.rs by adding a void-returning stub in the runtime (close #2957)
Ben Blum
-4
/
+5
2012-08-16
reduce stress constants in std::timer::tests
Ben Blum
-2
/
+2
2012-08-16
Update the rock-paper-scissors example in the tutorial, and rename some types...
Eric Holk
-19
/
+19
2012-08-16
libsyntax: Make include_bin! generate fixed-length vectors.
Patrick Walton
-2
/
+2
2012-08-16
Fix compile errors in tutorial tests.
Eric Holk
-1
/
+1
2012-08-16
Allocate less on empty reads in procsrv
Eric Holk
-1
/
+1
2012-08-16
Don't use move, because it is less safe than the unsafe move_it macro.
Eric Holk
-4
/
+10
2012-08-16
Make wait_many work on selectable types instead.
Eric Holk
-7
/
+7
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-169
/
+251
2012-08-16
Make test suite terminate.
Eric Holk
-0
/
+1
2012-08-16
Merge pull request #3209 from mpenet/emacs-melpa
Brian Anderson
-17
/
+32
2012-08-16
vim: "ref" and "static" are now keywords; highlight them as such
Patrick Walton
-1
/
+1
2012-08-16
Another attempt on class-attribute-1.rs.
Graydon Hoare
-1
/
+1
2012-08-16
libsyntax: Fix parsing of "loop unsafe".
Patrick Walton
-1
/
+9
2012-08-16
Fix sub-breakage due to the changed error message.
Graydon Hoare
-1
/
+1
2012-08-16
xfail-fast issue 3012-2
Graydon Hoare
-0
/
+1
2012-08-16
Attempt to get issue 3012 test working on win32.
Graydon Hoare
-0
/
+1
2012-08-16
Xfail a struct-test I can't figure out how to make work.
Graydon Hoare
-0
/
+2
2012-08-16
s/class/struct/ in a failing test.
Graydon Hoare
-1
/
+1
2012-08-16
s/class/struct/ in an error message.
Graydon Hoare
-1
/
+1
2012-08-16
add auto-mode-alist to autoloads
Max Penet
-3
/
+5
2012-08-16
fix indentation
Max Penet
-1
/
+1
2012-08-16
add instructions for install from MELPA
Max Penet
-14
/
+27
2012-08-15
rustc: Allow external structs to be constructed. Closes #3012.
Patrick Walton
-1
/
+3
2012-08-15
Test case for #3012
Tim Chevalier
-0
/
+20
[prev]
[next]