summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-27Closes #9243 Test caseFlavio Percoco-0/+23
2014-02-27Forbid certain types for static itemsFlavio Percoco-1/+279
2014-02-27Replaced list::push() with unshift() based on List<T>Bruno de Oliveira Abinader-7/+13
2014-02-27Refactored list::append() to be based on List<T>Bruno de Oliveira Abinader-13/+13
2014-02-27Refactored list::tail() to be based on List<T>Bruno de Oliveira Abinader-12/+12
2014-02-27Refactored list::head() to be based on List<T>Bruno de Oliveira Abinader-21/+19
2014-02-27Replaced list::has() with list::contains()Bruno de Oliveira Abinader-14/+13
2014-02-27Removed deprecated list::{iter,each}() functionsBruno de Oliveira Abinader-28/+0
2014-02-27Implemented list::is_empty() based on Container traitBruno de Oliveira Abinader-17/+12
2014-02-27Implemented list::len() based on Container traitBruno de Oliveira Abinader-11/+12
2014-02-27Removed list::any() in favor of iter().any()Bruno de Oliveira Abinader-25/+7
2014-02-27Removed list::find() in favor of iter().find()Bruno de Oliveira Abinader-30/+11
2014-02-27Removed list::foldl() in favor of iter().fold()Bruno de Oliveira Abinader-33/+10
2014-02-27Replaced list::each with iter() in get_regionBruno de Oliveira Abinader-15/+9
2014-02-27Replaced list::each with iter() in Arenas's Drop implBruno de Oliveira Abinader-6/+3
2014-02-27Implemented Items<'a, T> for List<T>Bruno de Oliveira Abinader-0/+46
2014-02-27Modified list::from_vec() to return List<T>Bruno de Oliveira Abinader-24/+29
2014-02-27Implement Eq for Cell<T>Bruno de Oliveira Abinader-0/+9
2014-02-27Renamed variablesBruno de Oliveira Abinader-67/+65
2014-02-27Replaced @List with ~List in Rust's recursive exampleBruno de Oliveira Abinader-2/+2
2014-02-27Forbid moves out of static items Closes #10577Flavio Percoco-20/+36
2014-02-27Keep track of Enum's with destructorsFlavio Percoco-0/+1
2014-02-27Implement `has_dtor` method in TypeContentsFlavio Percoco-0/+4
2014-02-27Remove unused type_is_pod functionFlavio Percoco-55/+29
2014-02-26auto merge of #12581 : alexcrichton/rust/older-llvm, r=brsonbors-8/+78
2014-02-26auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brsonbors-47/+239
2014-02-27Fix a pretty printer crash on `/***`.Chris Morgan-1/+15
2014-02-26rustc: Don't deduplicate libraries linked toAlex Crichton-6/+31
2014-02-26rustc: Get rustc compiling with LLVM 3.{3,4} againAlex Crichton-8/+78
2014-02-26auto merge of #12572 : lifthrasiir/rust/owned-ptr-static-bound, r=alexcrichtonbors-6/+36
2014-02-26auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichtonbors-19/+9
2014-02-27rustc: Explicitly mention type params with missing `'static` boundsKang Seonghoon-6/+36
2014-02-26auto merge of #12570 : kyrias/rust/master, r=cmrbors-2/+2
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-550/+478
2014-02-26Rename a few typeck method-related structures to UpperCamelCase.Eduard Burtescu-119/+115
2014-02-26tutorial: Missing tildes around .notrust blockJohannes Löthberg-2/+2
2014-02-26Mark top level module as a crate in rustdoc, closes #12507Florian Hahn-2/+14
2014-02-25auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelixbors-4/+4
2014-02-25auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brsonbors-5/+60
2014-02-25auto merge of #12548 : alexcrichton/rust/up-llvm, r=huonw,brsonbors-3/+3
2014-02-25std: Tweak stack overflow printing for robustnessAlex Crichton-5/+60
2014-02-25auto merge of #12539 : gmjosack/rust/master, r=alexcrichtonbors-1/+0
2014-02-25auto merge of #12493 : eddyb/rust/saner-overloads, r=nikomatsakisbors-277/+193
2014-02-25auto merge of #12457 : alexcrichton/rust/fix-some-tests, r=brsonbors-1317/+304
2014-02-25auto merge of #12408 : alexcrichton/rust/manual-crate-map, r=brsonbors-8/+100
2014-02-25Update LLVMAlex Crichton-3/+3
2014-02-25tutorial: clearer explanation of freezing.Jag Talon-4/+4
2014-02-25Add a method of manually specifying the crate mapAlex Crichton-8/+100
2014-02-25test: Clean out the test suite a bitAlex Crichton-1317/+304
2014-02-25auto merge of #12537 : kballard/rust/add-test-to-doc-index, r=alexcrichtonbors-0/+1