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
/
trans
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-1
/
+1
2012-12-13
librustc: Automatically move non-implicitly-copyable types into unique closur...
Patrick Walton
-7
/
+5
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-9
/
+10
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-6
/
+6
2012-12-07
librustc: Implement "&mut [T]" as an expression. r=brson
Patrick Walton
-1
/
+2
2012-12-07
Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp...
Brian Anderson
-1
/
+9
2012-12-05
librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...
Patrick Walton
-2
/
+2
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+2
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-16
/
+53
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-19
/
+19
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-0
/
+7
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-1
/
+1
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-36
/
+0
2012-11-28
Register snapshots
Brian Anderson
-36
/
+0
2012-11-28
librustc: Make overloaded operators with explicit self translate correctly
Patrick Walton
-1
/
+1
2012-11-27
librustc: Implement @mut [T] as the new replacement for @[mut T]
Patrick Walton
-1
/
+2
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+36
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+1563