summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
2015-09-03Add an intital HIR and lowering stepNick Cameron-51/+50
2015-08-24fallout from moving def-idNiko Matsakis-3/+3
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-2/+2
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+1
2015-05-26Make caching in stability work. This improves stability check performanceAriel Ben-Yehuda-1/+2
2015-05-21Make various fixes:Niko Matsakis-2/+2
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-3/+7
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-0/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-1/+2
2015-04-07rustdoc: Don't duplicate inlined impl blocksAlex Crichton-2/+14
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-1/+1
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-1/+3
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-1/+1
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-0/+8
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-2/+2
2015-02-22Fix rustdoc falloutFlavio Percoco-0/+8
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-06librustdoc has been updatedGuillaumeGomez-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-57/+62
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-05Reformat metadata for exported macrosKeegan McAllister-7/+7
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-1/+2
2014-12-26Changes to RustDocNick Cameron-2/+1
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-1/+2
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-1/+2
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-2/+2
2014-11-24rustdoc: Render Sized? on traits and genericsTom Jakubowski-1/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-16librustdoc: Remove all uses of {:?}.Luqman Aden-1/+1
2014-10-09rustdoc: Implement constant documentationAlex Crichton-0/+13
2014-09-23rustdoc: Don't try to inline the crate rootAlex Crichton-2/+5
2014-09-23rustdoc: Prevent infinite recursion when inliningAlex Crichton-2/+9
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-74/+59
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-13/+9
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-9/+9
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-4/+4
2014-08-12Implement Index for HashMapP1start-1/+1
2014-07-25rustdoc: Correctly handle local renamingsAlex Crichton-6/+20
2014-07-21repair macro docsJohn Clements-8/+24
2014-07-20Implement new mod import sugarJakub Wieczorek-1/+1
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-0/+21
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-10/+12
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-1/+1