about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-03-06Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkovbors-21/+45
2017-03-06Auto merge of #40276 - topecongiro:add-test, r=petrochenkovbors-0/+118
2017-03-06Add missing tests for 'E-needstest' labeled issuestopecongiro-0/+118
2017-03-06Fix ICE: don't use `struct_variant` on enumsEsteban Küber-1/+39
2017-03-05Fix const expression macro invocations.Jeffrey Seyfried-21/+45
2017-03-05Auto merge of #40266 - Mark-Simulacrum:cleanup-parser, r=petrochenkovbors-8/+6
2017-03-05Add compile fail test for stmt_expr_attributestopecongiro-1/+14
2017-03-04Inline function to avoid naming confusion.Mark Simulacrum-8/+6
2017-03-04Automate timestamp creation and build skipping for native librariesVadim Petrochenkov-80/+56
2017-03-04Do not purge LLVM build directory on rebuildVadim Petrochenkov-15/+21
2017-03-04Separate "ui-fulldeps" tests from "ui" testsVadim Petrochenkov-2/+4
2017-03-04bootstrap.py: Report build statusVadim Petrochenkov-6/+15
2017-03-04run-make on MSVC: Do not generate object files in the source directoryVadim Petrochenkov-1/+1
2017-03-04Build compiler-rt and sanitizers only onceVadim Petrochenkov-86/+123
2017-03-04Support combination MSVC + NinjaVadim Petrochenkov-8/+8
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-16/+13
2017-03-04import reference submodulesteveklabnik-0/+0
2017-03-04remove referencesteveklabnik-5316/+0
2017-03-04Auto merge of #40245 - cuviper:maybe-not-pie, r=alexcrichtonbors-4/+4
2017-03-04Auto merge of #40242 - cramertj:fix-while-let-ribs-scope, r=petrochenkovbors-0/+18
2017-03-04Auto merge of #40207 - phil-opp:llvm-submodule-update, r=alexcrichtonbors-1/+1
2017-03-04Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrcbors-535/+555
2017-03-04Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakisbors-136/+235
2017-03-03Auto merge of #39917 - alexcrichton:build-cargo, r=brsonbors-167/+1118
2017-03-03Let `-Crelocation-model` better control `-pie` linkingJosh Stone-4/+4
2017-03-03Fix missing WhileLet pattern scopeTaylor Cramer-0/+18
2017-03-03Auto merge of #40101 - danobi:feat_gate_test_simd, r=alexcrichtonbors-1/+23
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-165/+509
2017-03-03Auto merge of #40133 - arielb1:operand-lifetimes, r=eddybbors-130/+356
2017-03-03work around LLVM PR#32123Ariel Ben-Yehuda-1/+2
2017-03-03fix codegen testAriel Ben-Yehuda-5/+3
2017-03-03make operands live to the end of their containing expressionAriel Ben-Yehuda-56/+257
2017-03-03Auto merge of #40189 - SimonSapin:one-width, r=alexcrichtonbors-118/+12
2017-03-03Auto merge of #40178 - arielb1:provide-destructors, r=eddybbors-129/+133
2017-03-03Auto merge of #40152 - eddyb:order-in-rustbuild, r=alexcrichtonbors-8/+21
2017-03-03Fix fallout in unit tests.Jeffrey Seyfried-53/+45
2017-03-03Fix `token::Eof` spans.Jeffrey Seyfried-2/+6
2017-03-03Integrate `TokenStream`.Jeffrey Seyfried-319/+276
2017-03-03Introduce `syntax::parse::parser::TokenCursor`.Jeffrey Seyfried-115/+173
2017-03-03Optimize `syntax::tokenstream::Cursor`.Jeffrey Seyfried-60/+63
2017-03-03Remove lifetime parameter from `syntax::tokenstream::Cursor`.Jeffrey Seyfried-34/+40
2017-03-02Add compile fail test for SIMDDaniel Xu-1/+23
2017-03-03Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddybbors-401/+266
2017-03-02schedule drops on bindings only after initializing themAriel Ben-Yehuda-72/+98
2017-03-02Auto merge of #40216 - frewsxcv:rollup, r=frewsxcvbors-144/+411
2017-03-02Rollup merge of #40166 - aidanhs:aphs-index-coerce, r=nikomatsakisCorey Farwell-1/+23
2017-03-02Rollup merge of #40139 - tedsta:fuchsia_std_process_fix, r=alexcrichtonCorey Farwell-27/+31
2017-03-02Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfriedCorey Farwell-10/+213
2017-03-02Rollup merge of #40117 - SimonSapin:to-err-is-for-the-formatter, r=alexcrichtonCorey Farwell-2/+16
2017-03-02Rollup merge of #40110 - benschreiber:nostackcheck, r=brsonCorey Farwell-7/+35