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
/
compiletest
/
header.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
compiletest: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-17
/
+22
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-10
renamed str::from_slice to str::to_owned
Youngsoo Son
-1
/
+1
2013-05-01
compiletest: stop ignoring all tests.
Graydon Hoare
-1
/
+1
2013-05-01
remove some warnings
Erick Tryzelaar
-2
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-7
/
+0
2013-04-14
test: remove unnecessary unsafe blocks/functions
Alex Crichton
-10
/
+8
2013-03-26
Fixed all use sites and tests
Marvin Löbel
-1
/
+2
2013-03-21
back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...
Marvin Löbel
-1
/
+1
2013-03-21
renamed str::view -> slice_DBG_BRWD
Marvin Löbel
-2
/
+2
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-03
replace option::iter with a BaseIter impl
Daniel Micay
-2
/
+2
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-4
/
+5
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-09
Add debug info tests
Brian Leibig
-4
/
+30
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-30
librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...
Patrick Walton
-7
/
+3
2013-01-28
compiletest: Allow legacy records
Tim Chevalier
-5
/
+5
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-9
/
+11
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
arrange core::os::consts
ILyoan
-1
/
+1
2012-12-28
Fix compiling compiletest. rs=fire
Erick Tryzelaar
-0
/
+4
2012-12-28
test: option variants get imported by default
Erick Tryzelaar
-11
/
+11
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-09-27
core: More option demoding
Brian Anderson
-2
/
+2
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-3
/
+3
2012-09-25
Demode core::result
Brian Anderson
-1
/
+1
2012-09-23
core: Demode option
Brian Anderson
-4
/
+4
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-5
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-19
/
+19
2012-08-26
Fix build breakage
Brian Anderson
-0
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-7
/
+7
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+0
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-4
/
+4
2012-08-05
Switch alts to use arrows
Brian Anderson
-9
/
+9
2012-08-01
Convert ret to return
Brian Anderson
-8
/
+8
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-30
/
+30
2012-07-01
Convert to new closure syntax
Brian Anderson
-5
/
+5
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-6
/
+6
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-6
/
+6
2012-06-21
Remove some singleton vector appends.
Eric Holk
-3
/
+3
2012-05-03
Fix compiletest::header::iter_header to work with new-style for loops
Tim Chevalier
-12
/
+10
2012-04-13
add option exec-env to set env variables during test execution
Niko Matsakis
-2
/
+22
2012-04-06
Re-rename option functions
Tim Chevalier
-1
/
+1
[next]