about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-06rustdoc: Remove dummy UnknownBound variantTom Jakubowski-10/+4
2014-10-06auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichtonbors-54/+78
2014-10-06rustdoc: Support unboxed fn sugar in boundsTom Jakubowski-9/+21
2014-10-06rustdoc: Correctly name lifetimes in boundsTom Jakubowski-13/+30
2014-10-06rustdoc: make calls of markdown::render saferTom Jakubowski-1/+11
2014-10-06auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichtonbors-120/+173
2014-10-06Fixed iOS build (statics name lint)Valerii Hiora-0/+1
2014-10-06Remove the #[allow(non_uppercase_statics)] attr from bitflags!P1start-42/+37
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-78/+136
2014-10-06auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichtonbors-14/+86
2014-10-05update jemallocDaniel Micay-0/+0
2014-10-06auto merge of #17809 : thestinger/rust/windows, r=eddybbors-4/+4
2014-10-05flesh out BTree docsAlexis Beingessner-0/+48
2014-10-05work around yet another MinGW-w64 ASLR bugDaniel Micay-4/+4
2014-10-05auto merge of #17794 : SimonSapin/rust/patch-8, r=alexcrichtonbors-4/+5
2014-10-05Fix handling of struct variants in a couple of placesJakub Wieczorek-14/+86
2014-10-05Build regression test for issue #17021 with -gBrian Koropoff-0/+2
2014-10-05Handle emitting debug info for unboxed closuresBrian Koropoff-54/+76
2014-10-05auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichtonbors-1/+24
2014-10-05adding iterator benches to tree-based maps for comparison purposesAlexis Beingessner-18/+92
2014-10-05Add regression test for issue #17734Brian Koropoff-0/+23
2014-10-05Fix cfg syntax warnings in libnativeMichael Gehring-8/+4
2014-10-05String::truncate doc: also fails if not a char boundarySimon Sapin-4/+5
2014-10-05auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichtonbors-23/+81
2014-10-05Add regression test for issue #17780Brian Koropoff-0/+50
2014-10-05Fix unit test that was illegally mutating an upvarBrian Koropoff-2/+2
2014-10-05Categorize upvars in `Fn` unboxed closures as freely aliasableBrian Koropoff-2/+23
2014-10-05Track kind of closure in upvar categorizationBrian Koropoff-33/+61
2014-10-05auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestingerbors-0/+93
2014-10-05auto merge of #17776 : luqmana/rust/ul, r=alexcrichtonbors-19/+59
2014-10-05auto merge of #17774 : lambda/rust/docs-mention-hoedown, r=steveklabnikbors-2/+2
2014-10-04Add tests for intrinsics::unreachableKeegan McAllister-0/+81
2014-10-04Add intrinsics::unreachableKeegan McAllister-0/+12
2014-10-05auto merge of #17772 : bkoropoff/rust/issue-17767, r=alexcrichtonbors-2/+2
2014-10-05Give a more descriptive error when marking non-test items as #[test]P1start-12/+41
2014-10-05Tweak ‘discriminant value already exists’ error messageP1start-4/+33
2014-10-04auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichtonbors-6/+6
2014-10-05Rename vector patterns to array patternsP1start-7/+7
2014-10-04auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichtonbors-0/+35
2014-10-04auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichtonbors-9/+28
2014-10-04Changed `extern crate foo as bar;` error messageFelix Raimundo-5/+28
2014-10-04auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddybbors-18/+60
2014-10-04docs: Reference hoedown instead of sundownBrian Campbell-2/+2
2014-10-04Update LLVM.Luqman Aden-19/+59
2014-10-04Fix infinite recursion in Writer impl for &mut WriterBrian Koropoff-2/+2
2014-10-04Register new snapshotsBjörn Steinbrink-11/+13
2014-10-04Make examples for AtomicInt refer to AtomicIntPeter Minten-6/+6
2014-10-04auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddybbors-2/+1
2014-10-03Correctly generate drop glue for `Box<str>`Brian Koropoff-1/+1
2014-10-03Add regression test for issue #17758Brian Koropoff-0/+22