about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-10compiletest: Remove uses of `Cell`.Patrick Walton-8/+6
2013-12-10libstd: Remove `Cell`s that were used because of `finally` by convertingPatrick Walton-41/+63
2013-12-10librustpkg: Make `io::ignore_io_error()` use RAII; remove a few morePatrick Walton-27/+59
2013-12-10libstd: Remove some cells involved inPatrick Walton-18/+12
2013-12-10librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.Patrick Walton-178/+210
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-387/+211
2013-12-10auto merge of #10886 : alexcrichton/rust/snapshots, r=huonwbors-0/+8
2013-12-10auto merge of #10862 : alexcrichton/rust/issue-10857, r=huonwbors-35/+63
2013-12-09Check the privacy of implemented traitsAlex Crichton-35/+63
2013-12-09auto merge of #10873 : pradeep90/rust/rust-mode-changes, r=pcwaltonbors-25/+269
2013-12-09auto merge of #10812 : alexcrichton/rust/lto, r=pcwaltonbors-152/+538
2013-12-09Register new snapshotsAlex Crichton-0/+8
2013-12-09Implement LTOAlex Crichton-124/+432
2013-12-09auto merge of #10823 : rapha/rust/master, r=alexcrichtonbors-11/+172
2013-12-10Implement PortReader and ChanWriterRaphael Speyer-11/+172
2013-12-09Store metadata separately in rlib filesAlex Crichton-78/+156
2013-12-09auto merge of #10881 : sanxiyn/rust/allocation-lint-2, r=alexcrichtonbors-23/+62
2013-12-10Extend allocation lint for boxing expressionsSeo Sanghyeon-23/+62
2013-12-09auto merge of #10840 : cmr/rust/any_docs2, r=huonwbors-1/+8
2013-12-09Add some Any docs.Corey Richardson-1/+8
2013-12-09auto merge of #10859 : huonw/rust/helper-dists, r=cmrbors-246/+568
2013-12-09auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichtonbors-8/+9
2013-12-08auto merge of #10867 : sfackler/rust/unsugared-doc, r=huonwbors-1/+29
2013-12-09Add defun motions for rust-mode.S Pradeep Kumar-25/+269
2013-12-08Disable failing test.Vadim Chugunov-0/+1
2013-12-08Use LLVM integrated assembler on Windows too.Vadim Chugunov-8/+8
2013-12-08Accept unsugared docs in missing-doc lintSteven Fackler-1/+29
2013-12-08auto merge of #10866 : ktt3ja/rust/edit-doc, r=huonwbors-3/+8
2013-12-08Fix comment on ast::DefStructKiet Tran-3/+8
2013-12-08encode trait lifetime params in metadata to allow cross-crate usageDavid Renshaw-0/+41
2013-12-08auto merge of #10477 : ktt3ja/rust/dead-code, r=alexcrichtonbors-1183/+722
2013-12-08std::rand: implement the student t distribution.Huon Wilson-1/+52
2013-12-08std::rand: implement the F distribution.Huon Wilson-1/+60
2013-12-08std::rand: implement the chi-squared distribution.Huon Wilson-2/+99
2013-12-08Remove dead codesKiet Tran-1130/+150
2013-12-08Add dead-code warning passKiet Tran-53/+572
2013-12-07Register new snapshotsAlex Crichton-9/+8
2013-12-07auto merge of #10844 : huonw/rust/deriving-expn-info, r=alexcrichtonbors-231/+299
2013-12-07auto merge of #10831 : luqmana/rust/9382, r=nikomatsakisbors-3/+55
2013-12-07std::rand: implement the log-normal distribution.Huon Wilson-2/+58
2013-12-07std::rand: move normal and exponential to their own file.Huon Wilson-244/+303
2013-12-07auto merge of #10824 : huonw/rust/str-doc, r=alexcrichtonbors-42/+321
2013-12-06auto merge of #10797 : pradeep90/rust/rust-mode-changes, r=brsonbors-18/+33
2013-12-06auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichtonbors-128/+47
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-29/+87
2013-12-07std::str: Add examples to the StrSlice trait.Huon Wilson-42/+321
2013-12-07syntax::deriving: indicate from which trait type errors (etc) ariseHuon Wilson-4/+22
2013-12-07syntax: print expansion info from #[attribute] macros in the correctHuon Wilson-4/+29
2013-12-07syntax::deriving: add the cx and span to the TraitDef to reduce duplication.Huon Wilson-226/+251
2013-12-06Made Results API more composableMarvin Löbel-128/+47