about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-03-06rollup merge of #23091: japaric/phantomAlex Crichton-0/+48
2015-03-06rollup merge of #23087: nagisa/std-undeadlockAlex Crichton-3/+0
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-28/+90
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+30
2015-03-06Suppress some warnings about featuresAlex Crichton-0/+4
2015-03-06std: Ignore a test on windowsAlex Crichton-0/+1
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+30
2015-03-06Rollup merge of #22474 - iKevinY:pandoc-version-check, r=brsonManish Goregaokar-3/+5
2015-03-06BufferedWriter -> BufWriter (fixup #23060)Manish Goregaokar-1/+1
2015-03-06Rollup merge of #23100 - wesleywiser:fix_23059, r=brsonManish Goregaokar-2/+1
2015-03-06Rollup merge of #23096 - posborne:paths-documentation-grammar-fix, r=huonwManish Goregaokar-1/+1
2015-03-06Rollup merge of #23094 - brson:beta, r=huonwManish Goregaokar-3/+3
2015-03-06Rollup merge of #23082 - killercup:patch-6, r=alexcrichtonManish Goregaokar-1/+1
2015-03-06Rollup merge of #23067 - oli-obk:doc_examle_fix, r=alexcrichtonManish Goregaokar-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-4/+64
2015-03-06Rollup merge of #23048 - davbo:fix-broken-link-in-old-guide, r=brsonManish Goregaokar-1/+1
2015-03-06Rollup merge of #23045 - ctjhoa:master, r=ManishearthManish Goregaokar-1/+1
2015-03-06Rollup merge of #23025 - huonw:better-iter-infer, r=GankroManish Goregaokar-46/+73
2015-03-06Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichtonManish Goregaokar-0/+0
2015-03-06Rollup merge of #23099 - brson:lint-cstack, r=alexcrichtonManish Goregaokar-26/+0
2015-03-06Rollup merge of #23098 - brson:ignore-fast, r=alexcrichtonManish Goregaokar-8/+0
2015-03-06Fix an easy to trigger deadlock in std::io::stdioSimonas Kazlauskas-3/+0
2015-03-06Rollup merge of #23095 - stepancheg:test-bind-fail, r=alexcrichtonManish Goregaokar-4/+4
2015-03-06Rollup merge of #23090 - alexcrichton:dep-info, r=pnkfelixManish Goregaokar-1/+3
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-56/+229
2015-03-06Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturonManish Goregaokar-8/+15
2015-03-06Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichtonManish Goregaokar-3/+181
2015-03-06Rollup merge of #23070 - krdln:fix-stat-arm, r=alexcrichtonManish Goregaokar-4/+6
2015-03-06Rollup merge of #23060 - lifthrasiir:rustdoc-sidebar-in-js, r=alexcrichtonManish Goregaokar-72/+106
2015-03-06Rollup merge of #23039 - steveklabnik:doc_vec_macro, r=alexcrichtonManish Goregaokar-0/+6
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-18/+167
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-19/+100
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-84/+423
2015-03-06Rollup merge of #22862 - vhbit:broken-open, r=alexcrichtonManish Goregaokar-2/+29
2015-03-06file permission: remove executable bit from *.rsLai Jiangshan-0/+0
2015-03-05Fix reference to 'librlibc' in libcore docsWesley Wiser-2/+1
2015-03-05Remove run-pass/lint-cstack.rs. No longer testing anything.Brian Anderson-26/+0
2015-03-05'ignore-fast' directives do nothingBrian Anderson-8/+0
2015-03-05fix minor grammar mistake in paths documentationPaul Osborne-1/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-56/+229
2015-03-06std: net: enable bind_error test on all platformsStepan Koltsov-4/+4
2015-03-05mk: Once again rename the beta channel artifacts as 'beta'Brian Anderson-3/+3
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-29/+89
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-19/+100
2015-03-05rustc: Don't emit dep-info for imported filesAlex Crichton-1/+3
2015-03-05OIBIT: for `PhantomData<T>` check `T` rather than the struct itselfJorge Aparicio-0/+48
2015-03-05Auto merge of #23031 - Manishearth:rollup, r=Manishearthbors-1546/+1688
2015-03-05Fix Playpen Links Containing Multiple ExamplesPascal Hertleif-1/+1
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-8/+15
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-575/+822