about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-11Give where clauses priority over builtin rules. Fixes #20959.Niko Matsakis-0/+31
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-227/+360
2015-01-11replace deprecated uint references with u32Matt Roche-3/+3
2015-01-11Normalize the types of fields we project out of a struct or tuple struct.Niko Matsakis-28/+111
2015-01-11auto merge of #20406 : TimDumol/rust/dlist-append-split-off, r=Gankrobors-41/+161
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-4/+13
2015-01-11auto merge of #20910 : sfackler/rust/show-impls, r=alexcrichtonbors-10/+46
2015-01-11Merge remote-tracking branch 'rust/master'Erick Rivas-0/+1
2015-01-11Merge branch 'master' of git://github.com/rust-lang/rust into rustErick Rivas-15/+76
2015-01-11Rename #[on_unimplemented] -> #[rustc_on_unimplemented]Manish Goregaokar-18/+21
2015-01-11Add test case that RangeTo notation works in return statements.Daniel Grunwald-0/+3
2015-01-11Remove range functionTim Brooks-2/+0
2015-01-11Remove old number literal suffixes from Vim syntaxTim Brooks-5/+5
2015-01-11auto merge of #20865 : killercup/rust/patch-3, r=alexcrichtonbors-0/+1
2015-01-11std: Remove fortune cookies from fatal runtime errorsBrian Anderson-50/+0
2015-01-11Allow any integral to be used as Shr and Shl RHSSimonas Kazlauskas-8/+60
2015-01-11Move error to typeck::checkManish Goregaokar-80/+50
2015-01-11auto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikomatsakisbors-0/+15
2015-01-11Default to "x86-64" as the target cpu for x86_64 buildsBjörn Steinbrink-0/+14
2015-01-11Make errors allow for cross-crate issuesManish Goregaokar-19/+33
2015-01-11Permit node types to be missing if type errors occurred previouslyBarosl Lee-0/+16
2015-01-11Escape a leading # in a doc commentTom Jakubowski-1/+1
2015-01-11auto merge of #20925 : alexcrichton/rust/more-flaky-test, r=sfacklerbors-2/+2
2015-01-11`cargo build` doesn't run the executablesNAKASHIMA, Makoto-1/+1
2015-01-11Switching out range(0,10) example to 0..10. Tests fineErick Rivas-3/+3
2015-01-10test: Use Thread::scoped in two more testsAlex Crichton-2/+2
2015-01-11auto merge of #20755 : dotdash/rust/fca, r=Aatchbors-13/+59
2015-01-11Correct romanization of さようならCarter Hinsley-1/+1
2015-01-11Add lint and test for malformed but unused #[on_unimplemented] attributesManish Goregaokar-0/+96
2015-01-11Add ability to attach custom #[on_unimplemented] error messages for unimpleme...Manish Goregaokar-1/+130
2015-01-11Give mmap a page-aligned stack start addressClifford Caoile-1/+13
2015-01-10Add ExactSizeIterator impls for Hash{Map, Set, Table}Chase Southwood-30/+98
2015-01-10Implement Show for types in std::io::{buffered,util}Steven Fackler-10/+46
2015-01-11Pass small fixed-size arrays as immediatesBjörn Steinbrink-1/+1
2015-01-11Avoid loads/stores of first class aggregatesBjörn Steinbrink-8/+57
2015-01-11Fix: GNU AArch64 assembler does not like @plt symbol suffixAkos Kiss-2/+2
2015-01-11Fix dead link (s/task/thread/)Nathaniel Theis-1/+1
2015-01-10reference: Made a number of small gramatical fixes changes for correctness/co...Steven Crockett-29/+29
2015-01-10Merge pull request #20887 from TeXitoi/improve-shootout-binarytreesbors-17/+21
2015-01-11Update Token::can_begin_expr() to make it consistent with the grammar:Daniel Grunwald-11/+5
2015-01-11fix shootout-threadring.rsGuillaume Pinot-7/+7
2015-01-10Cosmetic updates to TRPL textSebastian Rasmussen-12/+13
2015-01-10Updates fixed-size suffixDuncan Regan-3/+3
2015-01-10Improvement of shootout-binarytrees.rsGuillaume Pinot-17/+21
2015-01-10Update 7.2.9 Array expressionsArmin Preiml-2/+2
2015-01-10auto merge of #20869 : nikomatsakis/rust/issue-18875, r=huonwbors-5/+41
2015-01-10add inline to every String functionJulian Orth-0/+15
2015-01-10Add Line Break to Robert Burns QuotePascal Hertleif-1/+1
2015-01-10Merge pull request #20851 from englishm/patch-1bors-1/+1
2015-01-10Merge pull request #20849 from scode/scode/fix-book-typobors-1/+1