about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-06Register new snapshotsAlex Crichton-6419/+94
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2079/+2710
2015-01-06Use a better word in the guideJakub Vrána-1/+1
2015-01-07markers -> markerNick Cameron-332/+332
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-716/+721
2015-01-06rollup merge of #20562: nick29581/arrays-3Alex Crichton-2917/+2748
2015-01-07falloutNick Cameron-423/+498
2015-01-06Stricter rules surrounding adjacent nonterminals and sequencesCorey Richardson-30/+82
2015-01-06Fallout from stabilizationAaron Turon-248/+245
2015-01-06Workaround privacy bug or something else; filter_to_traits() fails toNiko Matsakis-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1373/+2003
2015-01-06Convert the TODO into FIXME.Niko Matsakis-2/+2
2015-01-06Support methods invoked on projection types based on the bounds found in the ...Niko Matsakis-16/+185
2015-01-06Be stricter with binders in method probing.Niko Matsakis-25/+47
2015-01-06Add new tests covering various cases.Niko Matsakis-0/+107
2015-01-06Fix fallout in tests.Niko Matsakis-20/+27
2015-01-06Implement impl reachability rules. This is a [breaking-change]. TypeNiko Matsakis-1/+110
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-3/+39
2015-01-06Remove the unneeded Sized bound on TypeId creationJonathan Reem-3/+3
2015-01-07Pretty print empty structs properlyNick Cameron-1/+4
2015-01-07Only use built-in indexing for uint indexesNick Cameron-20/+23
2015-01-07TestsNick Cameron-51/+52
2015-01-07Remove old slicing hacks and make new slicing workNick Cameron-403/+137
2015-01-06test fallout from isize/usizeCorey Richardson-642/+644
2015-01-07Replace full slice notation with index callsNick Cameron-2139/+2166
2015-01-07Impls using the new scheme for slicingNick Cameron-209/+197
2015-01-07Review changesNick Cameron-2/+1
2015-01-07stabilisationNick Cameron-0/+16
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-623/+635
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-78/+81
2015-01-06std: Revert stability of Entry-based APIsAlex Crichton-21/+17
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-69/+60
2015-01-06auto merge of #20633 : vhbit/rust/ios-cstring, r=brsonbors-2/+2
2015-01-06Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t...Niko Matsakis-183/+399
2015-01-06Tuning pthread_key_t typeMichael Neumann-2/+10
2015-01-07std: prevent `CreateProcess()` race on Windowsklutzy-0/+7
2015-01-06Stabilize std::errorAaron Turon-0/+8
2015-01-06update zsh rust completionsAlexander Light-69/+93
2015-01-06Stabilize std::threadAaron Turon-44/+115
2015-01-06Fix falloutCorey Richardson-202/+200
2015-01-06syntax: implement 'macro input future proofing'Corey Richardson-8/+167
2015-01-06cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)Jorge Aparicio-87/+84
2015-01-06rustc: Turn off multiple versions of crate warningAlex Crichton-61/+1
2015-01-06iOS: CString falloutValerii Hiora-2/+2
2015-01-06Apply stability attributes to core::num::{Int, SignedInt, UnsignedInt}.Huon Wilson-11/+40
2015-01-06Unstabilise f32/f64 constants that are int/uint.Huon Wilson-14/+13
2015-01-06Apply stability attributes to std::num::Float.Huon Wilson-30/+56
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-36/+443
2015-01-06Reword unstability message for core::num::Float.Huon Wilson-1/+1
2015-01-06Deprecate the constant-returning functions in Float.Huon Wilson-3/+33