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-12-18
Abstract away differences between Vec and ptr::P in HIR
Vadim Petrochenkov
-4
/
+4
2015-12-12
Support `#[deprecated]` in rustdoc
Vadim Petrochenkov
-0
/
+18
2015-12-12
Implement `#[deprecated]` attribute (RFC 1270)
Vadim Petrochenkov
-1
/
+1
2015-11-26
rustdoc: only show macro arm's lhs
Jonas Schievink
-0
/
+4
2015-11-19
Changes to data produced by privacy pass
Vadim Petrochenkov
-1
/
+1
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-4
/
+6
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-2
/
+2
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-1
/
+1
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-1
/
+1
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-5
/
+5
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-2
/
+1
2015-10-13
Unify structures and enum variants in HIR
Vadim Petrochenkov
-1
/
+1
2015-10-01
build up a set of node-ids that we can construct def-ids from
Niko Matsakis
-2
/
+5
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-5
/
+7
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-2
/
+1
2015-09-22
Use Names in path fragments and MacroDef
Vadim Petrochenkov
-4
/
+4
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-5
/
+5
2015-09-17
Remove Visibility field from enum variants
Simonas Kazlauskas
-1
/
+0
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-4
/
+4
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
[next]