about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-24Auto merge of #38268 - withoutboats:parse_where_higher_rank_hack, r=eddybbors-0/+33
2016-12-23Auto merge of #38523 - camlorn:disable_field_reordering, r=nikomatsakisbors-36/+36
2016-12-23Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrcbors-2/+32
2016-12-23Auto merge of #38529 - nrc:save-sig, r=nikomatsakisbors-16/+320
2016-12-23Auto merge of #38511 - Mark-Simulacrum:drop-glue, r=eddybbors-226/+137
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-41/+1437
2016-12-23Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrcbors-258/+244
2016-12-23Allow legacy custom derive authors to disable warnings in downstream crates.Jeffrey Seyfried-2/+32
2016-12-22Convert fam to SymbolJeremy Soller-3/+3
2016-12-22Correct target_family messJeremy Soller-13/+19
2016-12-22Do not build emutls on RedoxJeremy Soller-1/+1
2016-12-22Revert rt.rsJeremy Soller-0/+2
2016-12-22Remove start functions, use newlib instead of openlibm + rallocJeremy Soller-167/+6
2016-12-22Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnikbors-19/+28
2016-12-22Remove outdated FIXME commentEsteban Küber-6/+0
2016-12-22Pretty-print `$crate::foo::bar` as `::foo::bar`.Jeffrey Seyfried-4/+5
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-257/+242
2016-12-21In order to successfully build, go back to rallocJeremy Soller-2/+2
2016-12-22rebasing fixNick Cameron-1/+1
2016-12-21Add RawFd traits for netJeremy Soller-15/+64
2016-12-22save-analysis signature stuff for json-api flavour.Nick Cameron-9/+8
2016-12-22signature info for other items (mods, fns, methods, etc.)Nick Cameron-50/+106
2016-12-22further lowering of signature dataNick Cameron-8/+89
2016-12-22field signaturesNick Cameron-7/+38
2016-12-22save-analysis: fix ICE on partially resolved pathNick Cameron-0/+4
2016-12-22save-analysis: add `Signature` info to structsNick Cameron-6/+139
2016-12-21Disable field reorderingAustin Hicks-36/+36
2016-12-21Make drop glue for unsized value pass two arguments instead of *(data, meta)Mark Simulacrum-226/+137
2016-12-21Merge branch 'redox_cross' of https://github.com/redox-os/rust into redox_crossJeremy Soller-3/+6
2016-12-21Update liblibc, go back to lazy linking openlibmJeremy Soller-1/+1
2016-12-21Auto merge of #38488 - srinivasreddy:rf_collections, r=aturonbors-95/+103
2016-12-21Auto merge of #38302 - Mark-Simulacrum:trans-cleanup, r=eddybbors-5020/+1904
2016-12-21Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakisbors-100/+401
2016-12-20Fix tidyJeremy Soller-3/+6
2016-12-20Fix rebase errors.Mark Simulacrum-2/+1
2016-12-20Reuse cleanup pad declared at start of block.Mark Simulacrum-3/+3
2016-12-20Improve cache quality for eh_personality.Mark Simulacrum-8/+8
2016-12-20Move eh_unwind_resume into CrateContextMark Simulacrum-44/+37
2016-12-20Simplify get_landing_pad by inlining UnwindKind.Mark Simulacrum-72/+22
2016-12-20Add unreachable() after calls to eh_unwind_resume.Mark Simulacrum-0/+2
2016-12-20Simplify callee by removing is_indirect branch.Mark Simulacrum-13/+6
2016-12-20Move eh_personality() onto CrateContextMark Simulacrum-53/+51
2016-12-20Remove outdated commentMark Simulacrum-3/+0
2016-12-20Remove fn_ty from FunctionContextMark Simulacrum-50/+40
2016-12-20slice_for_each gives a reference alreadyMark Simulacrum-1/+1
2016-12-20Reduce coerce_unsized_into to one callMark Simulacrum-10/+5
2016-12-20Remove outdated commentMark Simulacrum-1/+0
2016-12-20Inline make_drop_glueMark Simulacrum-82/+74
2016-12-20Remove needless checkMark Simulacrum-2/+0
2016-12-20Move get_landing_pad onto DropVal.Mark Simulacrum-80/+69