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
/
compiletest
/
procsrv.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-17
Converted vec::map to member.
Vadim Chugunov
-1
/
+1
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-1
/
+2
2013-06-11
std: replace str::{starts,ends}_with with the method.
Huon Wilson
-1
/
+1
2013-06-09
remove unused import warnings
Huon Wilson
-6
/
+0
2013-06-01
Windows fixes
Corey Richardson
-1
/
+2
2013-05-30
Remove a bunch of unnecessary allocations and copies
Björn Steinbrink
-3
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+6
2013-05-27
Refactor core::run in order to address many of the issues
gareth
-69
/
+16
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+1
2013-05-14
compiletest: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-7
/
+7
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-6
/
+0
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-1
/
+1
2013-04-03
Fix compiletest on windows
Brian Anderson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-11
/
+11
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+1
2013-02-15
compiletest: Get rid of `move`.
Luqman Aden
-2
/
+2
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-30
librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...
Patrick Walton
-8
/
+5
2013-01-28
compiletest: Allow legacy records
Tim Chevalier
-2
/
+3
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-9
/
+11
2013-01-09
compiletest: more win32 fallout from 2db3abd
Graydon Hoare
-0
/
+1
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
2012-12-28
Fix compiling compiletest. rs=fire
Erick Tryzelaar
-1
/
+8
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-12
Make moves explicit in compiletest
Tim Chevalier
-2
/
+2
2012-09-29
Fix a compilation error on windows
Brian Anderson
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-21
libcore: De-mode str
Patrick Walton
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-3
/
+3
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-1
/
+0
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
2012-08-26
Fix build breakage
Brian Anderson
-2
/
+1
2012-08-16
Update the rock-paper-scissors example in the tutorial, and rename some types...
Eric Holk
-1
/
+1
2012-08-16
Allocate less on empty reads in procsrv
Eric Holk
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-14
Fix compiletest breakage
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-06
Add missing =>
Eric Holk
-1
/
+1
2012-08-06
Refcount tasks in packets to avoid races.
Eric Holk
-12
/
+15
[next]