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
/
libstd
/
tempfile.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-08
libcore: Remove mutable fields from rand.
Patrick Walton
-1
/
+1
2013-05-03
tidy
Tim Chevalier
-1
/
+1
2013-05-03
rustpkg: Implement install command
Tim Chevalier
-1
/
+25
2013-04-30
core/std: Fix race condition in os::mkdir_recursive tests
Tim Chevalier
-21
/
+29
2013-04-28
core: Use a better termination condition in os::mkdir_recursive
Tim Chevalier
-6
/
+59
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-1
/
+0
2013-04-24
libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.
Huon Wilson
-2
/
+0
2013-04-24
libcore: remove @Rng from rand, and use traits instead.
Huon Wilson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-0
/
+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
-1
/
+0
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-2
/
+0
2013-01-16
clean up tempfile module and rm FIXME
Daniel Micay
-16
/
+8
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+3
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-09-28
Long lines
Brian Anderson
-2
/
+2
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-27
De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583.
Graydon Hoare
-1
/
+1
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-3
/
+2
2012-08-31
Remove deprecated modes from rope.rs
Kevin Cantu
-0
/
+3
2012-08-27
Camel case various core constructors
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-5
/
+5
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-7
/
+8
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+0
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-3
/
+3
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-0
/
+1
2012-05-03
Comments only: annotate more FIXMEs in libstd
Tim Chevalier
-1
/
+1
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-3
/
+2
2012-03-09
std: Convert to rustdoc
Brian Anderson
-8
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+12
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-06
libstd: Update docs
Brian Anderson
-0
/
+3
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+23