about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-05auto merge of #13112 : ktt3ja/rust/issue-13058, r=pnkfelixbors-24/+157
2014-04-05auto merge of #13343 : tbu-/rust/pr_smallfix, r=pcwaltonbors-1/+1
2014-04-05Fix an unnecessary use of `cast::transmute`Tobias Bucher-1/+1
2014-04-05auto merge of #13339 : mozilla-servo/rust/semver-pub, r=cmrbors-5/+5
2014-04-05auto merge of #13333 : Ryman/rust/improve_incompatible_type_error, r=alexcric...bors-2/+33
2014-04-05auto merge of #13332 : mbrubeck/rust/doc-edit, r=huonwbors-6/+5
2014-04-05auto merge of #13331 : pongad/rust/remove-wrapper, r=thestingerbors-205/+84
2014-04-05Make the fields of semver::Version public again.Ms2ger-5/+5
2014-04-05auto merge of #13330 : huonw/rust/loop-error, r=alexcrichtonbors-11/+11
2014-04-05auto merge of #13329 : ckendell/rust/remmanaged_tutorial, r=brsonbors-10/+9
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-36/+219
2014-04-05Rough regression test for #13266.Felix S. Klock II-0/+100
2014-04-05Accumulate list of paths for crate hash mismatch.Felix S. Klock II-23/+27
2014-04-05Added session.fileline_note() method and support infrastucture for it.Felix S. Klock II-8/+45
2014-04-05librustc: Improve error message for incompatible trait method signatures.Kevin Butler-2/+33
2014-04-04Remove references to obsolete `do` keywordMatt Brubeck-6/+5
2014-04-04Removed cmath and instrinsic wrapper.Michael Darakananda-205/+84
2014-04-05rustc: move the check_loop pass earlier.Huon Wilson-11/+11
2014-04-04Removed all instance of `@` in code examples.Christopher Kendell-8/+7
2014-04-04Small change to example to make variable values more sensible.Christopher Kendell-2/+2
2014-04-04Test fixes from rollupAlex Crichton-9/+9
2014-04-04Added grow_fn and retain to VecMichael Darakananda-1/+64
2014-04-04Register new snapshotsAlex Crichton-23/+11
2014-04-04extra: Add with_capacity to PriorityQueue and SmallIntMapErick Tryzelaar-0/+10
2014-04-04std: TrieSet should implement container::{,Mutable}SetErick Tryzelaar-13/+27
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-67/+54
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-81/+81
2014-04-04auto merge of #13272 : ipetkov/rust/rustdoc-ignored-tests, r=alexcrichtonbors-9/+10
2014-04-04auto merge of #12956 : killerswan/rust/docs, r=alexcrichtonbors-17/+91
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-118/+105
2014-04-04auto merge of #13298 : ckendell/rust/remove_managed_pointers_from_tutorial, r...bors-21/+14
2014-04-04auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichtonbors-2/+24
2014-04-04auto merge of #13291 : thestinger/rust/no_null, r=alexcrichtonbors-17/+17
2014-04-04rustc: feature-gate `concat_idents!`.Huon Wilson-2/+24
2014-04-04[std::cmp] add missing docs and provide an exampleKevin Cantu-17/+91
2014-04-04auto merge of #13207 : cmr/rust/attrib-reference, r=kballardbors-102/+197
2014-04-04manual: fix a broken exampleCorey Richardson-5/+5
2014-04-04auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonwbors-10/+275
2014-04-04manual: refine ECMA-335 reference for attributesCorey Richardson-6/+6
2014-04-04manual: further attribute clarificationsCorey Richardson-24/+29
2014-04-04manual: fix attribute ebnfCorey Richardson-3/+3
2014-04-04manual: update styleCorey Richardson-6/+6
2014-04-03rustdoc: Fix reporting of ignored testsIvan Petkov-9/+10
2014-04-03auto merge of #12964 : gereeter/rust/extended-atomics, r=alexcrichtonbors-1/+133
2014-04-04etc: attempts at fixing editor highlighting for new attribute syntaxCorey Richardson-2/+3
2014-04-04manual: many fixesCorey Richardson-82/+172
2014-04-04manual: update the note about reserved attributesCorey Richardson-6/+5
2014-04-03test: avoid infinite loop in out-of-stack.rsErick Tryzelaar-0/+3
2014-04-03std: Remove `RefCell::set()`Erick Tryzelaar-53/+39
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-68/+66