summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-28librustc: Pass the node id so we don't fail on destructing struct variants. F...Luqman Aden-2/+31
2014-02-28auto merge of #12632 : fhahn/rust/issue-12507-rustdoc-std-module, r=alexcrichtonbors-2/+14
2014-02-28auto merge of #12616 : alexcrichton/rust/size, r=huonwbors-114/+119
2014-02-28std: Flag run_fmt() as #[inline(always)]Alex Crichton-1/+8
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-7/+7
2014-02-28std: Remove lots of allocations from log settingsAlex Crichton-102/+96
2014-02-28auto merge of #12607 : alexcrichton/rust/io++, r=brsonbors-33/+188
2014-02-28syntax: Refactor diagnostics to focus on WritersAlex Crichton-111/+122
2014-02-28std: Improve some I/O documentationAlex Crichton-33/+188
2014-02-28syntax: Expand format!() deterministicallyAlex Crichton-13/+42
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-137/+342
2014-02-28rustc: Simplify crate loading constraintsAlex Crichton-240/+160
2014-02-28std: Add cfg(test) to UnsafeArc assertionsAlex Crichton-4/+8
2014-02-28auto merge of #12622 : pnkfelix/rust/fsk-improve-vec-partition-doc, r=huonwbors-6/+5
2014-02-28auto merge of #12595 : huonw/rust/pub-vis-typ, r=alexcrichtonbors-21/+428
2014-02-28Improve vec `partition` and `partitioned` method doc.Felix S. Klock II-6/+5
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-5/+16
2014-03-01sync: Rename arc::Condvar to arc::ArcCondvar.Huon Wilson-11/+12
2014-03-01rustc: implement a lint for publicly visible private types.Huon Wilson-5/+400
2014-02-28Add `time` crate to index, expand docs of `test`.Huon Wilson-7/+21
2014-02-28auto merge of #12544 : erickt/rust/hash, r=acrichtobors-110/+181
2014-02-27auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichtonbors-96/+373
2014-02-27auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al...bors-217/+177
2014-02-27Fix bytepos_to_file_charpos.Nick Cameron-10/+52
2014-02-27Fix typo in doc of Binary trait in std::fmtMickaƫl Delahaye-1/+1
2014-02-27std: Export the select! macroAlex Crichton-16/+44
2014-02-27Minor modifications to Axel's tutorial improvements (see also #12472).Felix S. Klock II-4/+6
2014-02-27Documentation : Tutorial improvement...Axel Viala-5/+14
2014-02-27Improve the ctags function regular expression.Chris Morgan-1/+1
2014-02-27path: Implement windows::make_non_verbatim()Kevin Ballard-0/+66
2014-02-27path: clean up some lint warnings and an obsolete commentKevin Ballard-2/+1
2014-02-27Update Vim syntax file last change date.Chris Morgan-1/+1
2014-02-27Fix Vim section movements for standard Rust style.Chris Morgan-2/+53
2014-02-27Update prelude items in Vim syntax.Chris Morgan-20/+9
2014-02-27Downgrade `do` to a reserved keyword in Vim.Chris Morgan-2/+2
2014-02-27Highlight the `mod` in `extern mod x;` as Error.Chris Morgan-1/+3
2014-02-27Fix syntax::ext::deriving{,::*} docs formatting.Chris Morgan-15/+17
2014-02-27rustc: Remove codemap and reachable from metadata encoderBrian Anderson-17/+1
2014-02-27Provide a more helpful error for tests that fail due to noexecFelix Crux-1/+5
2014-02-27std: cut down on the memory usage of `SipHasher`Erick Tryzelaar-6/+6
2014-02-27rustc: Move local native libs back in link-argsAlex Crichton-1/+78
2014-02-27Add new target 'make dist-osx' to create a .pkg installer for OS XBrian Leibig-0/+22
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-110/+181
2014-02-27auto merge of #11979 : FlaPer87/rust/static, r=nikomatsakisbors-93/+458
2014-02-27native: Recognize EISDIRAlex Crichton-0/+9
2014-02-27rustc: Use libnative for the compilerAlex Crichton-2/+8
2014-02-27native: Improve windows file handlingAlex Crichton-1018/+1146
2014-02-27std: Small cleanup and test improvementAlex Crichton-158/+182
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-18/+68
2014-02-27Closes #7364 Test caseFlavio Percoco-0/+19