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
Age
Commit message (
Expand
)
Author
Lines
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-6
/
+143
2012-12-14
librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfix
Patrick Walton
-1
/
+12
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-2
/
+3
2012-12-13
librustc: Automatically move non-implicitly-copyable types into unique closur...
Patrick Walton
-9
/
+7
2012-12-13
librustc: Fix explicit self for objects in more cases. r=nmatsakis
Patrick Walton
-1
/
+9
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-200
/
+212
2012-12-12
Fix vtable calculations when translating static methods. Closes #4165
Brian Anderson
-9
/
+1
2012-12-11
Remove old deriving
Brian Anderson
-521
/
+0
2012-12-11
Allow pattern-matching on any strings, not just unique strings
Tim Chevalier
-1
/
+11
2012-12-10
Remove commented-out code
Tim Chevalier
-7
/
+0
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-77
/
+70
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-3
/
+13
2012-12-07
librustc: Implement "&mut [T]" as an expression. r=brson
Patrick Walton
-1
/
+2
2012-12-07
Long lines
Brian Anderson
-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-07
Merge pull request #4101 from brson/bound-default-methods
Brian Anderson
-8
/
+53
2012-12-06
librustc: Propagate type uses correctly from method calls to the containing f...
Patrick Walton
-4
/
+4
2012-12-05
librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn...
Patrick Walton
-27
/
+33
2012-12-05
librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...
Patrick Walton
-8
/
+17
2012-12-05
Long lines
Brian Anderson
-1
/
+2
2012-12-05
Fix cross-crate inlining of static functions
Brian Anderson
-9
/
+13
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-10
/
+23
2012-12-04
Merge remote-tracking branch 'luqmana/incoming'
Brian Anderson
-1
/
+260
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-32
/
+73
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-112
/
+112
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+260
2012-12-02
Call default methods on bound typarams more correctly
Brian Anderson
-8
/
+53
2012-11-30
librustc: Implement unit-like struct constants. r=brson
Patrick Walton
-0
/
+5
2012-11-30
librustc: Implement tuple struct constants. r=brson
Patrick Walton
-1
/
+16
2012-11-30
librustc: Implement C-like enum constants. r=tjc
Patrick Walton
-18
/
+55
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-17
/
+86
2012-11-30
librustc: Implement explicit @self and ~self for objects. r=nmatsakis
Patrick Walton
-15
/
+60
2012-11-30
librustc: Implement simple explicit self for objects. r=nmatsakis
Patrick Walton
-12
/
+64
2012-11-30
Disallow dereferencing enum types when the variant is private
Tim Chevalier
-2
/
+2
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-32
/
+0
2012-11-29
Implement trait inheritance for bounded type parameters
Brian Anderson
-19
/
+5
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-14
/
+15
2012-11-29
No longer parse the delimiters of the RHS of a macro as part of the expansion.
Paul Stansifer
-2
/
+2
2012-11-29
Allow for macros to occur in statement position.
Paul Stansifer
-0
/
+1
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-10
/
+31
2012-11-29
Add more standard c lib llvm intrinsics.
Luqman Aden
-1
/
+260
2012-11-28
Merge remote-tracking branch 'erickt/time'
Brian Anderson
-1
/
+1
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-137
/
+0
2012-11-28
Register snapshots
Brian Anderson
-137
/
+0
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-0
/
+32
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-26
libstd: turn time::Tm and time::Timespec into structs
Erick Tryzelaar
-1
/
+1
2012-11-26
librustc: Fix translation of cross-crate inline or generic methods with expli...
Patrick Walton
-5
/
+26
2012-11-21
Introduce a T_err type for type errors
Tim Chevalier
-0
/
+2
[next]