summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-09HIR Expand Types - (minor) Replace TU_IFLET with a plain ifJohn Hodge1-6/+8
2019-11-09Misc - Fix some warnings from MSVCJohn Hodge3-5/+5
2019-11-09Standalone MIRI - Tweaks on windowsJohn Hodge1-2/+2
2019-11-09MIR Gen - Delete HIR once MIR is created (replace with a small node)John Hodge1-1/+10
2019-11-07HIR Typecheck - Work around a GCC 9 bugJohn Hodge1-6/+10
2019-11-03Resolve Use - Fix typo in setting up fast pathJohn Hodge1-1/+1
2019-11-03HIR - Correct enum repr typesJohn Hodge6-7/+23
2019-11-03Resolve - Reduce chance of excessive recursion when looking up glob use paths.John Hodge1-7/+20
2019-11-03Trans Mangling - Emit symbols longer than 128 bytes as hashes (to allow build...John Hodge1-5/+29
2019-11-03Codegen C - Fix a few MSVC compilation problems.John Hodge1-27/+30
2019-11-03HIR Expand Closures - Move closure prefix to a common locationJohn Hodge4-7/+8
2019-11-03Codegen C - Fix compilation errors on MSVC (and some warnings on GCC)John Hodge1-5/+12
2019-11-02Version - Bump to 0.9John Hodge1-2/+2
2019-11-02Merge branch 'nightly-1.29' - #95 Working support for rustc 1.29John Hodge164-9088/+18558
2019-10-29Codegen C - More inline assembly hackeryJohn Hodge1-0/+37
2019-10-29minicargo - Fixes to build script support for winapiJohn Hodge1-4/+4
2019-10-27Codegen C - Fix msvc atomic_storeJohn Hodge1-5/+1
2019-10-27Bump versionJohn Hodge1-1/+1
2019-10-27MSVC - General compilation fixes, `hello.exe` building and runningJohn Hodge3-51/+12
2019-10-27Codegen C - Fix some MSVC compilation errors (still has extern handle errors)John Hodge1-33/+112
2019-10-27Version - Tweak data for MSVC builds to indicate that it's unknownJohn Hodge1-4/+4
2019-10-27main - #122 Emit version starting with `rustc <targetver>` (to satisfy build ...John Hodge1-1/+8
2019-10-27HIR - Restore change from 0992c4af5242fc95e8cc028c5af7fb86424e624c (lost in s...John Hodge1-3/+5
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge22-106/+253
2019-10-26All - Compilation fixes on VS2015 (constructors, warnings, missing files, cla...John Hodge12-20/+79
2019-10-26Span - Avoid uninitialised valuesJohn Hodge1-1/+1
2019-10-26HIR Typecheck - Allow coercion to add `unsafe` to function pointersJohn Hodge3-2/+52
2019-10-26HIR Typecheck - Unify closure type determining (also shuts valgrind up)John Hodge3-2/+11
2019-10-26HIR Typecheck Expr - Avoid use-after-free in handling of integer operationsJohn Hodge1-1/+6
2019-10-26Trans Target - Avoid reading an undefined valueJohn Hodge1-1/+1
2019-10-26Expand HIR Closures - Avoid mutating module contents during iterationJohn Hodge2-16/+33
2019-10-22HIR Const Eval - Ensure that requisite items are constevaled before attemptin...John Hodge5-0/+76
2019-10-20MIR Optimise - Fix a mis-optimisatio when there's &mut-s aroundJohn Hodge1-1/+4
2019-10-19main - Renamed .hir to .rlibJohn Hodge1-1/+1
2019-10-19Codegen C - Tweak handling of dylibs at linkingJohn Hodge1-1/+4
2019-10-19HIR Const Eval - Avoid crash when HIR expansion changes the root nodeJohn Hodge1-1/+1
2019-10-13Expand - Hackily set the crate name from command line before expandJohn Hodge2-7/+11
2019-10-13Missing file (from a few weeks ago, oops)John Hodge1-0/+35
2019-10-12Codegen C - Don't link proc macros into final executableJohn Hodge1-7/+13
2019-10-11HIR Expand Closures - Copy if all captures are CopyJohn Hodge1-11/+7
2019-10-10HIR Expand Closures - Set source module in Copy implJohn Hodge1-1/+1
2019-10-08HIR Expand Closures - Impl Copy for Borrow/no-capture closuresJohn Hodge3-6/+43
2019-10-06HIR Typecheck - Return type for empty match statementsJohn Hodge1-0/+5
2019-10-06Resolve - Fix error not setting generic params on HIR type aliasesJohn Hodge1-1/+10
2019-10-06Expand - Pass attributes on struct/union/enums to custom derive codeJohn Hodge4-15/+37
2019-10-06Expand - Hand attributes to item attribute handlersJohn Hodge10-19/+21
2019-10-06Expand - Handle cfg_attr speciallyJohn Hodge1-9/+38
2019-10-06AST - Clean up location of attributes and span on mod-level itemsJohn Hodge15-196/+182
2019-10-05HIR Typecheck - Tweak: Prefer single-source if it's concrete and meets boundsJohn Hodge1-0/+28
2019-10-05HIR Typecheck - Handle unbound UFCS types properly in coercionsJohn Hodge1-1/+6