index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
visit_ast.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-7
/
+7
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-1
/
+2
2014-12-26
Changes to RustDoc
Nick Cameron
-2
/
+1
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-1
/
+2
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-1
/
+2
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-2
/
+2
2014-11-24
rustdoc: Render Sized? on traits and generics
Tom Jakubowski
-1
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-16
librustdoc: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-09
rustdoc: Implement constant documentation
Alex Crichton
-0
/
+13
2014-09-23
rustdoc: Don't try to inline the crate root
Alex Crichton
-2
/
+5
2014-09-23
rustdoc: Prevent infinite recursion when inlining
Alex Crichton
-2
/
+9
2014-09-14
rustdoc: fix fallout from using ptr::P.
Eduard Burtescu
-74
/
+59
2014-09-08
rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-13
/
+9
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-9
/
+9
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-4
/
+4
2014-08-12
Implement Index for HashMap
P1start
-1
/
+1
2014-07-25
rustdoc: Correctly handle local renamings
Alex Crichton
-6
/
+20
2014-07-21
repair macro docs
John Clements
-8
/
+24
2014-07-20
Implement new mod import sugar
Jakub Wieczorek
-1
/
+1
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-0
/
+21
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-10
/
+12
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-1
/
+1
2014-05-03
rustdoc: Allow forcing inlining of `pub use`
Alex Crichton
-7
/
+19
2014-04-28
auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw
bors
-1
/
+2
2014-04-27
rustdoc: External module item links to the module contents. Fixes #12926.
Kang Seonghoon
-1
/
+2
2014-04-26
syntax: ViewItemUse no longer contains multiple view paths.
Kang Seonghoon
-5
/
+3
2014-04-23
Support unsized types with the `type` keyword
Nick Cameron
-1
/
+1
2014-04-10
Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...
Kasey Carrothers
-2
/
+2
2014-04-03
syntax: Remove AbiSet, use one Abi
Alex Crichton
-2
/
+2
2014-03-31
rustdoc: Switch field privacy as necessary
Alex Crichton
-4
/
+4
2014-03-22
rustdoc: Fix fallout of removing get()
Alex Crichton
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-4
/
+4
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ Session usage.
Eduard Burtescu
-8
/
+5
2014-03-07
rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...
Liigo Zhuang
-1
/
+1
2014-03-01
librustdoc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-23
/
+36
2014-02-26
Mark top level module as a crate in rustdoc, closes #12507
Florian Hahn
-0
/
+1
2014-02-19
rustdoc: Show macros in documentation
Alex Crichton
-1
/
+8
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-2
/
+2
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-4
/
+4
2014-01-19
syntax: convert ast_map to use a SmallIntMap.
Huon Wilson
-4
/
+1
2014-01-09
Updated librustdoc and librustpkg to use the proper UpperCase names from libs...
Eduard Burtescu
-12
/
+12
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-22
/
+21
2014-01-07
Inline reexports in rustdoc
Alex Crichton
-134
/
+243
[next]