about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-22Rename README.txt to README.mdGeoff Yoerger-0/+0
2016-12-22Add relative hyperlinkGeoff Yoerger-1/+1
2016-12-22ICH: Make InlineAsm hashes stable.Michael Woerister-3/+43
2016-12-22Partial fix for #38489.Christoph Schulz-4/+26
2016-12-22Correct path of incremental artifactsAidan Hobson Sayers-1/+1
2016-12-22ICH: Don't store hashes for individual foreign items.Michael Woerister-5/+0
2016-12-22Fix Markdown list formatting.Chris Morgan-14/+14
2016-12-22Cleaned up the code and added tests.Ivan Molodetskikh-30/+110
2016-12-22Fix fs tests on Windows systems with non-english locales.Peter Atashian-20/+25
2016-12-22Fix debuginfo for unsized struct membersPhilip Craig-1/+46
2016-12-22Fix non-termination in `resolve`.Jeffrey Seyfried-2/+5
2016-12-22Remove outdated FIXME commentEsteban Küber-6/+0
2016-12-21fix String to &str castEsteban Küber-1/+1
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-21use &str instead of Stringbluss-8/+7
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-21ICH: Fix some omissions around foreign mods in hasher.Michael Woerister-9/+35
2016-12-21ICH: Add test case for extern mods.Michael Woerister-0/+272
2016-12-21Removes magenta build warning.Jason Campbell-1/+0
2016-12-21Make drop glue for unsized value pass two arguments instead of *(data, meta)Mark Simulacrum-226/+137
2016-12-21Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...Ivan Molodetskikh-4/+69
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-21Add missing examples in some thread functionsGuillaume Gomez-8/+43
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