summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-02Rehabilitate an unboxed closure testBrian Koropoff-7/+2
2014-10-02Correctly trans capture-by-ref unboxed closuresBrian Koropoff-3/+16
2014-10-02Return correct types for capture-by-ref unboxed closure upvarsBrian Koropoff-1/+13
2014-10-02Fix categorization of upvars of capture-by-reference unboxed closuresBrian Koropoff-11/+15
2014-10-02Fix missing entries in upvar borrows map for capture-by-ref unboxed closuresBrian Koropoff-16/+26
2014-10-02Merge branch 'travis' into rollupAlex Crichton-0/+1
2014-10-02syntax: Enable parsing of `const` globalsAlex Crichton-3/+53
2014-10-02test: Don't depend on /bin/bashAlex Crichton-1/+1
2014-10-02Test fixes from the rollupAlex Crichton-59/+60
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-5088/+435
2014-10-02rollup merge of #17722 : jakub-/issue-17169Alex Crichton-14/+13
2014-10-02rollup merge of #17721 : jakub-/resolved-issuesAlex Crichton-0/+339
2014-10-02rollup merge of #17720 : ben0x539/shiftsAlex Crichton-8/+103
2014-10-02rollup merge of #17717 : steveklabnik/gh17190Alex Crichton-3/+5
2014-10-02rollup merge of #17706 : thestinger/suppAlex Crichton-191/+0
2014-10-02rollup merge of #17705 : thestinger/reallocAlex Crichton-9/+26
2014-10-02rollup merge of #17702 : nick29581/enable-dots-testAlex Crichton-2/+0
2014-10-02rollup merge of #17698 : jistr/guide_exportAlex Crichton-3/+3
2014-10-02rollup merge of #17695 : steveklabnik/various_docsAlex Crichton-20/+14
2014-10-02rollup merge of #17686 : lucidd/fixAlex Crichton-2/+3
2014-10-02rollup merge of #17682 : nodakai/librustc-handy-versionAlex Crichton-4/+20
2014-10-02rollup merge of #17646 : bkoropoff/cast-iceAlex Crichton-1/+37
2014-10-02rollup merge of #16993 : dschatzberg/items-boundsAlex Crichton-19/+81
2014-10-02rollup merge of #17719 : alexcrichton/diagnoseAlex Crichton-1/+3
2014-10-02Add tests for a few resolved issuesJakub Wieczorek-0/+339
2014-10-02std: Help diagnose a flaky testAlex Crichton-1/+3
2014-10-02Fix cross-crate tuple structs in staticsJakub Wieczorek-14/+13
2014-10-02native: fix passing errno to parent after forkBenjamin Herr-8/+103
2014-10-02alloc: fix reallocate_inplace implementationDaniel Micay-9/+26
2014-10-02extra comment about macrosSteve Klabnik-3/+5
2014-10-02I am bad at mathSteve Klabnik-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-331/+363
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-188/+97
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-105/+43
2014-10-02Revert "Review and rebasing changes"Aaron Turon-103/+42
2014-10-02Disable the Roman numerals test on Android due to cross-compile issuesKeegan McAllister-0/+1
2014-10-02Add fixes for new lifetime boundsDan Schatzberg-11/+8
2014-10-02auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichtonbors-6/+4
2014-10-02Add tests for MoveItemsDan Schatzberg-0/+33
2014-10-02Use RawPtr::offset when size_of::<T>() > 0Dan Schatzberg-1/+5
2014-10-02Add lifetime bounds on Items and MutItems.Dan Schatzberg-16/+44
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3702/+322
2014-10-02syntax: remove ObsoleteManaged{Type,Expr}.Eduard Burtescu-24/+0
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-12/+12
2014-10-02docs: remove mentions of Gc.Eduard Burtescu-110/+20
2014-10-02rustdoc: remove handling of Gc.Eduard Burtescu-8/+1
2014-10-02rustc: remove support for Gc.Eduard Burtescu-565/+55
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-63/+10
2014-10-02syntax: remove unused imports of Gc and GC.Eduard Burtescu-1/+0
2014-10-02debug: remove Gc support from Repr.Eduard Burtescu-10/+5