about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-19doc: typo fixTshepang Lekhonkhobe-1/+1
2015-01-18Use 'in' instead of 'find()' in tidy.pyKevin Yap-8/+8
2015-01-18quick formatting fixMatt Roche-5/+1
2015-01-19Reduce size of array in test case to 1MBJames Miller-1/+1
2015-01-18Error message fixes and removed explicit returns in example codeMatt Roche-4/+8
2015-01-19Add test to catch performance regressionsJames Miller-1/+26
2015-01-19Use `zero_mem` instead of a zerointializer for `init` intrinsicJames Miller-5/+4
2015-01-18rustdoc: Improve diagnostics on lockfile failuresAlex Crichton-5/+11
2015-01-18Add test for issue #21356Adolfo Ochagavía-0/+14
2015-01-18Fix #21356Adolfo Ochagavía-14/+15
2015-01-18Ignore NOTEs when Travis runs `make tidy`Kevin Yap-2/+2
2015-01-18Remove associated_types gate from std::ops docsSteve Klabnik-30/+0
2015-01-18syntax: allow bare sequences in lhs for follow checkingCorey Richardson-10/+30
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-43/+105
2015-01-18Fix std::marker.Wangshan Lu-3/+3
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-85/+76
2015-01-18fix formattingJay True-0/+1
2015-01-18docs: replacing more deprecated integer suffixesAlfie John-80/+80
2015-01-18Remove redundant "Right now"Kim Røen-3/+2
2015-01-18docs: replace deprecated integer suffixes from examplesAlfie John-28/+28
2015-01-18auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiynbors-11/+8
2015-01-18Improve the vec![...] macro with UFCS.Eduard Burtescu-8/+31
2015-01-18auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakisbors-57/+50
2015-01-18Redo Segmented stack support for DragonFlyMichael Neumann-1/+1
2015-01-17rustdoc: Handle associated types on inlined implsTom Jakubowski-5/+27
2015-01-17rustdoc: Add some re-exportsTom Jakubowski-2/+4
2015-01-17rustdoc: Accept string source in core::run_coreTom Jakubowski-13/+23
2015-01-17rustdoc: Separate associated types from methodsTom Jakubowski-4/+12
2015-01-17Remove some dead code from rustc::middle::tyTom Jakubowski-20/+1
2015-01-17rustdoc: Add Show impls to more clean typesTom Jakubowski-29/+29
2015-01-18auto merge of #21288 : brson/rust/snaps, r=alexcrichtonbors-476/+215
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-97/+97
2015-01-18tests: Warn on the trailing backslash in the template.Kang Seonghoon-0/+3
2015-01-18fix an error about the static lifetimeJay True-1/+1
2015-01-17Add allow(unstable) to librustc_privacyBrian Anderson-0/+1
2015-01-17Add allow(unstable) to more testsBrian Anderson-0/+3
2015-01-17Add allow(unstable) to driver.rsBrian Anderson-0/+2
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+11
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+31
2015-01-17Register new snapshots.Eduard Burtescu-476/+167
2015-01-17Increase docs search box delayChris Thorn-1/+1
2015-01-18rustc: print filename if file cannot be writtenStepan Koltsov-3/+3
2015-01-17add append to vec with testsJeff Belgum-0/+46
2015-01-18Improve the error message when source file cannot be readRyan Levick-2/+3
2015-01-17libsyntax: uint types to usizePaul Collier-165/+165
2015-01-17docs: typoAlfie John-1/+1
2015-01-17Implement the error trait for errors in std::sync.Michael Sproul-6/+23
2015-01-17Passable nano syntax highlightingLuke Francl-0/+35
2015-01-17Refine wording of Thread::panickingSimonas Kazlauskas-2/+2
2015-01-17Undo accidental change unrelated to my PRFenhl-1/+1