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
/
import-glob-crate.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
-28
/
+0
2016-10-23
Support `use *;` and `use ::*;`.
Jeffrey Seyfried
-3
/
+9
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-2
/
+0
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-04-04
Fix inner attribute syntax from `#[foo];` to `#![foo]`
Timothée Ravier
-1
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-4
/
+6
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-1
/
+0
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-0
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+2
2013-07-04
Remove vec::reversed, replaced by iterators.
Huon Wilson
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-2
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-07
test: Regular expression mistake. rs=bustage
Patrick Walton
-1
/
+1
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-1
/
+1
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-1
/
+1
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-0
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-2
/
+2
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-2
/
+2
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-1
/
+1
2011-08-12
Convert run-pass/import-glob-crate to ivecs
Brian Anderson
-4
/
+4
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-3
/
+3
2011-05-27
"import module::*;" now works.
Paul Stansifer
-0
/
+9