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-09-03
Add an intital HIR and lowering step
Nick Cameron
-51
/
+50
2015-08-24
fallout from moving def-id
Niko Matsakis
-3
/
+3
2015-06-19
rustc: enforce stack discipline on ty::ctxt.
Eduard Burtescu
-2
/
+2
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-05-26
Make caching in stability work. This improves stability check performance
Ariel Ben-Yehuda
-1
/
+2
2015-05-21
Make various fixes:
Niko Matsakis
-2
/
+2
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-3
/
+7
2015-04-16
rustdoc: Fix cross-crate macro source links
Alex Crichton
-0
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-07
rustdoc: Encode ABI in all methods
Alex Crichton
-1
/
+2
2015-04-07
rustdoc: Don't duplicate inlined impl blocks
Alex Crichton
-2
/
+14
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-1
/
+1
2015-03-23
Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of
Niko Matsakis
-1
/
+1
2015-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-1
/
+3
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-1
/
+1
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-0
/
+8
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-2
/
+2
2015-02-22
Fix rustdoc fallout
Flavio Percoco
-0
/
+8
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-06
librustdoc has been updated
GuillaumeGomez
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-21
rustdoc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-57
/
+62
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
[next]