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-23
cargo: Remove unused imports - work around mystery resolve failure
Brian Anderson
-4
/
+1
2012-01-23
Merge pull request #1628 from startling/cargo-descriptions
Brian Anderson
-0
/
+14
2012-01-23
Added a newline after each description.
tim
-1
/
+1
2012-01-23
Get `description` attribute for packages from json.
tim
-2
/
+9
2012-01-23
s/block()/fn()/g
Niko Matsakis
-155
/
+152
2012-01-23
Fix win32 command-line quoting on rust_run_program.
Graydon Hoare
-4
/
+62
2012-01-23
Steps towards package descriptions.
tim
-0
/
+7
2012-01-23
core: Format comm docs correctly
Brian Anderson
-16
/
+20
2012-01-23
rustdoc: Correctly indent multiline fn signatures
Brian Anderson
-4
/
+32
2012-01-23
rustdoc: Use the standard markdown syntax for code blocks
Brian Anderson
-6
/
+4
2012-01-23
test: Add no-reformat directive to compile-fail/issue-1362
Brian Anderson
-2
/
+2
2012-01-23
Add regression test for issue #1362.
Kevin Atkinson
-0
/
+8
2012-01-23
Add regresion tests for issue #1448 and #1387.
Kevin Atkinson
-0
/
+12
2012-01-23
When replacing a pattern variable in macro expansion use the span of
Kevin Atkinson
-6
/
+6
2012-01-23
Allow ast_fold_precursor to change the span.
Kevin Atkinson
-83
/
+113
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-26
/
+47
2012-01-23
Change "file" of injected string from "-" to "<anon>", less confusing
Kevin Atkinson
-1
/
+1
2012-01-23
Revert "rustc: Exclude stdin from codemap files when lookup_pos".
Kevin Atkinson
-5
/
+3
2012-01-23
core: Write docs that format correctly in markdown or pandoc
Brian Anderson
-4
/
+2
2012-01-23
core: More doc tweaks
Brian Anderson
-5
/
+5
2012-01-23
core: Reformat the crate docs to look nicer
Brian Anderson
-14
/
+14
2012-01-23
wip
Brian Anderson
-5
/
+7
2012-01-23
core: Add crate docs
Brian Anderson
-0
/
+16
2012-01-23
Change rustc and rustdoc's #[desc] attribute to #[comment]
Brian Anderson
-2
/
+2
2012-01-23
Revert "rustdoc: Get the crate brief description from the 'desc' attr"
Brian Anderson
-35
/
+5
2012-01-23
rustdoc: Print return value descriptions on same line as type
Brian Anderson
-4
/
+14
2012-01-23
rustdoc: Prune undocumented return values
Brian Anderson
-0
/
+19
2012-01-23
rustdoc: Don't prune functions with documented arguments
Brian Anderson
-0
/
+13
2012-01-23
rustdoc: Prune undocumented fn args
Brian Anderson
-40
/
+58
2012-01-23
add msgsend.rs to benchmarks
Niko Matsakis
-0
/
+60
2012-01-23
Check that the names mentioned in tag exports are actually types (or variants)
Tim Chevalier
-2
/
+108
2012-01-23
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-63
/
+89
2012-01-23
rustdoc: Prune undocumented modules
Brian Anderson
-0
/
+58
2012-01-23
rustdoc: Get the crate brief description from the 'desc' attr
Brian Anderson
-5
/
+35
2012-01-23
rustdoc: Add a script for running rustdoc output through markdown/pandoc
Brian Anderson
-0
/
+34
2012-01-22
Point to correct cargo-central.
Matthew O'Connor
-1
/
+1
2012-01-22
std: Add some hacks to use libuv
Brian Anderson
-1
/
+507
2012-01-22
core: Reexport all the imports in f32/64
Brian Anderson
-0
/
+42
2012-01-22
Register snapshots
Brian Anderson
-0
/
+7
2012-01-21
update to new tag syntax
Niko Matsakis
-1
/
+1
2012-01-21
use u64 and not uint; otherwise shift results are undef. in 32 bit
Niko Matsakis
-7
/
+7
2012-01-21
update to use u64; u32 has undefined results
Niko Matsakis
-1
/
+6
2012-01-21
wrap line
Niko Matsakis
-1
/
+2
2012-01-21
unify size_of, align_of into one call (metrics)
Niko Matsakis
-104
/
+474
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-268
/
+286
2012-01-21
std: Remove extfmt. Has been moved to core. Closes #1600
Brian Anderson
-455
/
+1
2012-01-21
issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror...
Graham Fawcett
-8
/
+8
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-56
/
+56
2012-01-21
fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...
Graham Fawcett
-15
/
+15
2012-01-21
Merge pull request #1598 from elly/cargo
Brian Anderson
-6
/
+3
[prev]
[next]