about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-28Auto merge of #33208 - nrc:save-json, r=pnkfelixbors-280/+905
2016-04-28Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakisbors-7/+108
2016-04-28Auto merge of #32980 - Aatch:better-mir-building, r=nagisabors-182/+298
2016-04-28update features RFCErgenekon Yigit-1/+1
2016-04-28update comments RFC and code snippetsErgenekon Yigit-2/+20
2016-04-27Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichtonbors-15/+43
2016-04-28Address style nitsJeffrey Seyfried-5/+7
2016-04-28Fix a typo in error messages in std::fs testsSimon Wollwage-2/+2
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-676/+625
2016-04-28Factor out function call checking to a helper methodJames Miller-49/+30
2016-04-28Check when building invoke as well as callsJames Miller-15/+41
2016-04-28Handle immediate tuples in `trans_arguments_untupled`James Miller-36/+36
2016-04-28Fix codegen-units testsJames Miller-6/+2
2016-04-28Move zero-sized type handling logic to `new_operand`James Miller-14/+17
2016-04-28Fix translation of `Assign`/`AssignOp` as rvaluesJames Miller-2/+9
2016-04-28Fixup testsJames Miller-6/+0
2016-04-28Address commentsJames Miller-142/+163
2016-04-28Various improvements to MIR and LLVM IR ConstructionJames Miller-107/+195
2016-04-27Add testsJeffrey Seyfried-0/+70
2016-04-27Auto merge of #33199 - mitaa:tokenize-responsibly, r=nrcbors-74/+148
2016-04-27Make some fatal lexer errors recoverablemitaa-74/+148
2016-04-27rustdoc: Render `extern fn` instead of `extern "C" fn`Oliver Middleton-8/+9
2016-04-28Review changes and satisfy make tidyNick Cameron-51/+51
2016-04-27std: Add compatibility with android-9Alex Crichton-36/+138
2016-04-27Auto merge of #33214 - oli-obk:const_err_var_exprs, r=eddybbors-67/+116
2016-04-27Fix use of the `move` command in the Windows shellTomáš Hübelbauer-1/+1
2016-04-27rustc_driver: Allow running the compiler with a FileLoaderAdolfo Ochagavía-10/+34
2016-04-27update Cargo.toml for rustbuildOliver Schneider-0/+1
2016-04-27Avoid using the hir map when visibility checking in `resolve`Jeffrey Seyfried-16/+44
2016-04-27Refactor away a use of `ast_map.span_if_local()`Jeffrey Seyfried-3/+13
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+42
2016-04-26Auto merge of #33226 - fabricedesre:update-llvm, r=alexcrichtonbors-1/+1
2016-04-27Refactor `resolve_crate_relative_path` and `resolve_module_relative_path`Jeffrey Seyfried-12/+16
2016-04-27Refactor away `get_trait_name`Jeffrey Seyfried-13/+4
2016-04-27Refactor away `is_static_method`Jeffrey Seyfried-25/+10
2016-04-27Refactor away `FallbackChecks` and remove dead codeJeffrey Seyfried-63/+6
2016-04-27Refactor field `span` of `NameBinding` from `Option<Span>` to `Span`.Jeffrey Seyfried-14/+13
2016-04-26Update llvm to 751345228a0ef03fd147394bb5104359b7a808beFabrice Desré-1/+1
2016-04-26Auto merge of #31414 - durka:clone-copy, r=alexcrichtonbors-40/+203
2016-04-26Auto merge of #33191 - alexcrichton:rustdoc-create-dir-all-racy, r=steveklabnikbors-6/+9
2016-04-26shallow Clone for #[derive(Copy,Clone)]Alex Burka-40/+203
2016-04-26Auto merge of #33142 - tshepang:split-long-line, r=guillaumegomezbors-2/+2
2016-04-26Update references-and-borrowing.mdKaiyin Zhong-0/+18
2016-04-26allow InternedString to be compared to &str directlyOliver Schneider-3/+25
2016-04-26Auto merge of #33203 - Ryman:patch-3, r=alexcrichtonbors-2/+2
2016-04-26don't demote expressions just because const_eval failsOliver Schneider-1/+39
2016-04-26skip non-const-path errors for nowOliver Schneider-1/+4
2016-04-26don't report bitshift overflow twiceOliver Schneider-22/+6
2016-04-26skip double negation in const evalOliver Schneider-39/+45
2016-04-26Auto merge of #32989 - GuillaumeGomez:e0393, r=Manishearthbors-2/+31