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
/
test
/
bench
/
task-perf-alloc-unwind.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-11
Stabilize the Duration API
Steven Fackler
-1
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-02-26
Revert hacks and add test for LLVM aborts due to empty aggregates.
Eduard Burtescu
-6
/
+4
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-16
tests: work around #21721 some more by replacing some unit types with [u8; 0].
Eduard Burtescu
-4
/
+6
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-09
Merge pull request #20718 from tshepang/bench-fix-some-warnings
bors
-4
/
+0
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-4
/
+0
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-3
/
+3
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-6
/
+6
2014-11-12
time: Deprecate the library in the distribution
Alex Crichton
-8
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-13
/
+14
2014-10-02
Test fixes from the rollup
Alex Crichton
-2
/
+2
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-19
/
+9
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+1
2014-06-20
librustc: Put `#[unsafe_destructor]` behind a feature gate.
Patrick Walton
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-4
/
+4
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-13
/
+15
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-7
/
+7
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-2
/
+1
2014-03-28
collections: remove List
Erick Tryzelaar
-1
/
+5
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-2
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-2
/
+5
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-2
/
+2
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-3
/
+3
2014-02-21
Move time out of extra (cc #8784)
Arcterus
-2
/
+2
2014-02-17
Remove CloneableTuple and ImmutableTuple traits
Brendan Zabarauskas
-2
/
+2
2014-02-14
extern mod => extern crate
Alex Crichton
-2
/
+2
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-1
/
+2
2014-01-29
Remove do keyword from test/
Scott Lawrence
-2
/
+2
2014-01-21
[std::vec] Rename .last_opt() to .last(), drop the old .last() behavior
Simon Sapin
-1
/
+1
2013-12-15
librustc: Remove identifiers named `box`, since it's about to become a keyword.
Patrick Walton
-3
/
+3
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-4
/
+4
2013-09-30
bench: Remove usage of fmt!
Alex Crichton
-4
/
+4
2013-09-23
test: Fix rustdoc and tests.
Patrick Walton
-5
/
+0
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-08-30
Revert "src/test/bench: restructure"
Corey Richardson
-0
/
+105
2013-08-28
src/test/bench: restructure
Corey Richardson
-105
/
+0
[next]