about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-4/+8
2015-12-18Add memchr implemenation based on rust-memchr to libstdFlorian Hahn-0/+402
2015-12-18Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakisbors-28/+490
2015-12-17Auto merge of #30445 - steveklabnik:rollup, r=steveklabnikbors-44/+31
2015-12-17Rollup merge of #30443 - tshepang:just-a-rename, r=steveklabnikSteve Klabnik-9/+0
2015-12-17Rollup merge of #30442 - tshepang:typo, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30439 - swooster:swooster-nomicon-patch-1, r=steveklabnikSteve Klabnik-2/+2
2015-12-17Rollup merge of #30437 - tshepang:clarity, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30428 - steveklabnik:quickfix, r=apasel422Steve Klabnik-1/+1
2015-12-17Rollup merge of #30419 - shepmaster:rogue-I, r=alexcrichtonSteve Klabnik-1/+1
2015-12-17Rollup merge of #30415 - steveklabnik:remove_bad_stability_note, r=alexcrichtonSteve Klabnik-6/+0
2015-12-17Rollup merge of #30404 - Shiney:ImprovedStackHeap, r=steveklabnikSteve Klabnik-20/+22
2015-12-17Rollup merge of #30370 - zachreizner:patch-1, r=apasel422Steve Klabnik-2/+2
2015-12-17doc: no need to duplicate docs on renamed APITshepang Lekhonkhobe-9/+0
2015-12-17Test generic methodsSimonas Kazlauskas-1/+64
2015-12-17doc: fix typoTshepang Lekhonkhobe-1/+1
2015-12-17doc: add a missing commaTshepang Lekhonkhobe-1/+1
2015-12-17Auto merge of #30325 - jseyfried:fixes_30078, r=nrcbors-75/+60
2015-12-17Change "big ask" to "tall order" in Rustonomicon.Steve Wooster-2/+2
2015-12-17doc: improve clarity by introducing a pauseTshepang Lekhonkhobe-1/+1
2015-12-17rustc_resolve: fix a bug in which unused imports can get wrongly marked as us...Jeffrey Seyfried-16/+25
2015-12-17Remove unused importsJeffrey Seyfried-59/+35
2015-12-16small fix to str doc exampleSteve Klabnik-1/+1
2015-12-17Auto merge of #30354 - petrochenkov:defuse, r=sanxiynbors-10/+4
2015-12-16Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakisbors-96/+477
2015-12-16Used bold and italic in the markdown to make the stack and heap documentation...Shiney-20/+22
2015-12-16Auto merge of #29962 - aturon:coherence-errors, r=nmatsakisbors-50/+95
2015-12-16Remove rogue IJake Goulding-1/+1
2015-12-16Provide overlapping types for coherence errorsAaron Turon-50/+95
2015-12-16Remove incorrect words about libcore's stabilitySteve Klabnik-6/+0
2015-12-16Auto merge of #30337 - wesleywiser:mir_switch, r=nikomatsakisbors-2/+71
2015-12-16rustc: Remove def::DefUseVadim Petrochenkov-10/+4
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-15Regression tests for Issue 29793.Felix S. Klock II-0/+307
2015-12-15Ensure borrows of fn/closure params do not outlive invocations.Felix S. Klock II-96/+170
2015-12-15Implement translation for ConstVal::{Array,Repeat}Simonas Kazlauskas-11/+12
2015-12-15Implement references to functions and constantsSimonas Kazlauskas-16/+395
2015-12-15Const-eval more constants during MIR buildingSimonas Kazlauskas-4/+23
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-7/+29