about summary refs log tree commit diff
path: root/src/librbml
AgeCommit message (Expand)AuthorLines
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-4/+4
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11rollup merge of #22161: steveklabnik/close_2741Alex Crichton-1/+0
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3
2015-02-10Remove FIXME in librbmlSteve Klabnik-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-6/+6
2015-02-02More deprecating of i/u suffixesAlfie John-41/+41
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29fix inference falloutJorge Aparicio-4/+4
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-4/+4
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-35/+35
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-9/+9
2015-01-26Fallout of io => old_ioAlex Crichton-26/+26
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+9
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+5
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21Remove unused stability levels from compilerBrian Anderson-0/+3
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-0/+8
2015-01-19lower FnMut to FnOnce since json-hack is no longer requiredOliver 'ker' Schneider-2/+2
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-3/+3
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06Register new snapshotsAlex Crichton-471/+2
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-30/+30
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-30/+30
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+8
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-1/+464
2015-01-03Remove deprecated functionalityAlex Crichton-9/+10
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-30Fallout from stabilizationAaron Turon-1/+2
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-19librbml: use `#[deriving(Copy)]`Jorge Aparicio-8/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-15serialize: Change some FnOnce bounds to FnMutAlex Crichton-6/+8