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
Age
Commit message (
Expand
)
Author
Lines
2012-01-29
rustdoc: Move fn docs into the item tag
Brian Anderson
-131
/
+70
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-108
/
+48
2012-01-29
rustdoc: Add test that unexported resources are pruned
Brian Anderson
-1
/
+19
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-116
/
+103
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-75
/
+77
2012-01-29
rustdoc: Create an item tag to hold doc for all item types
Brian Anderson
-0
/
+12
2012-01-29
Fix mistake in previous commit
Marijn Haverbeke
-1
/
+2
2012-01-29
Fix bug where resolve didn't descend method ty params
Marijn Haverbeke
-1
/
+1
2012-01-28
Adding a function to concatanate vectors with a separator
Erick Tryzelaar
-0
/
+22
2012-01-28
std: Whitespace cleanup.
Erick Tryzelaar
-1
/
+2
2012-01-28
core: Flesh out vec find functions.
Erick Tryzelaar
-3
/
+125
2012-01-28
core: add vec spliting functions.
Erick Tryzelaar
-0
/
+146
2012-01-28
core: add (,r)position(,_from) functions
Erick Tryzelaar
-3
/
+137
2012-01-28
core: rename vec::position* functions
Erick Tryzelaar
-22
/
+25
2012-01-28
Merge remote-tracking branch 'mozilla/master'
Josh Matthews
-96
/
+249
2012-01-28
Disable lexical block and function debug info caches to improve compilation t...
Josh Matthews
-19
/
+18
2012-01-27
rt: Remove unused variable
Brian Anderson
-2
/
+2
2012-01-27
rustc: Make 'attempted access of field' error non-fatal
Brian Anderson
-1
/
+9
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-63
/
+96
2012-01-27
std: Long lines
Brian Anderson
-1
/
+2
2012-01-27
Re-apply fixes brson made.
Donovan Preston
-4
/
+4
2012-01-27
Implement timers.
Donovan Preston
-9
/
+83
2012-01-27
Make occurs check in ty::fixup_vars more reliable
Marijn Haverbeke
-13
/
+21
2012-01-27
Allow moving out of mutable unsafe pointers
Marijn Haverbeke
-10
/
+20
2012-01-27
Properly check enum types for recursion
Marijn Haverbeke
-6
/
+25
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-212
/
+203
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-224
/
+164
2012-01-27
Use the method name 'unary-' for overloading negation
Marijn Haverbeke
-3
/
+7
2012-01-26
rustdoc: Write both crates and mods as header level 1
Brian Anderson
-11
/
+11
2012-01-26
core: Long lines
Brian Anderson
-2
/
+4
2012-01-26
Merge pull request #1684 from rtanglao/master
Brian Anderson
-245
/
+134
2012-01-26
rustdoc: Write markdown for resources
Brian Anderson
-27
/
+57
2012-01-26
rustdoc: Add resource arg tys to doc tree
Brian Anderson
-1
/
+42
2012-01-26
rustdocs for f32.rs and f64.rs
Roland Tanglao
-245
/
+134
2012-01-26
rustdoc: Apply generic string-op passes to resources
Brian Anderson
-1
/
+46
2012-01-26
rustdoc: Promote resource long descriptions to brief descriptions
Brian Anderson
-1
/
+24
2012-01-26
rustdoc: Build resource arguments as well
Brian Anderson
-8
/
+23
2012-01-26
rustdoc: Prune undocumented resources
Brian Anderson
-1
/
+67
2012-01-26
rustdoc: Add resource attribute docs to the doc tree
Brian Anderson
-1
/
+48
2012-01-26
rustdoc: Parse resource doc attributes
Brian Anderson
-11
/
+76
2012-01-26
rustdoc: Add resource signatures to doc tree
Brian Anderson
-2
/
+34
2012-01-26
rustc: Add pprust::res_to_str
Brian Anderson
-8
/
+41
2012-01-26
rustdoc: Add resources to the doc fold
Brian Anderson
-4
/
+31
2012-01-26
rustdoc: Extract resources from the AST
Brian Anderson
-6
/
+39
2012-01-26
rustdoc: Add a resource node to the doc tree
Brian Anderson
-5
/
+19
2012-01-26
Remove the --no-core command-line option
Brian Anderson
-3
/
+1
2012-01-26
Register snapshots
Brian Anderson
-0
/
+7
2012-01-26
Merge pull request #1669 from graydon/inno-setup
Graydon Hoare
-0
/
+269
2012-01-26
rustdoc: Prune unexported enums and variants
Brian Anderson
-1
/
+92
2012-01-26
rustc: Switch the --no-core switch to a #[no_core] attribute
Brian Anderson
-12
/
+23
[prev]
[next]