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
Age
Commit message (
Expand
)
Author
Lines
2012-01-20
Include man page in dist.
release-0.1
0.1
Graydon Hoare
-0
/
+1
2012-01-20
revert accidental commits
Niko Matsakis
-3
/
+3
2012-01-20
update tutorial to avoid block() syntax and to use term stack closure
Niko Matsakis
-37
/
+41
2012-01-20
small fixes for building dist on windows
Niko Matsakis
-5
/
+5
2012-01-20
Revert "build: Surround makensis command in quotes"
Brian Anderson
-1
/
+1
2012-01-20
doc: Fix mutant comma in tutorial
Brian Anderson
-1
/
+1
2012-01-20
build: Surround makensis command in quotes
Brian Anderson
-1
/
+1
2012-01-20
doc: Mention 'debug' log level in tutorial. Closes #1579
Brian Anderson
-3
/
+3
2012-01-20
rust-mode: tag -> enum. Closes #1577
Brian Anderson
-1
/
+1
2012-01-20
Add .elc files to .gitignore. Closes #1578
Brian Anderson
-0
/
+1
2012-01-19
Couple typo fixes in tutorial.
Graydon Hoare
-2
/
+2
2012-01-19
Add Sean Stangl to AUTHORS.txt
Brian Anderson
-0
/
+1
2012-01-19
Set release string to 0.1.
Graydon Hoare
-1
/
+1
2012-01-19
Typo fix in tutorial.
Graydon Hoare
-1
/
+1
2012-01-19
doc: Fix typo in RELEASES.txt
Brian Anderson
-1
/
+1
2012-01-19
Handle predicates that recurse in a check() expression
Tim Chevalier
-9
/
+12
2012-01-19
doc: Update description of logging spec and ::rt module
Brian Anderson
-8
/
+17
2012-01-19
Merge pull request #1576 from mbrubeck/master
Graydon Hoare
-3
/
+21
2012-01-19
Add Tycho Sci to AUTHORS.txt
Brian Anderson
-0
/
+1
2012-01-19
Add documentation about paretheses for grouping expressions
Matt Brubeck
-0
/
+16
2012-01-19
Mention associativity of binary operators
Matt Brubeck
-0
/
+2
2012-01-19
"Rust task" should be "Rust program" in the intro to the Memory Model docs
Matt Brubeck
-3
/
+3
2012-01-19
Merge pull request #1575 from tychosci/fix-cargo-install
Brian Anderson
-1
/
+1
2012-01-20
Fix `cargo install *` fails at assertion.
Tycho Sci
-1
/
+1
2012-01-19
Add Kevin Atkinson to AUTHORS.txt.
Graydon Hoare
-0
/
+1
2012-01-19
Revert accidental change to LLVM submodule.
Graydon Hoare
-0
/
+0
2012-01-19
Add Ben Striegel to AUTHORS.txt
Brian Anderson
-0
/
+1
2012-01-19
Conditionalize PKG_EXE on makensis.
Graydon Hoare
-1
/
+4
2012-01-19
Merge pull request #1573 from mbrubeck/master
Graydon Hoare
-1
/
+1
2012-01-19
Merge pull request #1574 from Wensleydale/tut-spelling
Graydon Hoare
-11
/
+11
2012-01-20
tutorial.md: spelling corrections for sections 1-5
Ben Striegel
-11
/
+11
2012-01-19
Update 0.1 release notes
Brian Anderson
-11
/
+18
2012-01-19
Remove some stray texinfo syntax from a footnote
Matt Brubeck
-1
/
+1
2012-01-19
Update deps on the dist rule to something more modern.
Graydon Hoare
-2
/
+1
2012-01-19
Merge pull request #1572 from mbrubeck/master
Graydon Hoare
-1
/
+1
2012-01-19
Fix a broken link in doc/rust.md.
Matt Brubeck
-1
/
+1
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-23
/
+23
2012-01-19
rustc: Stop parsing "tag"
Patrick Walton
-2
/
+2
2012-01-19
rustdoc: Make doc::retdoc non-optional
Brian Anderson
-48
/
+31
2012-01-19
lib: ';' to ',' in enums in more places
Patrick Walton
-12
/
+12
2012-01-19
rustdoc: Write markdown for function signatures
Brian Anderson
-6
/
+44
2012-01-19
misc: ';' to ',' in enums in cargo, compiletest, and fuzzer
Patrick Walton
-7
/
+7
2012-01-19
Split dist rules by platform.
Graydon Hoare
-2
/
+15
2012-01-19
Move some doc text around.
Graydon Hoare
-23
/
+18
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-135
/
+135
2012-01-19
rustdoc: Remove debug logging
Brian Anderson
-1
/
+0
2012-01-19
rustdoc: Add function signatures to the doc tree
Brian Anderson
-6
/
+30
2012-01-19
rustc: Fix fun_to_str
Brian Anderson
-0
/
+14
2012-01-19
rustdoc: Add function signature field to the doc::fndoc
Brian Anderson
-3
/
+6
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-450
/
+450
[next]