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