about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-02-12Rote changes to fix fallout throughout the compiler from splitting theNiko Matsakis-14/+25
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-3/+3
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-3/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-10rollup merge of #22135: apasel422/issue-22131Alex Crichton-8/+2
2015-02-10rollup merge of #22097: cllns/fix-fallback-fontsAlex Crichton-1/+1
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-1/+1
2015-02-10parse cfgspecs passed to rustdocAndrew Paseltiner-8/+2
2015-02-09Make fallback font 'serif', rather than 'sans-serif' fontsSean Collins-1/+1
2015-02-09Review changesNick Cameron-2/+2
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-1/+1
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+1
2015-02-08Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichtonbors-8/+24
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-21/+21
2015-02-06librustdoc has been updatedGuillaumeGomez-21/+21
2015-02-06Print full Type::ResolvedPaths starting with SelfTom Jakubowski-1/+2
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-13/+15
2015-02-06rustdoc: Show non-Rust ABIs on methodsTom Jakubowski-7/+22
2015-02-05make codemap more robust in face of ill-formed spans.Felix S. Klock II-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-185/+174
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-13/+15
2015-02-04remove all kind annotations from closuresJorge Aparicio-4/+4
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-75/+75
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-5/+8
2015-02-02rollup merge of #21754: semarie/openbsd-rebasedAlex Crichton-2/+2
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-71/+71
2015-02-02Avoid an excessive use of iterator chainSeo Sanghyeon-15/+15
2015-02-01std: Add a new `env` moduleAlex Crichton-5/+8
2015-02-01openbsd supportSébastien Marie-2/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-8/+7
2015-01-30rollup merge of #21693: tomjakubowski/rustdoc-fix-21442Alex Crichton-1/+1
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-29rustdoc: Render new `self` syntax in `use`Tom Jakubowski-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-52/+52
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-7/+5
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-51/+45
2015-01-28Update Rustdoc to deal with the Fn return type being an associated type.Niko Matsakis-5/+7
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-45/+45
2015-01-27Rollup merge of #21597 - iKevinY:mobile-api-docs, r=cmrManish Goregaokar-1/+8
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-7/+5
2015-01-27accommodate new scoping rules in rustc and rustdoc source.Felix S. Klock II-1/+1
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-3/+3
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1