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
/
issue-7013.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-16
Don't use NoSend/NoSync in tests
Flavio Percoco
-1
/
+0
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-07
markers -> marker
Nick Cameron
-2
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-2
/
+2
2014-12-26
Keep track of the whole error chain
Flavio Percoco
-0
/
+1
2014-12-02
Correct various compile-fail tests. Most of the changes are because we
Niko Matsakis
-1
/
+1
2014-09-15
Update error messages in compile-fail tests
Niko Matsakis
-6
/
+1
2014-08-26
Rebasing changes
Nick Cameron
-1
/
+1
2014-08-26
DST coercions and DST structs
Nick Cameron
-1
/
+1
2014-06-16
Change prints: @T -> Gc<T> , ~T -> Box<T>
John Schmidt
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-1
/
+1
2014-06-13
libsyntax: Allow `+` to separate trait bounds from objects.
Patrick Walton
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-13
/
+8
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+2
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-1
/
+1
2014-03-22
test: Fix fallout of removing get()
Alex Crichton
-1
/
+1
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-1
/
+1
2014-02-07
Added tests to make tidy
Derek Guenther
-1
/
+2
2014-01-09
stop treating `Rc` cycles as unsafe
Daniel Micay
-1
/
+1
2013-11-23
Move mutable::Mut to cell::RefCell
Steven Fackler
-5
/
+5
2013-11-22
Remove RcMut
Steven Fackler
-6
/
+9
2013-10-11
clean up the `Rc`/`RcMut` types and move to libstd
Daniel Micay
-3
/
+2
2013-08-21
Testsuite: Test for #7013. Closes #7013
Tim Chevalier
-0
/
+43