about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-237/+9
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-477/+280
2014-05-21std,green: Mark some queue types as NoShareAlex Crichton-16/+26
2014-05-21auto merge of #14328 : Sawyer47/rust/remove-fixmes, r=alexcrichtonbors-4/+0
2014-05-21auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichtonbors-28/+48
2014-05-21auto merge of #14326 : huonw/rust/tiny-fixes, r=pnkfelixbors-84/+101
2014-05-21Remove two outdated FIXMEs from complex.rsPiotr Jawniak-4/+0
2014-05-21auto merge of #14324 : zecozephyr/rust/docfix, r=luqmanabors-1/+1
2014-05-21rustc: improve error messages from wrong --pretty flowgraph use.Huon Wilson-10/+28
2014-05-21rustc: ng -> gn, fix a typo in a string.Huon Wilson-2/+1
2014-05-21rustc: rename the lint `level` enum for style.Huon Wilson-72/+72
2014-05-21auto merge of #14319 : kballard/rust/rename_rng_choose_option, r=alexcrichtonbors-23/+17
2014-05-21Updated doc with correct type.Jonathan Bailey-1/+1
2014-05-21auto merge of #14316 : kballard/rust/range_inclusive_no_toprimitive, r=alexcr...bors-1/+1
2014-05-21auto merge of #14315 : kballard/rust/stdreader_isatty, r=alexcrichtonbors-0/+10
2014-05-20auto merge of #14259 : alexcrichton/rust/core-mem, r=brsonbors-137/+222
2014-05-20core: Stabilize the mem moduleAlex Crichton-137/+222
2014-05-20Change std inject attributes to outer attributesKevin Ballard-28/+48
2014-05-20auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brsonbors-32/+403
2014-05-20Remove Rng.choose(), rename Rng.choose_option() to .choose()Kevin Ballard-23/+17
2014-05-20Remove useless ToPrimitive bound on range_inclusive()Kevin Ballard-1/+1
2014-05-20Add .isatty() method to StdReaderKevin Ballard-0/+10
2014-05-20green: Remove some unsafe code in BasicLoopAlex Crichton-36/+20
2014-05-20auto merge of #14305 : tbu-/rust/pr_doc_bytes, r=huonwbors-1/+2
2014-05-20auto merge of #13975 : nikomatsakis/rust/issue-13794-fn-subtyping-and-static,...bors-0/+63
2014-05-20Add non-utf8 byte to the bytes!() exampleTobias Bucher-1/+2
2014-05-20auto merge of #14304 : brson/rust/moredocs, r=kballardbors-20/+182
2014-05-20auto merge of #14283 : Ryman/rust/commented_compile_fail_error, r=kballardbors-59/+31
2014-05-20Address review commentsBrian Anderson-7/+7
2014-05-20core: Convert TODOs to FIXMEsBrian Anderson-5/+5
2014-05-20std: Alphabetize crate reexports for rustdocBrian Anderson-4/+6
2014-05-20core: Spruce up the crate descriptionBrian Anderson-11/+22
2014-05-20core: More concise description for mod opsBrian Anderson-1/+1
2014-05-20std: Fix broken linkBrian Anderson-2/+1
2014-05-20core: Improve docs for cellBrian Anderson-1/+151
2014-05-20compiletest: Refactor compile-fail to regex.Kevin Butler-59/+31
2014-05-20auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichtonbors-9/+9
2014-05-20Correct EBNF grammar in the manualPiotr Czarnecki-9/+9
2014-05-19auto merge of #14296 : kballard/rust/diagnostic_color_newline, r=alexcrichtonbors-2/+21
2014-05-19auto merge of #14289 : TyOverby/rust/master, r=alexcrichtonbors-8/+18
2014-05-19auto merge of #14265 : Ryman/rust/issue-14254, r=alexcrichtonbors-18/+252
2014-05-19Reset the terminal color before the newline for diagnosticsKevin Ballard-2/+21
2014-05-19green: Remove usage of UnsafeArcAlex Crichton-17/+18
2014-05-19rustuv: Remove usage of UnsafeArcAlex Crichton-27/+23
2014-05-19native: Remove UnsafeArc in favor of just ArcAlex Crichton-43/+30
2014-05-19std: Remove UnsafeArcAlex Crichton-218/+23
2014-05-19std: Move comm primitives away from UnsafeArcAlex Crichton-30/+39
2014-05-19core::iter::order functions now take two types of iterators.TyOverby-8/+18
2014-05-19std: Build Exclusive on Arc<Unsafe<T>>Alex Crichton-3/+5
2014-05-19std: Use Arc instead of UnsafeArc in BlockedTaskAlex Crichton-8/+9