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
Age
Commit message (
Expand
)
Author
Lines
2015-05-10
Add two examples for Path::new
Nick Hamann
-0
/
+7
2015-05-07
Merge pull request #25192 from alexcrichton/beta-backport
Brian Anderson
-227
/
+176
2015-05-07
std: Remove addition on vectors for now
Alex Crichton
-12
/
+1
2015-05-07
Make RwLock::try_write try to obtain a write lock
John Gallagher
-2
/
+19
2015-05-07
std: Destabilize io::BufStream
Alex Crichton
-10
/
+18
2015-05-07
std: Remove index notation on slice iterators
Alex Crichton
-189
/
+29
2015-05-07
test: update run-pass tests to not use mutable transmuting
Sean McArthur
-4
/
+4
2015-05-07
std: update select internals to not use mutable transmuting
Sean McArthur
-11
/
+19
2015-05-07
lint: deny transmuting from immutable to mutable, since it's undefined behavior
Sean McArthur
-0
/
+87
2015-05-05
Add downcasting to std::error::Error
Aaron Turon
-19
/
+146
2015-04-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-04-30
tests for lint that warns about mixing #[repr(C)] with Drop.
Felix S. Klock II
-0
/
+59
2015-04-30
lint for mixing `#[repr(C)]` with an impl of `Drop`.
Felix S. Klock II
-0
/
+55
2015-04-30
Regression test for issue 24687.
Felix S. Klock II
-0
/
+78
2015-04-30
Fix zero-normalization of the pos of a `MultiByteChar`.
Felix S. Klock II
-1
/
+1
2015-04-30
regression test for Issue 24895.
Felix S. Klock II
-0
/
+38
2015-04-30
Fix #24895.
Felix S. Klock II
-1
/
+1
2015-04-30
std: Fix inheriting standard handles on windows
Alex Crichton
-177
/
+138
2015-04-30
Fix #20616
York Xiang
-3
/
+508
2015-04-29
fix rustc_driver tests
Niko Matsakis
-1
/
+3
2015-04-29
Rather than storing the relations between free-regions in a global
Niko Matsakis
-233
/
+444
2015-04-25
Remove an unused import on windows
Alex Crichton
-1
/
+0
2015-04-25
Fixed typo in hash_map::Entry documentation
Aram Visser
-1
/
+0
2015-04-25
Indicate None is code-like in doc comments
Corey Farwell
-5
/
+5
2015-04-25
Fix broken links in the docs
Florian Hartwig
-10
/
+10
2015-04-25
doc: improve/fix 'let' FAQ
Tshepang Lekhonkhobe
-4
/
+5
2015-04-25
Indicate keywords are code-like in Fuse::reset_fuse doc comment
Corey Farwell
-2
/
+3
2015-04-25
Utilize if..let for get_mut doc-comment examples
Corey Farwell
-17
/
+10
2015-04-25
Update Windows caveats
Tamir Duberstein
-4
/
+1
2015-04-25
Remove the 30 minute intro
Steve Klabnik
-583
/
+2
2015-04-25
Improve doc for `Result::unwrap()`
York Xiang
-2
/
+2
2015-04-25
Fix typos in code comments
Corey Farwell
-2
/
+2
2015-04-25
Simplify alloc::arc::Arc example in doc-comment
Corey Farwell
-1
/
+1
2015-04-25
Make iterator struct docs more consistent.
Steve Klabnik
-13
/
+13
2015-04-25
remove bad example from PartialEq docs
Steve Klabnik
-21
/
+0
2015-04-25
Clean up Box documentation.
Steve Klabnik
-8
/
+13
2015-04-25
Update reference to old_io in fmt docs
Matt Brubeck
-1
/
+1
2015-04-25
Whoops, please tidy
Steve Klabnik
-9
/
+9
2015-04-25
Add examples by @pnkfelix to fmt precision
Steve Klabnik
-5
/
+62
2015-04-25
Remove doc-comment default::Default imports
Corey Farwell
-12
/
+0
2015-04-25
Backport of https://github.com/rust-lang/rust/pull/24783
Steve Klabnik
-4
/
+4
2015-04-24
Fix fallout from wrapping_neg revert
Brian Anderson
-2
/
+2
2015-04-23
Fix some missing cases
Niko Matsakis
-2
/
+7
2015-04-23
Rewrite constrained type params code to operate generically over
Niko Matsakis
-38
/
+89
2015-04-23
Augment the constrainted parameter check to ensure that all regions
Niko Matsakis
-11
/
+128
2015-04-23
Create a struct to represent early-bound regions
Niko Matsakis
-49
/
+79
2015-04-23
Add `Sync` to the bounds in `io::Error`
Kevin Ballard
-10
/
+15
2015-04-23
Test fixes and rebase conflicts, round 1
Alex Crichton
-14
/
+4
2015-04-23
Make stability attributes an error. #22830
Brian Anderson
-10
/
+6
2015-04-23
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-1222
/
+561
[prev]
[next]