about summary refs log tree commit diff
path: root/src/librustdoc/flock.rs
AgeCommit message (Expand)AuthorLines
2016-08-29Move `flock.rs` from librustdoc to librustc_data_structures.Michael Woerister-237/+0
2016-01-31Rename sunos to solarisNikita Baksalyar-3/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+21
2015-11-09std: Migrate to the new libcAlex Crichton-51/+29
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4/+6
2015-03-13Fallout of std::old_io deprecationAlex Crichton-12/+9
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-3/+8
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-1/+3
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-1/+1
2015-02-11fixing trailing whitespace errorsDave Huseby-1/+1
2015-02-11bitrig integrationDave Huseby-1/+3
2015-02-01openbsd supportSébastien Marie-2/+2
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-2/+2
2015-01-18rustdoc: Improve diagnostics on lockfile failuresAlex Crichton-5/+11
2015-01-17Remove unnecessary explicit conversions to *const Twe-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-4/+6
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-09rustdoc: Implement constant documentationAlex Crichton-16/+16
2014-09-30Fix rustdocSteven Fackler-2/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-2/+2
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-07windows: Fix INVALID_HANDLE_VALUEPeter Atashian-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+21
2014-06-30Add `utf16_units`John Schmidt-1/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-12Basic iOS supportValerii Hiora-0/+1
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-4/+4
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+1
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-5/+6
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-20/+20
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-21rustdoc: Fix file locking on windowsAlex Crichton-3/+13
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-0/+191