about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-01auto merge of #16871 : retep998/rust/win64-fix, r=alexcrichtonbors-1/+1
2014-09-01auto merge of #16802 : nick29581/rust/dst-bug-1, r=luqmanabors-0/+20
2014-09-01auto merge of #16844 : mrmonday/rust/liblibc-custom-socket, r=alexcrichtonbors-7/+152
2014-08-31auto merge of #16809 : nick29581/rust/dst-bug-3, r=alexcrichtonbors-13/+27
2014-08-31auto merge of #16894 : alexcrichton/rust/issue-16872, r=huonwbors-5/+1
2014-08-31auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonwbors-1/+16
2014-08-31auto merge of #16895 : alexcrichton/rust/rollup, r=alexcrichtonbors-228/+385
2014-08-30rollup merge of #16881 : cmr/guide-typoAlex Crichton-1/+1
2014-08-30rollup merge of #16852 : steveklabnik/desugar_destructureAlex Crichton-1/+1
2014-08-30rollup merge of #16849 : nhowell/patch-1Alex Crichton-5/+5
2014-08-30rollup merge of #16846 : treeman/debug-docAlex Crichton-141/+236
2014-08-30rollup merge of #16842 : zsiciarz/masterAlex Crichton-5/+5
2014-08-30rollup merge of #16840 : huonw/feature-has-addedAlex Crichton-2/+2
2014-08-30rollup merge of #16839 : treeman/issue-15358Alex Crichton-12/+12
2014-08-30rollup merge of #16835 : michaelsproul/doc-slice-failureAlex Crichton-28/+33
2014-08-30rollup merge of #16833 : SebastianZaha/fix-guide-typoAlex Crichton-1/+1
2014-08-30rollup merge of #16832 : SebastianZaha/fix-inconsistent-version-numberingAlex Crichton-8/+8
2014-08-30rollup merge of #16830 : cgaebel/docfixAlex Crichton-1/+1
2014-08-30rollup merge of #16828 : steveklabnik/more_pointer_guideAlex Crichton-0/+25
2014-08-30rollup merge of #16807 : nham/guide_added_ownership_ruleAlex Crichton-6/+11
2014-08-30rollup merge of #16780 : mdinger/marker_typesAlex Crichton-4/+4
2014-08-30rollup merge of #16778 : jbcrail/fix-issue-15826Alex Crichton-6/+29
2014-08-30rollup merge of #16769 : rgawdzik/abs_doc_additionAlex Crichton-2/+6
2014-08-30rollup merge of #16726 : tshepang/consistencyAlex Crichton-1/+1
2014-08-30rollup merge of #16721 : tshepang/convenienceAlex Crichton-3/+3
2014-08-30rollup merge of #16716 : tshepang/tempAlex Crichton-1/+1
2014-08-30test: Fix the tcp-accept-stress testAlex Crichton-5/+1
2014-08-31auto merge of #16650 : ruud-v-a/rust/timespec-arithmetic, r=alexcrichtonbors-22/+22
2014-08-30auto merge of #16393 : SimonSapin/rust/patch-9, r=steveklabnikbors-2/+2
2014-08-30auto merge of #16873 : alexcrichton/rust/ignore-deadlocks, r=sfacklerbors-0/+2
2014-08-30doc: Add another restriction to the list of ownership rules.nham-6/+11
2014-08-30note about ref patterns in pointer guideSteve Klabnik-0/+25
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-724/+11
2014-08-30guide: function -> closure in explanation of closuresCorey Richardson-1/+1
2014-08-31Fix grammar of the accepted feature warning.Huon Wilson-2/+2
2014-08-30auto merge of #16598 : bkoropoff/rust/import-shadow-name, r=alexcrichtonbors-11/+32
2014-08-30auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelixbors-558/+685
2014-08-30auto merge of #16190 : Pythoner6/rust/labeled-while-loop, r=alexcrichtonbors-33/+106
2014-08-30rustc: implement a pretty mode to print ident/name's ctxt & gensyms.Huon Wilson-3/+116
2014-08-29test: Ignore a deadlocking test on OSXAlex Crichton-0/+2
2014-08-30doc: make docs buildTshepang Lekhonkhobe-1/+1
2014-08-30Fix win64 regression introduced by #15773Peter Atashian-1/+1
2014-08-30auto merge of #16322 : michaelwoerister/rust/gdb-pretty, r=alexcrichtonbors-30/+689
2014-08-29Fixed missing use statementJoseph Martin-1/+1
2014-08-29Fix formatting, update copyright datesPythoner6-10/+10
2014-08-29Add support for labeled while loops.Pythoner6-24/+97
2014-08-29Register new snapshotsAlex Crichton-724/+11
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-50/+318
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-176/+214
2014-08-29desugar -> destructureSteve Klabnik-1/+1