summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-17doc: Methods for option::OptionJonas Hietala-1/+217
2014-09-17doc: Methods for result::Result.Jonas Hietala-28/+228
2014-09-17auto merge of #17247 : huonw/rust/toggle-clone, r=alexcrichtonbors-1/+1
2014-09-17doc: Cleanup.Jonas Hietala-213/+186
2014-09-17auto merge of #17246 : bkoropoff/rust/issue-17216, r=pnkfelixbors-1/+36
2014-09-17Case-insensitive environment keys.Vadim Chugunov-7/+75
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-37/+57
2014-09-17Relicense shootout-fasta.rs ti the shootout license.Guillaume Pinot-14/+40
2014-09-17Relicense shootout-spectralnorm.rs to the shootout licenseGuillaume Pinot-8/+39
2014-09-17auto merge of #17160 : nick29581/rust/front, r=pcwaltonbors-164/+189
2014-09-17Restore colour to rustdoc, add colour to ffi functions and methodsP1start-5/+9
2014-09-17rebasing fixesNick Cameron-6/+4
2014-09-17move feature_gate to libsyntaxNick Cameron-65/+69
2014-09-17move std_inject to libsyntaxNick Cameron-31/+35
2014-09-17move most of front to libsyntaxNick Cameron-70/+89
2014-09-17Drop a few unused diagnostic codesMartin Olsson-7/+0
2014-09-17auto merge of #17227 : tshepang/rust/stronger-break, r=aturonbors-1/+1
2014-09-16Add regression test for issue #17283Brian Koropoff-0/+37
2014-09-16Propagate restrictions against struct literals to the RHS of assignmentsBrian Koropoff-2/+3
2014-09-16Convert restriction enum into bitflagsBrian Koropoff-32/+28
2014-09-16Register new snapshotsAlex Crichton-36/+9
2014-09-17auto merge of #17223 : retep998/rust/into_string, r=huonwbors-42/+42
2014-09-16auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichtonbors-849/+1085
2014-09-16Fallout from renamingAaron Turon-782/+793
2014-09-16auto merge of #17213 : mo/rust/fix_typos, r=aturonbors-2/+3
2014-09-16Use PATH instead of HOME in env! exampleBrian Anderson-2/+2
2014-09-16Align with _mut conventionsAaron Turon-68/+293
2014-09-16Run cleanup for base struct in functional struct update expressionsJakub Wieczorek-6/+40
2014-09-16Deprecate libnum in favor of rust-lang/numAaron Turon-130/+3
2014-09-16Generalize lifetime bounds on type parameters to support multipleNiko Matsakis-18/+81
2014-09-16Clean up code for unused_must_use lintManish Goregaokar-5/+2
2014-09-16auto merge of #17266 : Gankro/rust/vec-move, r=alexcrichtonbors-0/+2
2014-09-16Improve the zsh completions.Alexander Light-68/+131
2014-09-16Update triple per commentsJake Kaufman-1/+1
2014-09-16auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r...bors-3041/+5675
2014-09-16auto merge of #17245 : sfackler/rust/enumset-show, r=alexcrichtonbors-1/+27
2014-09-16auto merge of #17244 : spastorino/rust/patch-1, r=alexcrichtonbors-3/+3
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-5/+4
2014-09-16auto merge of #17232 : untitaker/rust/patch-1, r=alexcrichtonbors-1/+1
2014-09-15Correct windows install link in guideJake Kaufman-2/+5
2014-09-16auto merge of #17280 : thestinger/rust/heap, r=pcwaltonbors-55/+25
2014-09-16stop spawning so many tasks in guide-tasksDaniel Micay-1/+1
2014-09-16auto merge of #17288 : alexcrichton/rust/change-snap, r=brsonbors-1/+1
2014-09-15Change the last linux 64-bit snapshotAlex Crichton-1/+1
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-1/+1
2014-09-15Update docs to include Sized trait, which is neededNiko Matsakis-2/+11
2014-09-15remove the closure_exchange_malloc lang itemDaniel Micay-39/+14
2014-09-15auto merge of #17221 : bkoropoff/rust/strinterner-unsafe, r=sfacklerbors-11/+0
2014-09-15Fix two typosMartin Olsson-2/+3
2014-09-15heap: optimize EMPTY to avoid relocationsDaniel Micay-14/+11