about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2013-02-17Remove use of capture clause #4965Seth Pink-4/+4
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-3/+3
2013-02-15librustdoc: Get rid of `move`.Luqman Aden-46/+46
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-18/+18
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-20/+20
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-23/+15
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-70/+62
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-12/+12
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-12/+12
2013-02-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-12/+12
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-12/+12
2013-02-03oldmap: implement core::container::ContainerDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-4/+4
2013-02-01rustdoc: Convert to pipesBrian Anderson-14/+12
2013-02-01rustdoc: Remove stray modeBrian Anderson-1/+1
2013-02-01rustdoc: Remove another use of oldcommBrian Anderson-8/+3
2013-02-01rustdoc: Fix some search-and-replace falloutBrian Anderson-10/+10
2013-02-01rustdoc: Remove definitions of spawn_listener and spawn_conversationBrian Anderson-24/+0
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-9/+9
2013-02-01Long linesBrian Anderson-1/+2
2013-02-01rustdoc: Convert page_pass to pipesBrian Anderson-14/+17
2013-02-01rustdoc: Convert astsrv to pipesBrian Anderson-107/+122
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-9/+9
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-12/+13
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-82/+110
2013-01-30Removing interior mut on vectors, round 1Ben Striegel-1/+1
2013-01-30rustdoc: deny(deprecated_self)Brian Anderson-24/+23
2013-01-30rustdoc: Remove structural recordsBrian Anderson-29/+36
2013-01-30rustdoc: De-modeBrian Anderson-255/+254
2013-01-30rustdoc: Stop using a custom error handler. Closes #4698Brian Anderson-55/+2
2013-01-30rustdoc: deny(deprecated_mode)Brian Anderson-69/+70
2013-01-30rustdoc: Various bits of modernizationBrian Anderson-259/+259
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-43/+30
2013-01-29rustdoc: Remove structural records from tests. Fixes build breakageTim Chevalier-83/+75
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-340/+128
2013-01-28Add #[legacy_records] crate attributeTim Chevalier-0/+1
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-5/+5
2013-01-14convert ast::struct_def to a structErick Tryzelaar-1/+1
2013-01-14convert ast::item into a structErick Tryzelaar-11/+11
2013-01-14convert ast::foreign_item to a structErick Tryzelaar-1/+1
2013-01-10Use filtered instead of filter in rustdoc. Fixes segfault.Tim Chevalier-1/+1
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-11/+13
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-16/+16
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-5/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-50/+122
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-122/+50
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-50/+122
2013-01-04Rename option::get_default => get_or_default, get_zero => get_or_zeroTim Chevalier-2/+2