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
/
rustdoc
/
tystr_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-28
rustdoc: Fix build errors
Brian Anderson
-1
/
+2
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
rustdoc: Also don't print struct attributes
Brian Anderson
-5
/
+15
2012-09-20
rustdoc: Don't print struct drop blocks
Brian Anderson
-0
/
+28
2012-09-19
rustdoc: Begin support for structs
Brian Anderson
-0
/
+27
2012-09-18
rustdoc: Camel case
Brian Anderson
-32
/
+32
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-3
/
+3
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-6
/
+6
2012-09-04
Remove 'with'
Brian Anderson
-18
/
+18
2012-08-26
Camel case the option type
Brian Anderson
-21
/
+21
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-2
/
+2
2012-08-23
Remove match checks in rustdoc
Tim Chevalier
-6
/
+12
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-22
intern identifiers
Paul Stansifer
-15
/
+20
2012-08-08
rustdoc: Update for new impl syntax
Brian Anderson
-4
/
+4
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-10
/
+10
2012-08-05
Switch alts to use arrows
Brian Anderson
-15
/
+15
2012-08-03
rustc: Parse, serialize, and deserialize trait inheritance
Patrick Walton
-1
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-18
syntax: Parse multiple trait refs in a single implementation
Patrick Walton
-9
/
+9
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+1
2012-07-17
Get rustdoc working with std::par instead of its own par library. Closes #2885.
Zack Corr
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-27
/
+27
2012-07-13
Front-end support for default impls in traits.
Lindsey Kuper
-6
/
+20
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-5
/
+5
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-16
/
+16
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-2
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-13
/
+13
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-16
/
+16
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-2
/
+2
2012-06-24
Remove resources
Tim Chevalier
-28
/
+0
2012-06-13
Box AST idents
Brian Anderson
-5
/
+5
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-2
/
+2
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-3
/
+3
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-2
/
+2
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-4
/
+4
2012-03-18
rustdoc: Print type params in fn sigs. Closes #2021
Brian Anderson
-18
/
+29
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-2
/
+2
2012-03-08
rustdoc: Don't bother reporting the type of return values
Brian Anderson
-163
/
+0
2012-03-08
rustdoc: Don't bother reporting the type of arguments
Brian Anderson
-111
/
+0
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-3
/
+3
[next]