summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-10fs: use an iterative algorithm for 'mkdir_recursive'Laurent Bonnans-3/+18
2014-03-10libstd: Update docs for `slice_shift_char` and {shift,pop}_{char,byte}Piotr Czarnecki-17/+10
2014-03-10libstd: Add unit tests for `slice_shift_char`Piotr Czarnecki-0/+12
2014-03-10libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and...Piotr Czarnecki-43/+63
2014-03-10syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of...Dmitry Promsky-14/+58
2014-03-09install.sh: untabifyBrian Anderson-20/+20
2014-03-09install.sh: Improve error handlingBrian Anderson-0/+19
2014-03-09mk: dist-installer builds a binary installerBrian Anderson-0/+264
2014-03-09doc: CSS fixesAdrien Tétar-21/+32
2014-03-09borrowck: classify expressions as assignees, uses or bothEdward Wang-90/+119
2014-03-09fix shootout-spectralnorm, broken since Arc cannot unwrap.Guillaume Pinot-11/+18
2014-03-09doc: remove node.js dependencyAdrien Tétar-694/+2
2014-03-09docs: render rustdoc docs with rustdoc, hack around sundown code-fenceHuon Wilson-39/+54
2014-03-09tutorial: hack a code snippet to make it compile.Huon Wilson-3/+4
2014-03-09mk: rewrite the documentation handling.Huon Wilson-236/+12
2014-03-09docs: adjust code blocks to pass with rustdoc.Huon Wilson-73/+92
2014-03-09rustdoc: adding some common feature gates when testing a markdown file.Huon Wilson-8/+21
2014-03-09rustdoc: hardcode each header as a link.Huon Wilson-14/+17
2014-03-09rustdoc: add table-of-contents recording & rendering, use it with plainHuon Wilson-12/+312
2014-03-09rustdoc: run on plain Markdown files.Huon Wilson-28/+292
2014-03-08auto merge of #12777 : sfackler/rust/no_run, r=alexcrichtonbors-10/+23
2014-03-08auto merge of #12758 : rgawdzik/rust/master, r=alexcrichtonbors-17/+28
2014-03-08Add an option to not run rustdoc blocksSteven Fackler-10/+23
2014-03-08auto merge of #12706 : pongad/rust/issue_12698, r=brsonbors-367/+36
2014-03-08Refactored get_metadata_section to return a Result<T,~str>, added error messa...Robert Gawdzik-17/+28
2014-03-08auto merge of #12759 : lucab/rust/char-doc, r=alexcrichtonbors-29/+60
2014-03-08Incorporated review feedback atop pcwalton's original patches.Felix S. Klock II-11/+9
2014-03-08librustdoc: Fix librustdoc for the `Vec<T>` change.Patrick Walton-4/+6
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-758/+1172
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-817/+811
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-367/+36
2014-03-08libstd: Add some more functionality to Vec<T>Patrick Walton-0/+131
2014-03-08doc: add two missing char methods doc-stringsLuca Bruno-2/+12
2014-03-08doc: uniform std::char doc-stringsLuca Bruno-23/+30
2014-03-08doc: don't refer to 'char' as charactersLuca Bruno-18/+32
2014-03-07auto merge of #12520 : thestinger/rust/cmp, r=brsonbors-53/+156
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-53/+156
2014-03-08Index cross-mod type definition and implementation properly in rustdocEdward Wang-10/+51
2014-03-07auto merge of #12753 : huonw/rust/vec-macro, r=cmrbors-3/+5
2014-03-07auto merge of #12750 : liigo/rust/De-extern-mod, r=alexcrichtonbors-29/+29
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-29/+29
2014-03-07change FVN hash function to the FVN-1a variantTed Horst-1/+1
2014-03-07std: stop `vec!()` warning about unused mutability.Huon Wilson-3/+5
2014-03-06auto merge of #12746 : alexcrichton/rust/issue-12743, r=brsonbors-12/+13
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-97/+128
2014-03-06collections: Correct with_capacity_and_hasherAlex Crichton-12/+13
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-195/+364
2014-03-06auto merge of #12738 : alexcrichton/rust/needstest, r=brson,justbors-0/+340
2014-03-06auto merge of #12737 : alexcrichton/rust/issue-12736, r=brsonbors-2/+1
2014-03-06rustc: Move mut slice check to `check_static`Flavio Percoco-17/+18