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
/
slice-2.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-16
/
+16
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
-20
/
+20
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-02-05
Implement pretty-printing of `..` and update tests.
Ulrik Sverdrup
-4
/
+1
2015-02-04
Implement `..` syntax for RangeFull as expression
Ulrik Sverdrup
-0
/
+3
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-2
/
+0
2015-01-07
Tests
Nick Cameron
-16
/
+16
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-8
/
+8
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-16
/
+16
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-0
/
+2
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+0
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-0
/
+2
2014-09-19
Implement slicing syntax.
Nick Cameron
-0
/
+69