summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-31/+31
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-163/+394
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-143/+143
2013-09-24auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestingerbors-0/+61
2013-09-24Disallow char literals which should be escapedAlex Crichton-0/+61
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-21/+21
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-21/+21
2013-09-24Correctly encode item visibility in metadataAlex Crichton-20/+251
2013-09-23auto merge of #9454 : alexcrichton/rust/snapshot, r=thestingerbors-26/+1
2013-09-23Register new snapshotsAlex Crichton-26/+1
2013-09-23librustc: Fix merge fallout.Patrick Walton-24/+16
2013-09-23test: Fix rustdoc and tests.Patrick Walton-883/+174
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-0/+9
2013-09-23auto merge of #9301 : luqmana/rust/ncm, r=brsonbors-1/+26
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-5/+5
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-21drop `extra::par`Daniel Micay-518/+0
2013-09-20auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu...bors-2/+132
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-3/+3
2013-09-20auto merge of #9332 : eugals/rust/master, r=alexcrichtonbors-0/+1
2013-09-20auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brsonbors-21/+21
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-16/+14
2013-09-19auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichtonbors-0/+156
2013-09-19auto merge of #9285 : sfackler/rust/future, r=alexcrichtonbors-4/+23
2013-09-20fixed another test.Felix S. Klock II-2/+2
2013-09-20fix bug in test.Felix S. Klock II-2/+2
2013-09-20Resolves third bullet of #4691, and adds tests for it. Fix #4691.Felix S. Klock II-0/+130
2013-09-19Modernize extra::future APISteven Fackler-6/+6
2013-09-19lexer: further slight improvements to lexer errorsBenjamin Herr-1/+1
2013-09-19auto merge of #9295 : alexcrichton/rust/fix-lang-items, r=thestingerbors-0/+15
2013-09-19pacified test/run-pass/core-run-destroy on Win7x64Evgeny Sologubov-0/+1
2013-09-19Removed future's destructorSteven Fackler-0/+19
2013-09-19lexer: show correct span on lexical errorsBenjamin Herr-0/+156
2013-09-19auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonwbors-0/+4
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-21/+21
2013-09-19auto merge of #9267 : Kimundi/rust/master, r=huonwbors-3/+3
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-3/+3
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-46/+0
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-16/+14
2013-09-18tests: Remove crate_map from start.Luqman Aden-1/+26
2013-09-18Allow trailing commas in format!Alex Crichton-0/+4
2013-09-18Renumber the lang items correctlyAlex Crichton-0/+15
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-46/+0
2013-09-18auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichtonbors-2/+13
2013-09-18auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brsonbors-0/+6
2013-09-17Added support for a `\0` escape sequence.Daniel Rosenwasser-0/+44
2013-09-17pp: also print bounds in paths with no generic paramsBenjamin Herr-2/+13
2013-09-17Prevent a rare linkage issue with an xcrate staticAlex Crichton-0/+37
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-96/+96
2013-09-17auto merge of #9225 : huonw/rust/closing-time, r=alexcrichtonbors-0/+166