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
/
libcore
/
run.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-3
/
+3
2012-09-19
libcore: unsafe mod renamed to cast
Erick Tryzelaar
-3
/
+3
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-6
/
+6
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-6
/
+6
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-1
/
+1
2012-09-13
s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs
Niko Matsakis
-3
/
+3
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+2
2012-09-10
Make all remaining moves explicit in libcore
Tim Chevalier
-5
/
+5
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-1
/
+1
2012-09-04
core: Remove struct ctors
Brian Anderson
-1
/
+6
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-3
/
+3
2012-09-02
core: deny(vecs_implicity_copyable)
Brian Anderson
-4
/
+4
2012-09-01
Demode reinterpret_cast
Brian Anderson
-3
/
+3
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-27
Convert over some residual uses of #oldmacros.
Graydon Hoare
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-15
/
+15
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-0
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-15
Expunge match checks
Tim Chevalier
-1
/
+5
2012-08-14
Convert more core types to camel case
Brian Anderson
-25
/
+25
2012-08-14
Attempt to fix windows bustage
Brian Anderson
-2
/
+2
2012-08-14
De-mode more pieces of core.
Graydon Hoare
-30
/
+34
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-4
/
+4
2012-08-05
Switch alts to use arrows
Brian Anderson
-12
/
+8
2012-08-01
Convert ret to return
Brian Anderson
-10
/
+10
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-3
/
+3
2012-07-24
Fix windows breakage.
Graydon Hoare
-1
/
+1
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-2
/
+2
2012-07-23
Switch reader to work with preallocated vecs
Erick Tryzelaar
-0
/
+1
2012-07-14
Fix a bunch of deprecated str/vec errors in code for non 64-bit linux platfor...
Michael Sullivan
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-23
/
+23
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-72
/
+72
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-14
/
+14
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-11
/
+11
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-22
/
+22
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-25
/
+25
2012-06-25
Merge
Tim Chevalier
-21
/
+25
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-21
/
+25
2012-06-21
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
Tim Chevalier
-12
/
+16
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-14
Comments only: annotate FIXMEs in core::run
Tim Chevalier
-2
/
+2
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-26
/
+72
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-9
/
+5
[next]