about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-24test: Use `set sysroot` for more NDK compatibilityAlex Crichton-5/+6
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-494/+567
2016-05-24Satisfy tidyJonathan Turner-1/+10
2016-05-24Removed `type Bit` and `fn interpret` items from `trait BitDenotation`.Felix S. Klock II-62/+21
2016-05-24Back to single line between errors. Add header space to secondary filesJonathan Turner-4/+26
2016-05-24Replaced use of `interpret` method in `mir::dataflow::graphviz` with a client...Felix S. Klock II-76/+94
2016-05-24syntax: Make codemap::get_filemap() return an OptionKamal Marhubi-3/+4
2016-05-24move the `tcx` and `mir` parts of associated `Ctxt` onto each `BitDenotation`...Felix S. Klock II-79/+77
2016-05-24syntax/hir: give loop labels a spanGeorg Brandl-83/+99
2016-05-24Add comments and fix a nitJeffrey Seyfried-1/+9
2016-05-24Move issue-26480 cfail to ui test. Fix #33763Jonathan Turner-31/+63
2016-05-24Moved the four impls of `BitDenotation` to their own module, `mod impls`.Felix S. Klock II-569/+588
2016-05-24Rollup merge of #33810 - tmr232:patch-1, r=ManishearthGuillaume Gomez-1/+1
2016-05-24Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomezGuillaume Gomez-0/+1
2016-05-24Rollup merge of #33781 - GuillaumeGomez:err-codes, r=steveklabnikGuillaume Gomez-0/+228
2016-05-24Rollup merge of #33779 - GuillaumeGomez:repr-simd, r=steveklabnikGuillaume Gomez-12/+12
2016-05-24Rollup merge of #33759 - aakloxu:patch-2, r=steveklabnikGuillaume Gomez-2/+0
2016-05-24Rollup merge of #33692 - nham:fix_E0207, r=GuillaumeGomezGuillaume Gomez-15/+111
2016-05-24`mir::dataflow::sanity_check`: extract an `fn each_block` to simplify present...Felix S. Klock II-76/+86
2016-05-24Fix comment within sanity_check.Felix S. Klock II-3/+4
2016-05-24bug fix to `borrowck::indexed_set`: wanted bit-count not byte-count.Felix S. Klock II-1/+1
2016-05-24Avoid iterating two times over the list of LHSes.Leo Testard-5/+4
2016-05-24Make sure that macros that didn't pass LHS checking are not expanded.Leo Testard-42/+93
2016-05-24Fix asm-misplaced-option on ARM/AArch64Mátyás Mustoha-0/+2
2016-05-23rustbuild: Add support for --enable-local-rustAlex Crichton-4/+8
2016-05-24panic.rs: fix docs (recover -> catch_unwind)diwic-35/+35
2016-05-23Auto merge of #33787 - cuviper:local-rebuild, r=alexcrichtonbors-2/+12
2016-05-24format with [rustfmt_skip] and addressed a few commentsSrinivas Reddy Thatiparthy-80/+19
2016-05-24Fix invalid background color in stability elementsGuillaume Gomez-0/+4
2016-05-23Auto merge of #33664 - huonw:abs_sub, r=alexcrichtonbors-46/+24
2016-05-23Fix #33819 and update ui testJonathan Turner-1/+16
2016-05-23"the trait `Hash`" => "the `Hash` trait"Carol (Nichols || Goulding)-2/+2
2016-05-23Complete `PartialOrd`'s example so it passes make check-docsCarol (Nichols || Goulding)-0/+21
2016-05-23Improve the long explanation of E0207.Nick Hamann-15/+111
2016-05-23Move all `Default` docs from module to traitCarol (Nichols || Goulding)-73/+42
2016-05-23Prefer `ClassName` over `Self` in example trait implementationsCarol (Nichols || Goulding)-9/+9
2016-05-23Use `()` when referring to functionsCarol (Nichols || Goulding)-4/+4
2016-05-23Add some newlines in some code examplesCarol (Nichols || Goulding)-0/+2
2016-05-23"non equal" => "not equal"; consistent with the surrounding textCarol (Nichols || Goulding)-1/+1
2016-05-24Remove unused field and argumentSeo Sanghyeon-7/+2
2016-05-23"more than 32" => "more than 32 elements"Carol (Nichols || Goulding)-2/+2
2016-05-23Emphasize semantic differences of Copy/Clone rather than implCarol (Nichols || Goulding)-3/+4
2016-05-23Shorten, yet clarify, initial summary sentencesCarol (Nichols || Goulding)-2/+6
2016-05-23Update error format for readability. Add spacing header<->snippet and another...Jonathan Turner-1/+8
2016-05-23bootstrap: rename Config.rebuild to .local_rebuildJosh Stone-4/+4
2016-05-23revised mir-dataflow so bitvectors carry a phantom type for their index domain.Felix S. Klock II-180/+272
2016-05-24Do not inject test harness for --cfg testSeo Sanghyeon-6/+24
2016-05-23Auto merge of #33735 - jseyfried:concat_idents_in_ty_positions, r=nrcbors-21/+38
2016-05-23trans::collector: Remove some redundant calls to erase_regions().Michael Woerister-14/+32
2016-05-23Make the Default docs more like the other traitsCarol (Nichols || Goulding)-3/+26