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-03-09
Add a couple more missing pieces to libc and os.
Graydon Hoare
-3
/
+24
2012-03-09
rustc: Wrap regions in a node ID
Patrick Walton
-841
/
+877
2012-03-09
rustc: Add region def ids to the AST
Patrick Walton
-3
/
+28
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-899
/
+841
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-841
/
+899
2012-03-08
rustc: Stub a to-string implementation for region types
Patrick Walton
-0
/
+8
2012-03-08
rustc: Add pretty printing support for the address-of operator. Un-XFAIL-pret...
Patrick Walton
-7
/
+18
2012-03-08
test: Add a simple region test, xfail'd in the pretty printer
Patrick Walton
-0
/
+12
2012-03-08
rustc: Add appropriate type predicates for references. Simple uses of referen...
Patrick Walton
-3
/
+4
2012-03-08
rustdoc: Rename desc_pass to text_pass
Brian Anderson
-3
/
+3
2012-03-08
rustc: Actually write the type back
Patrick Walton
-0
/
+1
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-55
/
+97
2012-03-08
rustc: Add some missing cases in various folds for reference types and some b...
Patrick Walton
-3
/
+19
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-28
/
+27
2012-03-08
rustc: Typecheck dereference operations on safe references.
Patrick Walton
-0
/
+7
2012-03-08
rustdoc: Improve formatting of subsection headers
Brian Anderson
-14
/
+21
2012-03-08
rustdoc: Format return values consistently
Brian Anderson
-6
/
+6
2012-03-08
rustdoc: Add some more demo docs
Brian Anderson
-0
/
+30
2012-03-08
rustdoc: Don't bother reporting the type of return values
Brian Anderson
-240
/
+19
2012-03-08
rustdoc: Don't bother reporting the type of arguments
Brian Anderson
-125
/
+10
2012-03-08
rustc: Stub typechecking for the address-of operator
Patrick Walton
-1
/
+3
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-30
/
+31
2012-03-08
rustc: Add ty_rptr support to the visitor
Patrick Walton
-0
/
+1
2012-03-08
rustc: Add regions to the type system
Patrick Walton
-5
/
+59
2012-03-08
Rename last_total to last_unsafe
Tim Chevalier
-11
/
+21
2012-03-08
rustc: represend -> represent in a comment
Patrick Walton
-1
/
+1
2012-03-08
Properly serialize is_last_use values
Marijn Haverbeke
-4
/
+120
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-42
/
+62
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-331
/
+295
2012-03-08
rustc: Parse the safe address-of operator
Patrick Walton
-0
/
+6
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-2
/
+18
2012-03-08
rustc: Parse region types
Patrick Walton
-0
/
+20
2012-03-08
rustc: Add region-annoted type parameters to the AST; stub associated patterns
Patrick Walton
-832
/
+931
2012-03-08
etc: Allow a build dir to be specified in gen-astencode, for out of tree builds
Patrick Walton
-1
/
+6
2012-03-07
rustdoc: Look for pandoc in ~/.cabal
Brian Anderson
-2
/
+6
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-5
/
+132
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-47
/
+96
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-95
/
+47
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-47
/
+95
2012-03-07
rustdoc: Implement more rules for generating internal pandoc links
Brian Anderson
-2
/
+11
2012-03-07
Register new snapshots.
Graydon Hoare
-3
/
+11
2012-03-07
rustdoc: Support #[doc(hidden)]
Brian Anderson
-0
/
+89
2012-03-07
Improve a type error message (avoid the word 'non-dereferenceable')
Tim Chevalier
-4
/
+9
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-198
/
+204
2012-03-07
Fix #1503 in a saner way
Marijn Haverbeke
-18
/
+6
2012-03-06
rustdoc: Remove escaping pass
Brian Anderson
-46
/
+0
2012-03-06
rustdoc: Don't escape characters between backticks
Brian Anderson
-0
/
+20
2012-03-06
core: Resolve a FIXME in box::ptr_eq
Brian Anderson
-7
/
+2
2012-03-06
More UTF-16 wrapping on win32. Close #1927.
Graydon Hoare
-86
/
+122
2012-03-06
rustdoc: Escape HTML special characters
Brian Anderson
-0
/
+26
[prev]
[next]