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
/
librustc
/
middle
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-1
/
+6
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-20
/
+22
2012-12-10
librustc: Remove is_self_field from borrowck. Unused. rs=#rust
Patrick Walton
-12
/
+0
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-14
/
+3
2012-12-07
Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp...
Brian Anderson
-1
/
+1
2012-12-05
librustc: Hook borrow check loan checking up to the moves-based-on-type infra...
Patrick Walton
-0
/
+8
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-5
/
+17
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-40
/
+42
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+50
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-0
/
+35
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-8
/
+0
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-2
/
+2
2012-11-28
Remove uses of #[merge]
Brian Anderson
-0
/
+620
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-33
/
+9
2012-11-28
Register snapshots
Brian Anderson
-33
/
+0
2012-11-28
librustc: Make overloaded operators with explicit self translate correctly
Patrick Walton
-1
/
+6
2012-11-26
Remove the crate language
Brian Anderson
-0
/
+9
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+33
2012-11-14
rustc: Allow constants to be used in patterns. r=nmatsakis
Patrick Walton
-2
/
+5
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-1
/
+14
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+1755