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
/
compile-fail
/
borrowck-loan-rcvr-overloaded-op.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-01
Fallout in tests
Niko Matsakis
-1
/
+1
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-6
/
+6
2015-01-05
Remove uses of default_type_params feature gate from tests.
Huon Wilson
-2
/
+0
2015-01-05
Remove use of associated_types feature gate from tests.
Huon Wilson
-1
/
+1
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+5
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-1
/
+1
2014-12-13
Fix compile-fail tests
Jorge Aparicio
-5
/
+5
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-01-03
test: Get rid of some `@mut`s in borrow check tests
Patrick Walton
-8
/
+0
2013-12-12
Gate literal box expressions in addition to types
Alex Crichton
-0
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+1
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-1
/
+0
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-2
/
+1
2013-05-01
wip---work on making rooting work properly
Niko Matsakis
-2
/
+3
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-3
/
+3
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-1
/
+1
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-1
/
+1
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-01-17
Correct tests
Niko Matsakis
-8
/
+3
2013-01-17
test: Fix busted compile-fail tests. rs=bustage
Patrick Walton
-3
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-06
test: Fix busted test. rs=bustage
Patrick Walton
-1
/
+1
2012-12-06
test: Fix more compile-fail bustage. rs=bustage
Patrick Walton
-1
/
+0
2012-12-06
test: Fix some compile-fail bustage. rs=bustage
Patrick Walton
-1
/
+1
2012-11-15
Un-xfail working tests
Tim Chevalier
-5
/
+0
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-8
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+13
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-1
/
+1
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-2
/
+2
2012-09-02
Camel case core::ops
Brian Anderson
-1
/
+1
2012-08-17
make borrowck more conservative around rvalues.
Niko Matsakis
-1
/
+3
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-13
/
+18
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+6
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-6
/
+6
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-3
/
+0
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-0
/
+3
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-3
/
+0
2012-06-02
Allow rcvrs to be borrowed; check rcvrs in borrowck properly
Niko Matsakis
-0
/
+47