summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+121
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-69/+114
2015-03-15core: Update tuple docUlrik Sverdrup-11/+5
2015-03-15core: Remove unused parts of tuple macroUlrik Sverdrup-79/+79
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-3/+0
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-14/+27
2015-03-14Auto merge of #22948 - rprichard:simple-panic-opt, r=alexcrichtonbors-1/+7
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-34/+34
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-69/+114
2015-03-13Rollup merge of #23321 - apasel422:hash, r=alexcrichtonManish Goregaokar-3/+1
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-14/+27
2015-03-12remove mention of specialization from `Hash` traitAndrew Paseltiner-3/+1
2015-03-12Update the ways to get a pointer from a boxGleb Kozyrev-13/+16
2015-03-12Auto merge of #23162 - sfackler:debug-builders, r=alexcrichtonbors-1/+422
2015-03-12Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brsonManish Goregaokar-2/+2
2015-03-12Rollup merge of #23247 - tbu-:pr_core_iter_rm_isize, r=huonwManish Goregaokar-3/+3
2015-03-11Example -> ExamplesSteve Klabnik-89/+89
2015-03-11Add docs for saturating integer arithmetic.Joseph Crail-0/+20
2015-03-11Switch to a specific featureSteven Fackler-10/+10
2015-03-10Remove core::panicking::panic's dependence on str's Display::fmt implRyan Prichard-1/+7
2015-03-10Remove inline silliness from debug buildersSteven Fackler-60/+11
2015-03-11Auto merge of #23251 - tbu-:pr_rm_core_str_checked_add, r=alexcrichtonbors-1/+4
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-221/+4
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-221/+4
2015-03-10std: Stabilize slice::from_raw_partsAlex Crichton-2/+2
2015-03-10Auto merge of #23249 - tbu-:pr_rm_core_str_macros, r=alexcrichtonbors-41/+40
2015-03-10Remove unneeded `saturating_add`Tobias Bucher-1/+4
2015-03-10Remove unneeded macro witcheryTobias Bucher-41/+40
2015-03-10Purge `isize` from `core::iter`Tobias Bucher-3/+3
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-1/+23
2015-03-09Restructure debug builders to minimize codegenSteven Fackler-18/+58
2015-03-09Implement RFC 640Steven Fackler-1/+409
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-6/+6
2015-03-09Auto merge of #23219 - Manishearth:rollup, r=Manishearthbors-12/+4
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-6/+6
2015-03-09Rollup merge of #23183 - steveklabnik:gh22572, r=ManishearthManish Goregaokar-11/+3
2015-03-09Auto merge of #23153 - Manishearth:snap, r=alexcrichtonbors-26/+0
2015-03-08Clean up references to opt-out traitsSteve Klabnik-11/+3
2015-03-08Add description of fold function arguments.Ɓukasz Niemier-1/+1
2015-03-08Adds an example for PhantomData<T>.Pyry Kontio-1/+39
2015-03-08Register new snapshots (270a677)Manish Goregaokar-26/+0
2015-03-07indicate from_str_radix is codeFuGangqiang-1/+1
2015-03-06Rollup merge of #23100 - wesleywiser:fix_23059, r=brsonManish Goregaokar-2/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23025 - huonw:better-iter-infer, r=GankroManish Goregaokar-46/+48
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-10/+14
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-0/+2
2015-03-05Fix reference to 'librlibc' in libcore docsWesley Wiser-2/+1
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-10/+14
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2