summary refs log tree commit diff
path: root/src/librustdoc/plugins.rs
AgeCommit message (Expand)AuthorLines
2016-04-07Remove rustdocs json formatmitaa-10/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-1/+2
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-0/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2/+0
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-03-12Stabilize std::pathAaron Turon-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2014-09-30Fix rustdocSteven Fackler-1/+1
2014-08-23Remove stage0 attributes.Vadim Chugunov-3/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-2/+4
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-2/+5
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-11/+9
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-7/+10
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-6/+6
2014-02-24Move extra::json to libserializeAlex Crichton-1/+1
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-1/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-3/+3
2014-02-20move extra::test to libtestLiigo Zhuang-2/+2
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-5/+5
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-1/+1
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+90