about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-11test: Relax a debuginfo testAlex Crichton-5/+5
2014-03-11auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwaltonbors-1/+62
2014-03-11syntax: Add support for trait bounds on procsAlex Crichton-1/+62
2014-03-12rand: deprecate `rng`.Huon Wilson-16/+28
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-64/+131
2014-03-12Remove the dependence of std::io::test on rand.Huon Wilson-4/+11
2014-03-12std: Move rand to librand.Huon Wilson-192/+154
2014-03-11auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichtonbors-728/+37
2014-03-11auto merge of #12780 : zslayton/rust/json-nav, r=alexcrichtonbors-0/+247
2014-03-11auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brsonbors-78/+243
2014-03-11doc: remove outdated tutorial entry, restore removed Makefile entriesAdrien Tétar-6/+3
2014-03-11doc: auto-generate LaTeX includesAdrien Tétar-7/+0
2014-03-11Added convenience methods and accompanying tests to the Json class.zslayton-0/+247
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-78/+243
2014-03-11auto merge of #12765 : TeXitoi/rust/fix-shootout-reverse-complement, r=alexcr...bors-1/+3
2014-03-11fix a bug in shootout-reverse-complement, official tests should pass with itGuillaume Pinot-1/+3
2014-03-11auto merge of #12617 : sfackler/rust/item-modifier, r=alexcrichtonbors-14/+101
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-14/+101
2014-03-10auto merge of #12793 : brson/rust/installer, r=alexcrichtonbors-0/+283
2014-03-10auto merge of #12766 : TeXitoi/rust/fix-shootout-spectralnorm, r=alexcrichtonbors-11/+18
2014-03-10auto merge of #12652 : rcxdude/rust/hexfloatext, r=alexcrichtonbors-0/+271
2014-03-10Implement hexadecimal floating point literals via a syntax extensionDouglas Young-0/+271
2014-03-10auto merge of #12733 : edwardw/rust/rw-liveness, r=nikomatsakisbors-90/+119
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