about summary refs log tree commit diff
path: root/src/librbml
AgeCommit message (Expand)AuthorLines
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
2014-12-13librbml: use unboxed closures in free functionsJorge Aparicio-7/+18
2014-12-13librbml: fix falloutJorge Aparicio-124/+133
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-12-05Utilize fewer reexportsCorey Farwell-2/+4
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+4
2014-11-17Fix fallout from coercion removalNick Cameron-11/+11
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-2/+3
2014-11-01Tuple deserialization should not failDan Burkert-4/+6
2014-11-01libserialize: tuple-arity should be provided to `Decoder::read_tuple`Dan Burkert-4/+11
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-09Remove some test warnings.Jonas Hietala-3/+0
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-9/+1
2014-08-29Register new snapshotsAlex Crichton-9/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+9
2014-08-26Rebasing changesNick Cameron-6/+12
2014-07-31libserialize: add `error()` to `Decoder`Andrew Poelstra-6/+11
2014-07-31Move SeekableMemWriter into librbmlErick Tryzelaar-116/+237