about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-18Update error messages and error descriptionsVadim Petrochenkov-41/+44
2015-12-18Fix the falloutVadim Petrochenkov-50/+27
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-322/+258
2015-12-18Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakisbors-28/+490
2015-12-17Clarified shadowing exampleXmasreturns-4/+6
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-184/+214
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-114/+96
2015-12-18libsyntax: Merge OwnedSlice into ptr::PVadim Petrochenkov-115/+90
2015-12-17Added a functioning version of the assoc-oddities-3 test case toAaron Keen-0/+51
2015-12-17Removed test case. This now test successfully parses with theAaron Keen-16/+0
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: improve drain examples and remove secondary info from leading paragraphTshepang Lekhonkhobe-15/+26
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-17Add a debug implementation to process::OutputEd Clarke-0/+27
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-17libtest: change CLI usage string to be trueAlex Burka-2/+2
2015-12-17Don't import ParseResult's variants in dec2flt.Ms2ger-6/+5
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-17Trivial cleanupMichael McConville-3/+2
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-17test errorsNick Cameron-114/+131
2015-12-16Used bold and italic in the markdown to make the stack and heap documentation...Shiney-20/+22
2015-12-17A little more refactoring inside emitter.rsNick Cameron-45/+35
2015-12-17Add the files I fogot about earlierNick Cameron-0/+1027
2015-12-17Move a bunch of stuff from Session to syntax::errorsNick Cameron-68/+19
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-1109/+207
2015-12-16Auto merge of #29962 - aturon:coherence-errors, r=nmatsakisbors-50/+95
2015-12-16unit test for new error help.Felix S. Klock II-0/+60
2015-12-16Add note when item accessed from module via `m.i` rather than `m::i`.Guillaume Gomez-5/+64
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