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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-0
/
+8
2012-09-07
Implement &-patterns
Tim Chevalier
-0
/
+29
2012-09-07
Add an ignore! macro, remove support for nested block comments, re: #2755.
Graydon Hoare
-15
/
+17
2012-09-07
Remove module keyword
Brian Anderson
-3
/
+3
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-79
/
+79
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-167
/
+165
2012-09-07
Do not copy values of type () or _|_
Niko Matsakis
-0
/
+29
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-2
/
+20
2012-09-07
Don't check impl ty params for equality with trait ty params
Tim Chevalier
-5
/
+66
2012-09-07
In typeck, don't assume traits with default methods are in the same crate
Tim Chevalier
-0
/
+7
2012-09-06
Another test for #2587
Tim Chevalier
-0
/
+21
2012-09-06
Use callee ID when kind-checking expressions that may be overloaded
Tim Chevalier
-11
/
+13
2012-09-06
Add test for issue 3305
Tim Chevalier
-0
/
+16
2012-09-06
Remove struct ctors
Brian Anderson
-296
/
+690
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-11
/
+71
2012-09-05
Add a lint pass for structural records
Tim Chevalier
-0
/
+4
2012-09-05
rustc: Make "priv" work on enum variants
Patrick Walton
-0
/
+11
2012-09-05
Remove 'use' line that's confusing pp-exact during use/import transition.
Graydon Hoare
-3
/
+1
2012-09-05
Mark crate metadata with a version tag. Close #3390.
Graydon Hoare
-1
/
+1
2012-09-05
rustc: Fix double-reporting of private item errors. Un-XFAIL private-item-sim...
Patrick Walton
-5
/
+0
2012-09-05
test: "import" -> "use"
Patrick Walton
-562
/
+409
2012-09-05
test: Fix smallintmap test
Patrick Walton
-3
/
+3
2012-09-05
fix issue #3222
Vincent Belliard
-0
/
+51
2012-09-04
rustc: Don't allow private fields to be named in constructors or destructured
Patrick Walton
-0
/
+28
2012-09-04
rustc: Implement private methods.
Patrick Walton
-0
/
+15
2012-09-04
xfail-fast anon-extern-mod-cross-crate-2
Tim Chevalier
-0
/
+1
2012-09-04
Allow anonymous extern mods
Tim Chevalier
-0
/
+17
2012-09-04
Remove 'with'
Brian Anderson
-10
/
+10
2012-09-04
rustc: Implement private fields for max/min classes
Patrick Walton
-17
/
+15
2012-09-04
Fix broken test case
Brian Anderson
-1
/
+1
2012-09-04
std: Camel case list
Brian Anderson
-24
/
+24
2012-09-04
Parse 'loop' and 'again' the same
Brian Anderson
-3
/
+3
2012-09-03
Fix cross-crate inlining of intrinsics
Brian Anderson
-2
/
+0
2012-09-03
rustc: Fix an LLVM assertion that tripped when borrowing a by-val method rece...
Patrick Walton
-0
/
+13
2012-09-02
Camel case core::ops
Brian Anderson
-7
/
+7
2012-09-02
rustc: Don't translate the expression twice when adapting a borrowed method r...
Patrick Walton
-0
/
+15
2012-09-02
Camel case core::intrinsic
Brian Anderson
-44
/
+44
2012-09-01
Remove the 'to' keyword
Brian Anderson
-15
/
+15
2012-09-01
Demode reinterpret_cast
Brian Anderson
-34
/
+34
2012-09-01
Try to work around check-fast breakage
Brian Anderson
-2
/
+2
2012-09-01
Add test for #2989
Brian Anderson
-0
/
+33
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-1
/
+3
2012-08-31
Add a morestack_addr (temporary) intrinsic
Brian Anderson
-0
/
+11
2012-08-31
Fix test case
Brian Anderson
-2
/
+2
2012-08-31
Tag things that have to do with default methods with issue #2794.
Lindsey Kuper
-1
/
+1
2012-08-31
Fix check-fast.
Graydon Hoare
-18
/
+9
2012-08-31
rustc: Make entire crates privileged scopes for the purposes of coherence
Patrick Walton
-0
/
+6
2012-08-31
rt: Add tests for box annihilator.
Elliott Slaughter
-0
/
+33
2012-08-31
rustc: Implement "use mod"
Patrick Walton
-0
/
+12
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-2
/
+2
[prev]
[next]