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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
const-fields-and-indexing.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-34
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+9
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-1
/
+1
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-5
/
+3
2014-10-09
test: Convert statics to constants
Alex Crichton
-4
/
+4
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-0
/
+2
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-3
/
+3
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-2
/
+0
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/test/
Birunthan Mohanathas
-3
/
+3
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
-3
/
+3
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-3
/
+3
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-1
/
+1
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-9
/
+8
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-3
/
+3
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-3
/
+8
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-2
/
+2
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-0
/
+4
2012-08-09
Finish translating const indexing. Close #1417, close #570, close #571, close...
Graydon Hoare
-9
/
+5
2012-08-08
Const field access (working) and vec indexing (almost). More for #2317.
Graydon Hoare
-0
/
+20