diff options
| author | Kevin Butler <haqkrs@gmail.com> | 2014-05-28 20:36:05 +0100 |
|---|---|---|
| committer | Kevin Butler <haqkrs@gmail.com> | 2014-05-30 17:55:42 +0100 |
| commit | 09fc34066b202ce454c3230368de63be621be98c (patch) | |
| tree | 56835089818f9b7067e38bf2bf3fa40b7934a2cd /src/libstd/rt/stack.rs | |
| parent | ed5bf6621e9bdea92b026f438eb7b88bcc85860e (diff) | |
| download | rust-09fc34066b202ce454c3230368de63be621be98c.tar.gz rust-09fc34066b202ce454c3230368de63be621be98c.zip | |
librustc: Fix snake case errors.
A number of functions/methods have been moved or renamed to align better with rust standard conventions. rustc::back::link::WriteOutputFile => write_output_file rustc::middle::ty::EmptyBuiltinBounds => empty_builtin_bounds rustc::middle::ty::AllBuiltinBounds => all_builtin_bounds rustc::middle::liveness::IrMaps => IrMaps::new rustc::middle::liveness::Liveness => Liveness::new rustc::middle::resolve::NameBindings => NameBindings::new rustc::middle::resolve::PrimitiveTypeTable => PrimitiveTypeTable::new rustc::middle::resolve::Resolver => Resolver::new rustc::middle::trans::datum::Datum => Datum::new rustc::middle::trans::datum::DatumBlock => DatumBlock::new rustc::middle::trans::datum::Rvalue => Rvalue::new rustc::middle::typeck::infer::new_ValsAndBindings => ::infer::unify::ValsAndBindings::new rustc::middle::typeck::infer::region_inference::RegionVarBindings => RegionVarBindings::new [breaking-change]
Diffstat (limited to 'src/libstd/rt/stack.rs')
0 files changed, 0 insertions, 0 deletions
