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
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
Register new snapshots
Alex Crichton
-6419
/
+94
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2079
/
+2710
2015-01-06
Use a better word in the guide
Jakub Vrána
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-332
/
+332
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-716
/
+721
2015-01-06
rollup merge of #20562: nick29581/arrays-3
Alex Crichton
-2917
/
+2748
2015-01-07
fallout
Nick Cameron
-423
/
+498
2015-01-06
Stricter rules surrounding adjacent nonterminals and sequences
Corey Richardson
-30
/
+82
2015-01-06
Fallout from stabilization
Aaron Turon
-248
/
+245
2015-01-06
Workaround privacy bug or something else; filter_to_traits() fails to
Niko Matsakis
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1373
/
+2003
2015-01-06
Convert the TODO into FIXME.
Niko Matsakis
-2
/
+2
2015-01-06
Support methods invoked on projection types based on the bounds found in the ...
Niko Matsakis
-16
/
+185
2015-01-06
Be stricter with binders in method probing.
Niko Matsakis
-25
/
+47
2015-01-06
Add new tests covering various cases.
Niko Matsakis
-0
/
+107
2015-01-06
Fix fallout in tests.
Niko Matsakis
-20
/
+27
2015-01-06
Implement impl reachability rules. This is a [breaking-change]. Type
Niko Matsakis
-1
/
+110
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-3
/
+39
2015-01-06
Remove the unneeded Sized bound on TypeId creation
Jonathan Reem
-3
/
+3
2015-01-07
Pretty print empty structs properly
Nick Cameron
-1
/
+4
2015-01-07
Only use built-in indexing for uint indexes
Nick Cameron
-20
/
+23
2015-01-07
Tests
Nick Cameron
-51
/
+52
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-403
/
+137
2015-01-06
test fallout from isize/usize
Corey Richardson
-642
/
+644
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2139
/
+2166
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-209
/
+197
2015-01-07
Review changes
Nick Cameron
-2
/
+1
2015-01-07
stabilisation
Nick Cameron
-0
/
+16
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-623
/
+635
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-78
/
+81
2015-01-06
std: Revert stability of Entry-based APIs
Alex Crichton
-21
/
+17
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-69
/
+60
2015-01-06
auto merge of #20633 : vhbit/rust/ios-cstring, r=brson
bors
-2
/
+2
2015-01-06
Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t...
Niko Matsakis
-183
/
+399
2015-01-06
Tuning pthread_key_t type
Michael Neumann
-2
/
+10
2015-01-07
std: prevent `CreateProcess()` race on Windows
klutzy
-0
/
+7
2015-01-06
Stabilize std::error
Aaron Turon
-0
/
+8
2015-01-06
update zsh rust completions
Alexander Light
-69
/
+93
2015-01-06
Stabilize std::thread
Aaron Turon
-44
/
+115
2015-01-06
Fix fallout
Corey Richardson
-202
/
+200
2015-01-06
syntax: implement 'macro input future proofing'
Corey Richardson
-8
/
+167
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-87
/
+84
2015-01-06
rustc: Turn off multiple versions of crate warning
Alex Crichton
-61
/
+1
2015-01-06
iOS: CString fallout
Valerii Hiora
-2
/
+2
2015-01-06
Apply stability attributes to core::num::{Int, SignedInt, UnsignedInt}.
Huon Wilson
-11
/
+40
2015-01-06
Unstabilise f32/f64 constants that are int/uint.
Huon Wilson
-14
/
+13
2015-01-06
Apply stability attributes to std::num::Float.
Huon Wilson
-30
/
+56
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-36
/
+443
2015-01-06
Reword unstability message for core::num::Float.
Huon Wilson
-1
/
+1
2015-01-06
Deprecate the constant-returning functions in Float.
Huon Wilson
-3
/
+33
[prev]
[next]