about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-16small fix to str doc exampleSteve Klabnik-1/+1
2015-12-16Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatchbors-10/+25
2015-12-16Rollup merge of #30392 - Ms2ger:RestrictionResult, r=alexcrichtonManish Goregaokar-14/+14
2015-12-16Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrcManish Goregaokar-8/+35
2015-12-16Rollup merge of #30376 - salty-horse:btree_links, r=alexcrichtonManish Goregaokar-3/+8
2015-12-16Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichtonManish Goregaokar-7/+29
2015-12-16Rollup merge of #30368 - arielb1:region-unification-2, r=nikomatsakisManish Goregaokar-25/+61
2015-12-16Rollup merge of #30320 - nrc:err-names, r=@nikomatsakisManish Goregaokar-213/+308
2015-12-16Auto merge of #30300 - sanxiyn:syntax-ext, r=nikomatsakisbors-325/+332
2015-12-16Auto merge of #30206 - petrochenkov:newdepr, r=brsonbors-137/+1003
2015-12-16Auto merge of #30141 - oli-obk:fix/30117, r=arielb1bors-2/+91
2015-12-15Stop re-exporting RestrictionResult variants.Ms2ger-14/+14
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-7/+29
2015-12-15Mark libsyntax_ext unstableSeo Sanghyeon-0/+5
2015-12-15Fix custom deriving testsSeo Sanghyeon-6/+10
2015-12-15Fix expansion testsSeo Sanghyeon-4/+13
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-316/+305
2015-12-15Generated code spans now point to callsite parameters (where applicable)Daniel Campbell-8/+35
2015-12-15Auto merge of #30233 - retep998:where-in-the-world-is-windows-sdk, r=alexcric...bors-286/+173
2015-12-15Auto merge of #30105 - faineance:master, r=nrcbors-192/+191
2015-12-14Overhaul MSVC linker and Windows SDK detection codePeter Atashian-286/+173
2015-12-14Add links in BTreeSet docsOri Avtalion-3/+8
2015-12-14[breaking-change] move ast_util functions to methodsfaineance-192/+191
2015-12-14Auto merge of #30328 - sanxiyn:include-type-name, r=alexcrichtonbors-6/+31
2015-12-14Auto merge of #27937 - DiamondLovesYou:llvm-root-and-shared, r=alexcrichtonbors-42/+78
2015-12-14Auto merge of #30321 - sanxiyn:E0170, r=alexcrichtonbors-2/+29
2015-12-14Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelixbors-57/+132
2015-12-14Auto merge of #30369 - jethrogb:patch-2, r=steveklabnikbors-8/+8
2015-12-13Auto merge of #30351 - tamird:remove-range-inclusive, r=alexcrichtonbors-35/+23
2015-12-13Better support for `--llvm-root`.Richard Diamond-42/+78
2015-12-13Make BinaryHeap Dijkstra example return Optionjethrogb-8/+8
2015-12-13Auto merge of #30348 - shepmaster:box-any-docs, r=steveklabnikbors-3/+4
2015-12-13Auto merge of #30343 - Seeker14491:patch-1, r=blussbors-2/+3
2015-12-13Auto merge of #30342 - salty-horse:doc_links, r=steveklabnikbors-14/+42
2015-12-13Auto merge of #30339 - Manishearth:oops-i-did-it-again, r=eddybbors-1/+0
2015-12-13Auto merge of #30332 - bluss:nomicon-variance, r=gankrobors-5/+6
2015-12-13Auto merge of #30329 - salty-horse:punctuation, r=steveklabnikbors-1/+1
2015-12-13Auto merge of #30314 - fhahn:issue-30299-missing-fields, r=pnkfelixbors-3/+4
2015-12-13Remove duplicate test caseTamir Duberstein-20/+0
2015-12-13remove deprecated APIs missed in #30182Tamir Duberstein-15/+1
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+22
2015-12-13Auto merge of #30324 - jseyfried:unfix_30159, r=nrcbors-4/+3
2015-12-13Auto merge of #30310 - mbrubeck:doc-vec-bounds, r=steveklabnikbors-0/+30
2015-12-12Auto merge of #30309 - alexcrichton:more-tier-two, r=steveklabnikbors-24/+24
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-4/+121
2015-12-12Address the review commentsVadim Petrochenkov-62/+22
2015-12-12Auto merge of #30347 - rkruppe:misc-dec2flt-cleanup, r=alexcrichtonbors-8/+8
2015-12-12fix dropck performance regressionAriel Ben-Yehuda-25/+61
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-110/+899
2015-12-12Auto merge of #30110 - oli-obk:pretty_const_trans, r=pnkfelixbors-23/+17