summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-31Fix formatting for tidyCorey Richardson-7/+20
2013-05-31extra::term: better error handling and win32 compatCorey Richardson-42/+99
2013-05-31Only output colors if colors are supported (removes burden from caller)Corey Richardson-5/+11
2013-05-31rustpkg borrowed pointersCorey Richardson-3/+3
2013-05-31Use find_equiv in termCorey Richardson-4/+4
2013-05-31extra::term overhaulCorey Richardson-81/+715
2013-05-31auto merge of #6864 : thestinger/rust/bool, r=pcwaltonbors-50/+39
2013-05-31auto merge of #6862 : thestinger/rust/swap, r=bstriebors-104/+64
2013-05-31bool: rm functions duplicating methodsDaniel Micay-50/+39
2013-05-31Add as_c_str method on stringsBen Striegel-23/+40
2013-05-31xfail-fast the deriving testAlex Crichton-0/+2
2013-05-31auto merge of #6857 : alexcrichton/rust/ebml-fixes, r=pcwaltonbors-73/+108
2013-05-31ptr: replace unnecessary unsafe codeDaniel Micay-58/+18
2013-05-31auto merge of #6863 : huonw/rust/error-span, r=thestingerbors-1/+15
2013-06-01rustc: adjust span for error message to not trim last letterHuon Wilson-1/+15
2013-05-31mv the raw pointer {swap,replace}_ptr to std::ptrDaniel Micay-47/+47
2013-05-31Remove the slow bb-vectorize passJames Miller-1/+0
2013-05-31auto merge of #6853 : bblum/rust/sized, r=pcwaltonbors-89/+231
2013-05-31auto merge of #6833 : fdr/rust/fix-warnings, r=Aatchbors-52/+28
2013-05-30auto merge of #6848 : pcwalton/rust/issue-6352, r=pcwaltonbors-0/+15
2013-05-31Implement unimplemented methods in ebmlAlex Crichton-73/+108
2013-05-30Rewrite deriving(Decodable, Encodable)Alex Crichton-957/+307
2013-05-30auto merge of #6845 : thestinger/rust/zsh-complete, r=graydonbors-0/+102
2013-05-30auto merge of #6841 : steveklabnik/rust/range_docs, r=thestingerbors-3/+12
2013-05-30auto merge of #6818 : nikomatsakis/rust/irrefut-patterns-refactoring, r=graydonbors-450/+408
2013-05-30Fix a bug with HashMap::consumeAlex Crichton-3/+19
2013-05-30Promote unreachable code to being a lint attributeAlex Crichton-21/+37
2013-05-30Add simple tests for SizedBen Blum-0/+75
2013-05-30Highlight Sized in vim and kateBen Blum-1/+2
2013-05-30Add 'Sized' builtin kind; doesn't do anything yetBen Blum-88/+154
2013-05-30librustc: Bump the offset when translating const structs. Closes #6352.Patrick Walton-0/+15
2013-05-30Fix parser testNiko Matsakis-26/+3
2013-05-30add a zsh completion file for rustcDaniel Micay-0/+102
2013-05-30Add example for uint::range_step.Steve Klabnik-3/+12
2013-05-30Correct issue-2804 testNiko Matsakis-4/+4
2013-05-30rustc: change 'use' to 'add' in error message, fix #2994Graydon Hoare-3/+3
2013-05-30Remove unnecessary 'use' formsDaniel Farina-52/+28
2013-05-30Replace NDM with proper FIXMENiko Matsakis-1/+1
2013-05-30Remove copy bindings from patterns.Niko Matsakis-201/+176
2013-05-30Fix matching of rvalues with destructorsNiko Matsakis-1/+38
2013-05-30Remove some spurious copies that are identified by later patchesNiko Matsakis-9/+9
2013-05-30Remove local_imm/local_mem since all variables are now by referenceNiko Matsakis-46/+33
2013-05-30Refactor helper routines to be less tied to match syntaxNiko Matsakis-53/+64
2013-05-30Remove TrByImplicitRef and source field on datumsNiko Matsakis-115/+86
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-91/+83
2013-05-30libextra: Require documentation by defaultAlex Crichton-7/+113
2013-05-30Require documentation by default for libstdAlex Crichton-69/+699
2013-05-30Allow doc(hidden) and --test to disable doc lintingAlex Crichton-3/+49
2013-05-30Make missing documentation linting more robustAlex Crichton-75/+177
2013-05-29Remove all of the `#[inline(always)]` attributes from bigintJames Miller-112/+112