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
/
reexport_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-2
/
+2
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+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
-23
/
+23
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-10
/
+10
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-23
/
+23
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-23
/
+23
2012-06-24
Remove resources
Tim Chevalier
-6
/
+0
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-3
/
+3
2012-06-14
Comments only: annotate FIXMEs in rustdoc
Tim Chevalier
-1
/
+1
2012-06-13
Box AST idents
Brian Anderson
-4
/
+4
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-5
/
+4
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-21
change list so that it must be used in a purely boxed fashion
Niko Matsakis
-1
/
+1
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-5
/
+5
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-1
/
+1
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-3
/
+3
2012-04-06
Re-rename option functions
Tim Chevalier
-1
/
+1
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-8
/
+9
2012-04-02
Rename some core::option functions
Tim Chevalier
-1
/
+1
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-2
/
+2
2012-03-20
rustdoc: Refactor reexport_pass
Brian Anderson
-66
/
+50
2012-03-20
rustdoc: Document impl reexports
Brian Anderson
-0
/
+143
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-2
/
+2
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-1
/
+1
2012-03-08
Rename last_total to last_unsafe
Tim Chevalier
-1
/
+3
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-06
Track all exports in exp_map
Marijn Haverbeke
-19
/
+24
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-16
/
+16
2012-02-27
rustdoc: Time passes
Brian Anderson
-5
/
+8
2012-02-24
rustdoc: Reexport native functions
Brian Anderson
-1
/
+23
2012-02-24
rustdoc: Don't prune reexports
Brian Anderson
-12
/
+21
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-2
/
+2
2012-02-24
rustdoc: Add doc node for native mods
Brian Anderson
-0
/
+1
2012-02-23
rustc: Don't add duplicate entries to exp_map
Brian Anderson
-1
/
+12
2012-02-23
rustdoc: Make reexports work in the crate module
Brian Anderson
-1
/
+29
2012-02-21
rustdoc: Convert most passes to parallel folds
Brian Anderson
-0
/
+1
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-12
/
+14
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-2
/
+2
2012-02-20
rustdoc: astsrv::exec should return sendable types
Brian Anderson
-30
/
+49
2012-02-20
rustdoc: Document reexports
Brian Anderson
-0
/
+299