about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2014-10-02serialize: remove proxy impls for Gc<T>.Eduard Burtescu-13/+0
2014-10-02std: remove gc module.Eduard Burtescu-160/+0
2014-10-02rustrt: remove local_heap implementation.Eduard Burtescu-381/+11
2014-10-02core: remove raw::GcBox.Eduard Burtescu-40/+0
2014-10-02auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakisbors-1/+73
2014-10-02auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakisbors-72/+299
2014-10-02remove the uv_support codeDaniel Micay-169/+0
2014-10-02rm libuv-auto-clean-triggerDaniel Micay-2/+0
2014-10-02rm obsolete valgrind suppressionsDaniel Micay-20/+0
2014-10-02auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichtonbors-1/+75
2014-10-02Enable a test for .. in range patterns.Nick Cameron-2/+0
2014-10-02auto merge of #17620 : nick29581/rust/slice4, r=aturonbors-495/+677
2014-10-02Change the `use of moved value` error to be more accurateP1start-22/+62