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
/
header.rs
Age
Commit message (
Expand
)
Author
Lines
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
2012-04-02
Rename some core::option functions
Tim Chevalier
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-5
/
+5
2012-03-15
Associate FIXMEs with issue numbers (comments only)
Tim Chevalier
-0
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-4
/
+2
2012-02-28
add ability to run multi-crate tests, run tests with --inline
Niko Matsakis
-2
/
+14
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-1
/
+1
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-4
/
+2
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-2
/
+2
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-9
/
+12
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-2
/
+2
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-1
/
+1
2012-02-01
Propagating unsafe::slice 3
Kevin Cantu
-2
/
+2
2012-01-31
Change option::t to option
Tim Chevalier
-6
/
+6
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-2
/
+2
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-0
/
+1
2011-12-22
Merge all 3 log syntaxes, tidy up residual misuses.
Graydon Hoare
-2
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+3
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-1
/
+1
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-7
/
+7
2011-10-02
Move compiletest to src/ and cleanup build rules
Brian Anderson
-0
/
+117