| Age | Commit message (Expand) | Author | Lines |
| 2014-09-15 | Add missing unused variable warnings for for loop bindings | Jakub Wieczorek | -8/+36 |
| 2014-09-15 | heap: rm out-of-date FIXMEs | Daniel Micay | -2/+0 |
| 2014-09-15 | silence various warnings in stdlib, no idea why they suddenly started | Niko Matsakis | -12/+11 |
| 2014-09-15 | add Send bound on impl because stricter trait checking requires it | Niko Matsakis | -1/+1 |
| 2014-09-15 | misc ppaux changes | Niko Matsakis | -11/+20 |
| 2014-09-15 | typeck/kind -- stop using old trait framework. | Niko Matsakis | -1800/+1271 |
| 2014-09-15 | trans -- stop tracking vtables precisely, instead recompute as needed. | Niko Matsakis | -544/+723 |
| 2014-09-15 | Port coherence to use the new trait matching code | Niko Matsakis | -309/+400 |
| 2014-09-15 | auto merge of #17199 : jakub-/rust/issues-that-need-tests, r=alexcrichton | bors | -0/+216 |
| 2014-09-15 | Guts of the new trait matching algorithm, not yet in use | Niko Matsakis | -106/+2856 |
| 2014-09-15 | Take core as a dependency on librlibc. This is needed so that it can | Niko Matsakis | -1/+2 |
| 2014-09-15 | Update error messages in compile-fail tests | Niko Matsakis | -256/+381 |
| 2014-09-15 | use _sample configurations..._ rather than _here_ as link text | Dan Connolly | -2/+2 |
| 2014-09-15 | remove rendundant function | Steve Klabnik | -4/+3 |
| 2014-09-15 | remove references to HM inference | Steve Klabnik | -6/+2 |
| 2014-09-15 | properly annotate C code in the guide | Steve Klabnik | -3/+3 |
| 2014-09-15 | Don't use 'here' | Steve Klabnik | -4/+4 |
| 2014-09-15 | json: Properly handle trailing comma error in object decoding. | Jonas Hietala | -2/+10 |
| 2014-09-15 | auto merge of #17208 : kmcallister/rust/llvm-diagnostics, r=thestinger | bors | -39/+366 |
| 2014-09-15 | Add tests for a few A-needstest issues | Jakub Wieczorek | -0/+216 |
| 2014-09-15 | auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichton | bors | -428/+29 |
| 2014-09-15 | auto merge of #17192 : skade/rust/fix-osx-linking, r=alexcrichton | bors | -1/+6 |
| 2014-09-15 | Only pass -fno-use-linker-plugin on Windows | Florian Gilcher | -1/+6 |
| 2014-09-15 | auto merge of #16853 : tbu-/rust/pr_mapinplace, r=aturon | bors | -0/+275 |
| 2014-09-14 | Add regression test for issue #17252 | Brian Koropoff | -0/+20 |
| 2014-09-14 | Separate static item recursion check into its own pass | Brian Koropoff | -56/+114 |
| 2014-09-14 | impl ExactSize for vec::MoveItems | Alexis Beingessner | -0/+2 |
| 2014-09-14 | Fixed `map_in_place` tests after rustc upgrade | Tobias Bucher | -8/+7 |
| 2014-09-14 | Added missing `}` from `map_in_place` rebase | Tobias Bucher | -0/+1 |
| 2014-09-14 | Remove the unused `Iterator` implementation of the private `PartialVec` | Tobias Bucher | -6/+0 |
| 2014-09-14 | Minimize the public interface and rename it to `map_in_place` | Tobias Bucher | -19/+21 |
| 2014-09-14 | Check that the `min_align_of` the both types in a `PartialVec` matches | Tobias Bucher | -2/+6 |
| 2014-09-14 | Fix some of the issues mentioned in the PR on Github | Tobias Bucher | -22/+43 |
| 2014-09-14 | PartialVec: Remove TODOs and rename `unwrap` to `into_vec` | Tobias Bucher | -8/+4 |
| 2014-09-14 | Add support for in-place map for `Vec`s of types with same size | Tobias Bucher | -0/+258 |
| 2014-09-14 | inlines contains in bitflags! | Felix Raimundo | -0/+1 |
| 2014-09-14 | auto merge of #17196 : vhbit/rust/jemalloc-update, r=thestinger | bors | -0/+0 |
| 2014-09-14 | auto merge of #17195 : tbu-/rust/pr_strfindoverflow2, r=alexcrichton | bors | -0/+3 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -36/+89 |
| 2014-09-14 | auto merge of #17130 : jakub-/rust/issue-17033, r=pcwalton | bors | -6/+69 |
| 2014-09-14 | auto merge of #13316 : eddyb/rust/ast-ptr, r=brson | bors | -5036/+4911 |
| 2014-09-14 | Display the doc-block toggle on everything again. | Huon Wilson | -1/+1 |
| 2014-09-13 | Add regression test for issue #17216 | Brian Koropoff | -0/+32 |
| 2014-09-13 | `rustc main.rs` generates main binary file | Santiago Pastorino | -3/+3 |
| 2014-09-14 | Fix fallout in macro_crate/quote tests. | Eduard Burtescu | -16/+15 |
| 2014-09-14 | syntax: document the ptr module. | Eduard Burtescu | -1/+30 |
| 2014-09-14 | syntax: implement in-place folding of P<T> and Vec<T>. | Eduard Burtescu | -4/+17 |
| 2014-09-14 | regex_macros: fix fallout from using ptr::P. | Eduard Burtescu | -19/+17 |
| 2014-09-14 | hexfloat: fix fallout from using ptr::P. | Eduard Burtescu | -4/+3 |
| 2014-09-14 | fourcc: fix fallout from using ptr::P. | Eduard Burtescu | -4/+3 |