rust/src/librustdoc
bors adcae006d2 Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis
This PR modernizes some names in the type checker. The only remaining snake_case name in ty.rs is `ctxt` which should be resolved by @eddyb's pending refactor. We can bike shed over the names, it would just be nice to bring the type checker inline with modern Rust.

r? @eddyb 

cc @nikomatsakis
2015-07-12 19:22:11 +00:00
..
clean Remove snake_case names from ty.rs 2015-07-08 12:38:19 -07:00
html Rollup merge of #26967 - tsurai:master, r=steveklabnik 2015-07-12 18:35:54 +05:30
core.rs Auto merge of #26417 - brson:feature-err, r=steveklabnik 2015-06-20 14:24:19 +00:00
doctree.rs syntax: parse const fn for free functions and inherent methods. 2015-05-21 11:47:30 -04:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
fold.rs rustdoc: Run external traits through filters 2015-04-07 17:54:33 -07:00
lib.rs Implement RFC 1058 2015-07-12 00:47:56 +03:00
markdown.rs Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
passes.rs Implement RFC 1058 2015-07-12 00:47:56 +03:00
plugins.rs Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
test.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
visit_ast.rs rustc: enforce stack discipline on ty::ctxt. 2015-06-19 01:18:42 +03:00