about summary refs log tree commit diff
path: root/src/libstd/rope.rs
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-1430/+0
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-5/+5
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-2/+2
2013-05-09auto merge of #6349 : thestinger/rust/explicit_copy, r=thestingerbors-11/+11
2013-05-09remove vecs_implicitly_copyable from libstd/libcoreDaniel Micay-11/+11
2013-05-09Fix typosSean Moon-1/+1
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-13/+15
2013-04-27only use #[no_core] in libcoreDaniel Micay-10/+0
2013-04-25implement Ord, TotalEq and TotalOrd for charDaniel Micay-55/+37
2013-04-20std: remove unused 'mut' variablesAlex Crichton-3/+2
2013-04-20Replaced many instances of reinterpret_cast with transmuteMatthijs Hofstra-1/+1
2013-04-19std: clean up tests (mostly unused unsafe blocks)Alex Crichton-12/+10
2013-04-14std: remove unused unsafe blocks/functionsAlex Crichton-11/+9
2013-04-08Removing some mutable fields in libstdAlex Crichton-37/+36
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-20/+20
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-2/+2
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-8/+8
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-1/+1
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-5/+5
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-20/+20
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-02-15libstd: Get rid of `move`.Luqman Aden-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-6/+6
2013-02-13RIMOV core::vecBen Striegel-3/+3
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+0
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-5/+4
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-6/+6
2013-01-30Repair RIMOV damage to libstdBen Striegel-2/+1
2013-01-30RIMOV, round 8Ben Striegel-1/+1
2013-01-30RIMOV, round 5Ben Striegel-1/+1
2013-01-30RIMOV, round 4Ben Striegel-1/+1
2013-01-30RIMOV, round 3Ben Striegel-1/+1
2013-01-25Fix Option camel case in commentsTyler Bindon-1/+1
2013-01-24convert most of libstd over to structsErick Tryzelaar-66/+72
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-41/+47
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-4/+5
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-3/+18
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+14
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-14/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+14
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-0/+1
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-0/+6
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+28
2012-12-23std: Mark some functions as pureChris Peterson-4/+4
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28core: Convert some records to structsBrian Anderson-4/+6
2012-10-03Remove uses of + mode from libstdTim Chevalier-2/+2
2012-10-02Removing explicit uses of + modeTim Chevalier-2/+2