about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2014-07-10auto merge of #15336 : jakub-/rust/diagnostics, r=brsonbors-3/+3
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-3/+3
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-17/+6
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-09auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichtonbors-13/+413
2014-07-09lexer: lex WS/COMMENT/SHEBANG rather than skippingCorey Richardson-25/+16
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-2/+1
2014-07-08carry self ident forward through re-parsingJohn Clements-3/+3
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-25/+25
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-25/+25
2014-07-08webfonts: check-in licensesAdrien Tétar-0/+386
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-2/+16
2014-07-08webfonts: proper fixAdrien Tétar-11/+11
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-1/+1
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-13/+3
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-8/+19
2014-07-05Refactored VecPerParamSpace to hide exposure of `Vec` representation.Felix S. Klock II-6/+7
2014-07-04auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichtonbors-10/+10
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-1/+1
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-3/+1
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-245/+414
2014-07-02rustdoc: s/nil/unit/ internally.Huon Wilson-10/+10
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-143/+250
2014-06-30auto merge of #15238 : aochagavia/rust/json, r=alexcrichtonbors-14/+12
2014-06-30Fix issues in librustdocAdolfo Ochagavía-14/+12
2014-06-30auto merge of #14613 : schmee/rust/utf16-iterator, r=huonwbors-1/+2
2014-06-30Add `utf16_units`John Schmidt-1/+2
2014-06-30auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonwbors-61/+115
2014-06-30Allow external html in rustdoc for crates.zzmp-61/+115
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-3/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-21/+25
2014-06-28Rename all raw pointers as necessaryAlex Crichton-21/+25
2014-06-28librustc: Match trait self types exactly.Patrick Walton-1/+8
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