summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-33/+10
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-5/+1
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-3/+8
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-5/+1
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-1/+1
2014-06-24Store the registered lints in the SessionKeegan McAllister-3/+6
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-1/+3
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+1
2014-06-21rustdoc: show default type parameters in genericsTom Jakubowski-1/+9
2014-06-20auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichtonbors-49/+87
2014-06-19(doc) Properly doc hotkeys in generated docs.Zach Pomerantz-10/+10
2014-06-19rustdoc: add the ability to run tests with --test.Huon Wilson-19/+31
2014-06-19rustdoc: refactor code block language info into a struct.Huon Wilson-42/+68
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-18(doc) Change search placeholder text.Zach Pomerantz-1/+1
2014-06-18rustdoc: Don't inject `extern crate std`.Alex Crichton-1/+3
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-1/+1
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-1/+2
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-1/+9
2014-06-17rustdoc: Remove outdated syntaxAlex Crichton-7/+4
2014-06-16auto merge of #14906 : P1start/rust/rustdoc-lifetimes, r=huonwbors-1/+1
2014-06-16Fix rustdoc's formatting of lifetimesP1start-2/+1
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-7/+6
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-0/+1
2014-06-15Register new snapshotsAlex Crichton-7/+6
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+6
2014-06-14Register new snapshotsAlex Crichton-8/+1
2014-06-14auto merge of #14884 : huonw/rust/getoptsfail, r=alexcrichtonbors-1/+1
2014-06-14auto merge of #14878 : vtsatskin/rust/rustdoc-sidebar-click-targets, r=alexcr...bors-6/+9
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-13rustdoc: Larger click areas for sidebar itemsValentin Tsatskin-6/+9
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-2/+5
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-1/+2
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-21/+53
2014-06-12Basic iOS supportValerii Hiora-0/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-69/+66
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-2/+1
2014-06-11sync: Move underneath libstdAlex Crichton-2/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-26/+32
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-6/+6
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-6/+6
2014-06-09auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichtonbors-0/+4
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-0/+4
2014-06-09rustdoc: Correctly classify enums/typedefsAlex Crichton-1/+1
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-2/+2