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-14
rustc: Make region dereference no longer require an unsafe block
Patrick Walton
-7
/
+1
2012-03-14
rustc: Autoderef through region pointers
Patrick Walton
-2
/
+6
2012-03-14
rustc: Reword field/method-not-found error message to mention the possibility...
Patrick Walton
-1
/
+1
2012-03-14
test: Add a test case for the "self" region in enums
Patrick Walton
-0
/
+16
2012-03-14
rustc: Determine the region of pointer dereference expressions
Patrick Walton
-6
/
+16
2012-03-14
fix auto_serialize for enums with type parameters
Niko Matsakis
-34
/
+355
2012-03-14
rustc: Make the self region work properly in enums
Patrick Walton
-41
/
+91
2012-03-14
rustc: Record the parent blocks of locals
Patrick Walton
-1
/
+12
2012-03-14
Add crude support for casts in constant expressions
Marijn Haverbeke
-73
/
+129
2012-03-14
Properly walk pat_lit and pat_range in visit.rs
Marijn Haverbeke
-1
/
+3
2012-03-14
adjust auto_serialize to generate fns named serialize_T()
Niko Matsakis
-236
/
+207
2012-03-14
register new snapshots
Niko Matsakis
-0
/
+8
2012-03-13
rewrite unify in a modal style, extend result module
Niko Matsakis
-262
/
+369
2012-03-13
merge all auto_serialize tests into one
Niko Matsakis
-151
/
+98
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-187
/
+502
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-540
/
+855
2012-03-13
fixup serialize_variant
Niko Matsakis
-34
/
+210
2012-03-13
get new decorator extensions working
Niko Matsakis
-0
/
+449
2012-03-13
rustc: Allow the addresses of rvalues to be taken
Patrick Walton
-4
/
+21
2012-03-13
Fix typo in snapshots.txt
Brian Anderson
-1
/
+1
2012-03-13
Register snapshots
Brian Anderson
-0
/
+8
2012-03-13
rustc: Instantiate "caller" regions when calling functions
Patrick Walton
-12
/
+64
2012-03-13
rustc: Don't make the while loop body's basic block a child of the condition
Brian Anderson
-4
/
+14
2012-03-13
rustc: Infer regions of variant arguments to the caller region
Patrick Walton
-2
/
+6
2012-03-13
rt: Remove an incorrect assert in lock_and_signal
Brian Anderson
-1
/
+0
2012-03-13
rustc: Get reference typedefs working
Patrick Walton
-15
/
+62
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-183
/
+184
2012-03-13
rustc: Thread the use site around in ast_ty_to_ty
Patrick Walton
-135
/
+152
2012-03-13
rustc: Don't cache ast_ty_to_ty results for types that have references
Patrick Walton
-7
/
+21
2012-03-13
core: Fix os::self_exe_path on FreeBSD
Brian Anderson
-1
/
+1
2012-03-13
rustc: Use only ast_ty_to_ty for region inference
Patrick Walton
-27
/
+4
2012-03-13
rustc: Use the inferred region as the self region in ast_ty_to_ty as well
Patrick Walton
-2
/
+4
2012-03-13
rustc: Look up inferred regions in ast_ty_to_ty
Patrick Walton
-1
/
+6
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-227
/
+227
2012-03-13
rustc: Fix long line
Patrick Walton
-1
/
+1
2012-03-13
rustc: Record what `&` would resolve to for every AST type
Patrick Walton
-23
/
+24
2012-03-13
Use type size/alignment of target, rather than host, in debuginfo
Marijn Haverbeke
-70
/
+24
2012-03-13
rustc: Teach trans::alt.rs about exhaustive alts
Marijn Haverbeke
-72
/
+82
2012-03-13
Fix Issue #1926 by sorting the gather list.
Kevin Atkinson
-1
/
+12
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-2397
/
+766
2012-03-12
rustc: Word a comment more clearly in region.rs
Patrick Walton
-4
/
+1
2012-03-12
rustc: Use linked lists instead of hash tables for region binding scopes
Patrick Walton
-6
/
+16
2012-03-12
stdlib: Make list::find do what the docs say it does.
Patrick Walton
-9
/
+25
2012-03-12
rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644
Brian Anderson
-12
/
+12
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-37
/
+84
2012-03-12
std: Sort test failures. Closes #1929
Brian Anderson
-15
/
+57
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-75
/
+34
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-34
/
+75
2012-03-12
rustc: Use the name map to resolve region names
Patrick Walton
-2
/
+2
2012-03-12
rustc: Map region names to their functions. Also speed up region checking by ...
Patrick Walton
-42
/
+65
[prev]
[next]