about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-05-25trans: remove unused symbol_names::exported_name_with_suffix.Eduard Burtescu-24/+6
2016-05-25rustc: use a simpler scheme for plugin registrar symbol names.Eduard Burtescu-14/+27
2016-05-24placate tidy in compile-fail test.Felix S. Klock II-1/+1
2016-05-24placate tidy in `mir::gather_moves`.Felix S. Klock II-1/+2
2016-05-24placate tidy in `mir::dataflow`.Felix S. Klock II-3/+2
2016-05-24placate tidy in `mir::dataflow::graphviz`.Felix S. Klock II-3/+7
2016-05-24threaded a `ty::ParameterEnvironment` for the current node id via the associa...Felix S. Klock II-44/+56
2016-05-25refactor autoderef to avoid registering obligationsAriel Ben-Yehuda-356/+388
2016-05-24Apply visit_path to import prefixes by defaultVadim Petrochenkov-26/+8
2016-05-24correct typo in commentNiko Matsakis-1/+1
2016-05-24Auto merge of #33833 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-30/+353
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-23mk: Fix bootstrapping cross-hosts on betaAlex Crichton-9/+20
2016-05-23Auto merge of #33787 - cuviper:local-rebuild, r=alexcrichtonbors-2/+35
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