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-uniq-via-lend.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-7
/
+7
2015-01-31
Kill more `isize`s
Tobias Bucher
-7
/
+7
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-7
/
+7
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-3
/
+3
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-7
/
+7
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-7
/
+7
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-11
/
+12
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-6
/
+0
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-2
/
+4
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-4
/
+4
2013-02-21
Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
Luqman Aden
-2
/
+6
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-4
/
+4
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-05-16
add xfail-fast directives for borrowck tests
Niko Matsakis
-0
/
+1
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-2
/
+2
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-0
/
+52