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
/
run-pass
/
borrowck-borrow-from-expr-block.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-0
/
+2
2015-01-05
fix rpass tests
Jorge Aparicio
-1
/
+1
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-4
/
+2
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-2
/
+3
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+3
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-02-15
std: clean up ptr a bit
Corey Richardson
-3
/
+1
2014-01-29
Remove seldom-used std::reference functions.
xales
-2
/
+1
2014-01-29
Rename std::borrow to std::reference.
xales
-3
/
+3
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-2
/
+2
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-1
/
+1
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-06-02
ptr: split out borrowed pointer utilities
Daniel Micay
-1
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-1
/
+1
2013-04-08
clone: managed boxes need to clone by shallow copy
Daniel Micay
-1
/
+1
2013-04-05
Move tests inside clone.rs and fixed copyright headers.
Jack Moffitt
-1
/
+1
2013-04-05
Implement Clone for @ and @mut types.
Jack Moffitt
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-15
Clonify some of run-pass
Ben Striegel
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-2
/
+1
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-4
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-02
Make comparisons between region pointers work
Tim Chevalier
-1
/
+3
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-05-24
change region scope of call arguments, old one was unsound
Niko Matsakis
-0
/
+16